CVE Catalog

CVE-2026-54722

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.33%

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

Summary

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.

Risk Assessment

The risk is the potential for SSRF attacks against internal services, which could lead to unauthorized access to sensitive resources.

Recommendation

It is recommended to update DSSRF to version 1.0.4 or later and employ additional URL validation mechanisms.

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

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