Summary
CVE-2026-62328 is a high-severity unauthenticated information disclosure vulnerability in 9Router (by decolua), a self-hosted AI model routing proxy used to connect AI coding tools (such as Claude Code, Cursor, Codex, and Copilot) to upstream AI providers. The flaw arises from missing authentication middleware on two API endpoints, enabling any unauthenticated remote attacker to enumerate and retrieve complete AI conversation histories and associated user data. It carries a CVSS 4.0 score of 8.7 (High) and affects all 9Router versions through 0.4.41.
Technical details
- Root cause: The
/api/usage/request-logsand/api/usage/request-detailsAPI routes in 9Router’s Next.js dashboard lack authentication middleware entirely (CWE-862: Missing Authorization; CWE-359: Exposure of Private Personal Information to an Unauthorized Actor). Requests to these routes are served without any credential or session check. - Trigger conditions: No authentication, no user interaction, and no special preconditions are required. An attacker only needs network access to the exposed 9Router instance.
- Attack vector: Remote, over the network (AV:N). An attacker sends unauthenticated HTTP GET requests to the paginated
/api/usage/request-logsendpoint to enumerate all request records, then fetches individual records via/api/usage/request-details/:id. - Impact: Full exposure of AI conversation histories across all users of the instance, including system prompts, user messages, assistant responses, tool calls, and user email addresses. This constitutes a significant confidentiality breach (VC:H) for any organization routing sensitive development or business queries through an internet-exposed 9Router deployment.
Affected software
- 9Router (npm package
9routerby decolua): all versions through and including 0.4.41
Severity
- CVSS v3.1 Base Score: 7.5 (High)
- CVSS v3.1 Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Mitigation and recommended actions
- Immediate – no patch available: As of the publication of the vendor’s security advisory (GHSA-vjc7-jrh9-9j86), no patched version has been released for this specific vulnerability. Organizations should not wait for a patch before acting.
- Network isolation: Restrict access to 9Router instances using firewall rules so that the service is reachable only from trusted internal IP ranges or via VPN. Do not expose the 9Router dashboard or its API on a publicly routable address.
- Localhost binding: If 9Router is not required to serve remote clients, ensure it is bound to
localhost(127.0.0.1) rather than0.0.0.0. - Monitor for vendor updates: Follow the decolua/9router GitHub repository and its security advisories page for patches as they are released.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

