Description
9Router is an AI router & token saver. Prior to 0.5.2, 9router determines whether a /v1 LLM proxy request is local by reading the client-controlled Host header, allowing a remote unauthenticated attacker to send Host: localhost and bypass API-key authentication. In the default configuration, this exposes the /v1 proxy to upstream provider calls using stored provider credentials and allows /v1/search with the searxng provider_options.baseUrl parameter to drive server-side requests to internal or cloud-metadata hosts. This issue is fixed in version 0.5.2.
Published: 2026-07-10
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in 9router allows a remote attacker to overwrite the Host header to localhost, causing the application to treat the request as local and skip API‑key authentication. As a result, the attacker can use the /v1 LLM proxy endpoint to forward requests to upstream AI providers with stored credentials, effectively gaining unauthenticated access to those services. The vulnerability which, when combined with a malicious provider_options.baseUrl value such as a cloud‑metadata endpoint, can trigger server‑side requests to internal hosts, creating a server‑side request forgery (SSRF) vector. These behaviors correspond to the CWE identifiers listed: improper input validation, authentication bypass, and SSRF.

Affected Systems

The software affected is decolua's 9router product. Versions released prior to 0.5.2 are vulnerable under the default configuration, where the /v1 proxy route processes the Host header without proper validation. Any instance running those earlier releases, especially with the default token‑saver and AI routing configuration, is at risk.

Risk and Exploitability

The CVSS rating of 8.2 signals a high severity condition. An attacker can simply craft an HTTP request with a forged Host header; no authentication is required. While the EPSS score is <1%, the lack of a KEV listing does not diminish the risk, as the attack path is straightforward and the impact includes a high potential from the Internet.

Generated by OpenCVE AI on July 29, 2026 at 10:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to version 0.5.2 or later where the host header validation has been corrected.
  • If upgrading is not immediately possible, limit or disable access to the /v1 proxy endpoint, or enforce API‑key authentication for all /v1 requests.
  • Validate the provider_options.baseUrl parameter to whitelist only allowed external endpoints, thereby mitigating SSRF risks.

Generated by OpenCVE AI on July 29, 2026 at 10:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 10 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Decolua
Decolua 9router
Vendors & Products Decolua
Decolua 9router

Fri, 10 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Description 9Router is an AI router & token saver. Prior to 0.5.2, 9router determines whether a /v1 LLM proxy request is local by reading the client-controlled Host header, allowing a remote unauthenticated attacker to send Host: localhost and bypass API-key authentication. In the default configuration, this exposes the /v1 proxy to upstream provider calls using stored provider credentials and allows /v1/search with the searxng provider_options.baseUrl parameter to drive server-side requests to internal or cloud-metadata hosts. This issue is fixed in version 0.5.2.
Title 9router: Unauthenticated `/v1` proxy access via `Host`-header spoofing → open AI relay + SSRF
Weaknesses CWE-1327
CWE-290
CWE-348
CWE-918
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-10T19:06:14.379Z

Reserved: 2026-06-16T23:52:12.057Z

Link: CVE-2026-55641

cve-icon Vulnrichment

Updated: 2026-07-10T19:05:46.687Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T10:45:03Z

Weaknesses
  • CWE-1327

    Binding to an Unrestricted IP Address

  • CWE-290

    Authentication Bypass by Spoofing

  • CWE-348

    Use of Less Trusted Source

  • CWE-918

    Server-Side Request Forgery (SSRF)