SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-54729

HIGH · CVSS 8.7 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-31 · Last synced 2026-08-30

CyberRota Analysis

AI-Generated

The DSSRF Node.js library prior to version 1.0.5 is vulnerable to server-side request forgery (SSRF) due to improper handling of localhost addresses when the DNS resolver returns NXDOMAIN. This flaw can allow attackers to exploit the library's functionality to make unauthorized requests to internal services. Developers and organizations using this library should prioritize upgrading to version 1.0.5 to mitigate potential security risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54729
Severity
HIGH
CVSS
8.7
EPSS
0.29%

Original NVD Description

DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.5, is_url_safe can treat localhost as safe when DNS resolver 1.1.1.1 returns NXDOMAIN because dns.resolve4 yields no address and no dns.lookup fallback occurs, allowing server-side request forgery. This issue is fixed in version 1.0.5.