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.
Published: 2026-07-30
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The dssrf library contains a logic flaw in its URL sanitization routine; it removes the @ userinfo delimiter before parsing a URL, enabling an attacker to supply a crafted URL that bypasses the library’s internal‑IP validation checks. Because of this, a client that relies on dssrf for SSRF checks can inadvertently connect to internal services, exposing those services to an attacker. The weakness is identified as CWE‑76, reflecting a path or URL manipulation that leads to information exposure.

Affected Systems

The vulnerability affects the HackingRepo:dssrf-js package in all releases prior to version 1.0.4. Users who depend on any version of this library without upgrading to 1.0.4 or later are at risk.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity of this flaw. The EPSS score of < 1% reflects a low but measurable probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed exploits in the wild as of this analysis. Attackers would need to inject or supply a malicious URL to an application that uses the dssrf library; the library would then allow the application to reach internal network resources, potentially allowing data extraction or further lateral movement.

Generated by OpenCVE AI on August 3, 2026 at 10:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade dssrf-js to version 1.0.4 or later, which contains the patch that stops the @ delimiter stripping before URL parsing.
  • If an upgrade cannot be performed immediately, review any code that supplies URLs to the is_url_safe function and ensure that URLs are validated against a policy that explicitly disallows internal IP ranges before passing them through dssrf.
  • Implement network segmentation or firewall rules that block outbound connections from application servers to internal services unless explicitly whitelisted, thereby adding a second line of defense against potential SSRF exploitation.

Generated by OpenCVE AI on August 3, 2026 at 10:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-cg4g-m8jx-vjv2 dssrf has an SSRF bypass with remove_at_symbol_in_string
History

Thu, 30 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Hackingrepo
Hackingrepo dssrf-js
Vendors & Products Hackingrepo
Hackingrepo dssrf-js

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 17:00:00 +0000

Type Values Removed Values Added
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.
Title dssrf: there a critical security bug with remove_at_symbol_in_string
Weaknesses CWE-76
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Hackingrepo Dssrf-js
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-30T17:29:31.550Z

Reserved: 2026-06-15T23:07:33.232Z

Link: CVE-2026-54722

cve-icon Vulnrichment

Updated: 2026-07-30T17:29:26.602Z

cve-icon NVD

Status : Received

Published: 2026-07-30T17:16:33.180

Modified: 2026-07-30T19:18:08.220

Link: CVE-2026-54722

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T10:45:03Z

Weaknesses
  • CWE-76

    Improper Neutralization of Equivalent Special Elements