NONE · 0

CVE-2026-54729

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 ...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-54729?

CVE-2026-54729 is a documented vulnerability. 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 ...

How severe is CVE-2026-54729?

CVSS scoring is not yet available for CVE-2026-54729. Check NVD for updates.

Is there a patch for CVE-2026-54729?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.