NONE · 0

CVE-2026-54722

DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.4, is_url_safe in src/helpers.ts strips the @ userinfo delimiter with remove_at_symbol...

Vulnerability Description

DSSRF is a Node.js library that provides a wide range of utilities and advanced SSRF defense checks. Prior to 1.0.4, is_url_safe in src/helpers.ts strips the @ userinfo delimiter with remove_at_symbol_in_string before new URL parses the URL, allowing an attacker-controlled URL to bypass internal-IP validation and cause a client using the original URL to reach an internal service. This issue is fixed in version 1.0.4.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-54722?

CVE-2026-54722 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.4, is_url_safe in src/helpers.ts strips the @ userinfo delimiter with remove_at_symbol...

How severe is CVE-2026-54722?

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

Is there a patch for CVE-2026-54722?

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