CVE-2026-72860
Last modified
CVE-2026-72860 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate after a redirect, and its IPv4-mapped IPv6 branch is unreachable. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
The POST /api/provider-nodes/validate route in 9router takes a caller-supplied baseUrl and issues server-side HTTP requests to it, guarding the destination with assertPublicUrl from src/shared/utils/ssrfGuard.js. That guard compares hostname strings only: it resolves no DNS, does not revalidate after a redirect, and its IPv4-mapped IPv6 branch is unreachable. The branch matches ^::ffff:(\d+\.\d+\.\d+\.\d+)$, but the WHATWG URL parser canonicalizes such literals to hextets before the guard runs, so new URL("http://[::ffff:127.0.0.1]/").hostname yields [::ffff:7f00:1] and the pattern is tested against a string it is never handed. Every IPv4-mapped address therefore passes, and http://[::ffff:7f00:1] and http://[::ffff:a9fe:a9fe] reach loopback and link-local metadata addresses; a hostname whose A record points at an internal address passes as well because no resolution occurs. In the custom-embedding branch the upstream response body is truncated to 200 bytes and returned to the caller whenever the upstream status is neither 2xx nor 401 nor 403, which discloses the beginning of internal responses, and the other validation types remain usable for blind internal port scanning through status and timing differences. The caller-supplied apiKey is forwarded to the internal destination as an Authorization Bearer header. A dashboard session is required by default, and none is required when requireLogin is disabled.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| decolua | 9router | <= 0.5.55 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-72860?
How severe is CVE-2026-72860?
How do I fix CVE-2026-72860?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72854msgpack_unpacker_expand_buffer in src/unpack.c, reached thro…5.3
- CVE-2026-72855Budibase before 3.40.0 contains server-side request forgery …8.5
- CVE-2026-72856Budibase versions before 3.40.0 contain an authorization/aut…8.1
- CVE-2026-72857Budibase before 3.40.0 fails to redact datasource credential…7.7
- CVE-2026-72858Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-72859Budibase versions 3.39.4 before 3.40.0 contain an authorizat…7.7
- CVE-2026-72861The github-issue-bot templates in appwrite/templates verify …5.8
- CVE-2026-72862Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72863Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72864Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72865Dokploy is a free, self-hostable Platform as a Service (PaaS…9.9
- CVE-2026-72866Dokploy is a free, self-hostable Platform as a Service (PaaS…8.8
Are you affected by CVE-2026-72860?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
