Description
9Router is an AI router & token saver. Prior to 0.5.2, 9router validates image URLs by resolving the host before fetching, but open-sse/translator/concerns/image.js performs the later server-side image fetch with a separate DNS resolution. An authenticated attacker with access to the LLM proxy can use a vision-capable model and an attacker-controlled DNS name that first resolves to a public IP and then rebinds to an internal address, allowing server-side requests to internal-only HTTP services. This issue is fixed in version 0.5.2.
Severity (CVSS)
| Base score | 7.4 |
|---|---|
| Severity | High |
| Version | CVSS 3.1 |
| Vector | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L |
| Provided by | CNA |
Weaknesses
- CWE-367 — CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition
- CWE-918 — CWE-918: Server-Side Request Forgery (SSRF)
Affected products
| Vendor | Product | Versions |
|---|---|---|
| decolua | 9router | < 0.5.2 |
References
- https://github.com/decolua/9router/security/advisories/GHSA-cmhj-wh2f-9cgx (x_refsource_CONFIRM)
- https://github.com/decolua/9router/commit/c7d07448c58bec1200741de0b73305b860416b82 (x_refsource_MISC)
- https://github.com/decolua/9router/releases/tag/v0.5.2 (x_refsource_MISC)
Generated from the official CVE List on 11 Jul 2026 07:02 UTC.