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.
Advisories
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-5846-7qm3-r52j | dssrf: any users using 1.1.1.1 DNS is impacted by SSRF |
Fixes
Solution
No solution given by the vendor.
Workaround
No workaround given by the vendor.
References
History
Fri, 31 Jul 2026 18:45:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Hackingrepo
Hackingrepo dssrf-js |
|
| Vendors & Products |
Hackingrepo
Hackingrepo dssrf-js |
Fri, 31 Jul 2026 18:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Fri, 31 Jul 2026 17:30: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.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. | |
| Title | dssrf: any users using 1.1.1.1 DNS is impacted by SSRF | |
| Weaknesses | CWE-918 | |
| References |
| |
| Metrics |
cvssV4_0
|
Projects
Sign in to view the affected projects.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-07-31T17:31:00.320Z
Reserved: 2026-06-15T23:07:33.232Z
Link: CVE-2026-54729
Updated: 2026-07-31T17:30:56.029Z
No data.
No data.
OpenCVE Enrichment
Updated: 2026-07-31T18:30:16Z
Weaknesses
Github GHSA