CVE Catalog

CVE-2026-54729

HighCVSS 8.7
Published: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

22th percentile - higher than 22% of all known CVEs

Summary

In DSSRF before 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 SSRF.

Risk Assessment

Risk of server-side request forgery to internal resources, potentially leading to data leakage or further attacks.

Recommendation

Update DSSRF to version 1.0.5 or later.

Other vulnerabilities in DSSRF

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS