CVE Catalog

CVE-2026-55638

HighCVSS 8.6
Published: Updated: Translated: NVD NIST

Summary

9Router before version 0.5.2 fails to protect the /codex path, allowing a remote unauthenticated attacker to bypass the API-key gate and send requests to /codex/*, which are rewritten to /api/v1/responses. The attacker can exploit this to make upstream provider calls using operator-stored LLM credentials.

Risk Assessment

The risk involves unauthorized access to AI routing functionality and potential leakage of sensitive data or abuse of costly API calls to LLM providers, leading to financial loss and security breaches.

Recommendation

Immediately upgrade 9Router to version 0.5.2 or later, which includes a fix that secures the /codex path against API-key gate bypass.

Other vulnerabilities in 9Router

See all
Original NVD description (English source)

9Router is an AI router & token saver. Prior to 0.5.2, 9router protects /v1, /v1beta, /api/v1, and /api/v1beta in src/dashboardGuard.js but omits /codex before next.config.mjs rewrites /codex/* to /api/v1/responses. A remote unauthenticated attacker can send requests to /codex/* to bypass the API-key gate and cause the server to make upstream provider calls using operator-stored LLM provider credentials. This issue is fixed in version 0.5.2.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS