Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-59801 – Unauthenticated Provider API Access Exposes AI Credentials and Enables DoS – 9Ro…

Be the first to know when new zero-days emerge:

Summary

CVE-2026-59801 is a critical missing authentication vulnerability (CWE-306) in 9Router, a Next.js-based AI routing gateway developed by decolua, affecting all versions through 0.4.41. The flaw allows unauthenticated remote attackers to fully interact with provider management and usage API endpoints — enabling theft of plaintext API keys and OAuth tokens, redirection of AI traffic to attacker-controlled servers, exfiltration of conversation histories, and complete denial of service through provider deletion. The vulnerability carries a CVSS 3.1 score of 9.8 (Critical).

Technical details

  • Root cause: The Next.js API routes under src/app/api/providers/* — along with /api/usage/stats, /api/usage/request-logs, and /api/usage/request-details — lack any authentication middleware. All CRUD operations and sensitive data retrieval on these endpoints are accessible without credentials, a session, or any user interaction.
  • Trigger conditions: Any network-reachable 9Router instance running a vulnerable version; exploitation requires only the ability to send HTTP or HTTPS requests to the application.
  • Attack vector: Unauthenticated remote HTTP/HTTPS requests targeting the exposed API endpoints.
  • Impact:
    • Credential theft: The /api/usage/stats endpoint returns plaintext API keys for all configured AI providers (e.g., Anthropic Claude, OpenAI GPT, Google Gemini) and associated OAuth tokens — treating them as fully compromised upon exploitation.
    • Provider manipulation: Attackers can enumerate all configured provider connections, create rogue providers to silently redirect AI traffic to attacker-controlled infrastructure, or modify existing connections to intercept model requests.
    • Conversation exfiltration: The /api/usage/request-logs and /api/usage/request-details endpoints expose all users’ complete request histories and conversation contents — including system prompts and model responses — with no authorization check.
    • Denial of service: Unauthenticated DELETE requests to the providers endpoint can remove all provider configurations, causing a complete outage of AI routing functionality.

Affected software

  • 9Router (npm package: 9router, vendor: decolua) — all versions from 0.0.0 through 0.4.41 inclusive

Severity

  • CVSS 3.1 Base Score: 9.8 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Mitigation and recommended actions

  • No patch is currently available. As of July 13, 2026, the vendor has not released a fixed version of 9Router addressing this vulnerability.
  • Immediate workarounds:
    • Restrict network access: Place 9Router behind a firewall or reverse proxy that enforces IP allowlisting, ensuring only trusted users can reach the dashboard and its API endpoints. Do not expose the application to the public internet.
    • Bind to localhost only: If 9Router is not required to serve remote users, ensure it is bound to 127.0.0.1 (not 0.0.0.0) to prevent any external access.
    • Take internet-facing instances offline: Any 9Router deployment accessible from the public internet should be taken offline or isolated behind a VPN until a patched release is available.
    • Rotate all configured credentials immediately: Treat all AI provider API keys and OAuth tokens stored in any potentially internet-exposed 9Router instance as compromised. Revoke and reissue them through each provider’s respective management console.
    • Monitor API access logs: Review logs for unauthorized or unexpected requests to /api/providers/* and /api/usage/* endpoints to identify potential prior exploitation.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge