CVE-2026-55641
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · unedited9Router 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidence9Router versions before 0.5.2 use the client-supplied Host HTTP header to determine whether a /v1 LLM proxy request is local, allowing unauthenticated attackers to bypass API-key authentication by sending 'Host: localhost'. This exposes the /v1 proxy to upstream provider calls using stored credentials and enables SSRF via /v1/search with searxng's provider_options.baseUrl parameter to target internal or cloud-metadata endpoints.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify 9Router installation and versionLocate the 9Router binary or package and run '9router --version' or check the installed package version (e.g., via package manager: 'npm list 9router' or 'pip show 9router')Affected if The installed version is before 0.5.2 (e.g., 0.5.1, 0.5.0, etc.)
-
Verify /v1 proxy endpoint is exposedSend a request to the /v1 endpoint (e.g., curl -i http://TARGET:PORT/v1/models -H 'Host: localhost') without any authentication headersAffected if The /v1 endpoint responds without requiring API-key authentication when a 'Host: localhost' header is supplied
-
Confirm Host header is used for local/remote routingInspect the application configuration or logs when making requests with different Host headers; compare behavior between 'Host: localhost' and 'Host: actual hostname'Affected if Requests with 'Host: localhost' bypass authentication while the same request with a different Host header requires authentication, indicating the vulnerability is present
-
Check for stored provider credentialsReview 9Router configuration files (e.g., config.yaml, .env, or similar) for stored API keys or credentials for upstream LLM providersAffected if Credentials for upstream providers (OpenAI, Anthropic, etc.) are configured and the /v1 proxy is exposed, enabling potential credential abuse
You are affected if 9Router version is below 0.5.2 AND the /v1 proxy endpoint is accessible with 'Host: localhost' bypassing API-key authentication, exposing stored provider credentials.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to version 0.5.2 or later, which implements proper Host header validation and no longer relies on client-controlled headers for authentication decisions.
0.5.2
- Identify the currently installed 9Router version by checking the application or its configuration files
- Plan for upgrade by reviewing the 9Router 0.5.2 release notes for any configuration or behavioral changes
- Backup the current 9Router configuration and any stored credentials
- Upgrade 9Router to version 0.5.2 using the appropriate installation method (e.g., package manager, binary replacement, or container update)
- After upgrading, verify that the Host header is no longer trusted for local/remote request determination
- Test that API-key authentication is now properly enforced for /v1 proxy requests regardless of Host header value
- Confirm that /v1/search with searxng provider_options.baseUrl is properly restricted and cannot be abused for SSRF
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-55641 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-55641 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data