Description
9Router through version 0.4.41 contain an unauthenticated information disclosure vulnerability that allows remote attackers to access sensitive user data by sending requests to unprotected API endpoints. Attackers can enumerate paginated request logs and retrieve complete AI conversation histories including system prompts, user messages, assistant responses, tool calls, and user email addresses by querying the request-logs and request-details API routes which lack authentication middleware.
Published: 2026-07-13
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows remote attackers to access sensitive user data without authentication. By sending requests to the unprotected request-logs and request-details API endpoints, an adversary can enumerate paginated logs and retrieve full AI conversation histories, including system prompts, user messages, assistant responses, tool calls, and user email addresses. The weakness corresponds to CWE-359 (Information Exposure through Log File) and CWE-862 (Missing Authorization).

Affected Systems

The impacted product is 9Router from decolua, specifically versions up to and including 0.4.41. Attackers can exploit the issue on any instance running these affected releases unless further hardening is applied.

Risk and Exploitability

With a CVSS score of 8.7, the vulnerability is considered high severity. The EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be remote, with no authentication or authorization required to reach the affected API routes. In the absence of additional constraints, any network‑connected instance of an affected 9Router version is vulnerable.

Generated by OpenCVE AI on July 31, 2026 at 11:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade 9Router to the latest version that includes authentication on request‑related API endpoints.
  • If an upgrade is not immediately possible, enforce network‑level restrictions to block unauthorized access to the request‑logs and request‑details routes.
  • Implement application‑level authentication or authorization checks on the exposed API endpoints before allowing log retrieval actions.

Generated by OpenCVE AI on July 31, 2026 at 11:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 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'}


Mon, 13 Jul 2026 23:30:00 +0000

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

Mon, 13 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description 9Router through version 0.4.41 contain an unauthenticated information disclosure vulnerability that allows remote attackers to access sensitive user data by sending requests to unprotected API endpoints. Attackers can enumerate paginated request logs and retrieve complete AI conversation histories including system prompts, user messages, assistant responses, tool calls, and user email addresses by querying the request-logs and request-details API routes which lack authentication middleware.
Title 9Router 0.4.41 - Unauthenticated Information Disclosure via API Usage Endpoints
Weaknesses CWE-359
CWE-862
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-15T18:10:21.082Z

Reserved: 2026-07-13T21:36:08.380Z

Link: CVE-2026-62328

cve-icon Vulnrichment

Updated: 2026-07-15T18:09:52.115Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T11:15:05Z

Weaknesses
  • CWE-359

    Exposure of Private Personal Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization