Description
9Router through version 0.4.41 contains an unauthenticated access vulnerability that allows remote attackers to interact with provider management API endpoints by sending requests without any credentials due to missing authentication middleware in the Next.js API routes under src/app/api/providers/*. Attackers can enumerate, create, modify, or delete provider connections to expose partial credentials, OAuth tokens, and API keys, redirect AI traffic to attacker-controlled servers, or cause complete denial of service by deleting all provider connections.
Published: 2026-07-13
Score: 9.3 Critical
EPSS: 2.2% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

9Router up to version 0.4.41 does not apply authentication checks to the Next.js API routes located under src/app/api/providers. As a result any network user can invoke these endpoints without providing credentials. The flaw permits enumeration, creation, modification, or deletion of provider connections, which may expose partial credentials, OAuth tokens, and API keys, allow attackers to redirect AI traffic to attacker‑controlled servers, or cause a denial of service by wiping all provider connections. The weakness is categorized as CWE‑306, a missing authentication flaw.

Affected Systems

The issue affects all releases of decolua’s 9Router up to and including version 0.4.41. No later versions are known to be impacted.

Risk and Exploitability

The CVSS base score of 9.3 indicates critical severity, while the EPSS score of 2% suggests a low but non‑zero probability of exploitation. The vulnerability is not listed in CISA’s KEV catalogue. Because no authentication is required, any remote attacker with network access to the API can exploit the flaw directly, making it highly readily exploitable. Successful exploitation would compromise provider credentials, enable malicious traffic redirection, and can bring the service to a halt, affecting confidentiality, integrity, and availability.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade 9Router to the latest release to remove the unauthenticated access flaw.
  • If an immediate upgrade is not possible, enforce network controls to restrict access to the /api/providers routes, or add authentication middleware to those API paths.
  • Audit existing provider connections for exposed credentials, and rotate any OAuth tokens, API keys, or partial credentials that may have been accessed by attackers.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 13 Jul 2026 22:45: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 contains an unauthenticated access vulnerability that allows remote attackers to interact with provider management API endpoints by sending requests without any credentials due to missing authentication middleware in the Next.js API routes under src/app/api/providers/*. Attackers can enumerate, create, modify, or delete provider connections to expose partial credentials, OAuth tokens, and API keys, redirect AI traffic to attacker-controlled servers, or cause complete denial of service by deleting all provider connections.
Title 9Router 0.4.41 - Unauthenticated API Exposure via /api/providers
Weaknesses CWE-306
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T13:00:25.203Z

Reserved: 2026-07-07T14:39:14.062Z

Link: CVE-2026-59801

cve-icon Vulnrichment

Updated: 2026-07-14T13:00:13.943Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function