Description
A vulnerability was determined in kvcache-ai mooncake up to 0.3.12/0.3.13.post1. This affects the function UnmountSegment of the component RPC Path Handler. This manipulation of the argument client_id/segment_id causes authorization bypass. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-09-23
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Authorization Bypass
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in the UnmountSegment function of the RPC Path Handler in kvcache-ai mooncake. By manipulating the client_id and segment_id arguments, an attacker can bypass authorization checks, allowing an unauthorized user to unmount data segments. This bypass is a form of improper authorization (CWE‑285) and can also lead to privilege escalation through information misuse (CWE‑639). The effect is that a remote attacker can perform actions normally reserved for privileged users, potentially causing data loss or disruption.

Affected Systems

The flaw is present in kvcache-ai mooncake versions up to 0.3.12 and 0.3.13.post1. Any instance running a version in that range or older is potentially vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate risk, yet remote exploitation is possible and the exploit has been publicly disclosed. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Given the remote nature of the attack, the likelihood of exploitation remains uncertain but the impact of bypassing segment control warrants prompt attention.

Generated by OpenCVE AI on September 24, 2026 at 01:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest kvcache‑ai mooncake release, which includes a fix for the UnmountSegment authorization bug.
  • Restrict network exposure of the RPC interface to trusted hosts only or enforce TLS to limit remote access.
  • Implement strict validation on client_id and segment_id parameters and ensure only authorized clients can perform unmount operations.
  • Monitor system logs for anomalous unmount attempts and investigate promptly.

Generated by OpenCVE AI on September 24, 2026 at 01:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 24 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 24 Sep 2026 00:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in kvcache-ai mooncake up to 0.3.12/0.3.13.post1. This affects the function UnmountSegment of the component RPC Path Handler. This manipulation of the argument client_id/segment_id causes authorization bypass. Remote exploitation of the attack is possible. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.
Title kvcache-ai mooncake RPC Path UnmountSegment authorization
First Time appeared Kvcache-ai
Kvcache-ai mooncake
Weaknesses CWE-285
CWE-639
CPEs cpe:2.3:a:kvcache-ai:mooncake:*:*:*:*:*:*:*:*
Vendors & Products Kvcache-ai
Kvcache-ai mooncake
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Kvcache-ai Mooncake
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-24T13:18:16.683Z

Reserved: 2026-09-23T16:01:17.341Z

Link: CVE-2026-96762

cve-icon Vulnrichment

Updated: 2026-09-24T13:18:13.046Z

cve-icon NVD

Status : Received

Published: 2026-09-24T00:17:23.353

Modified: 2026-09-24T14:18:21.117

Link: CVE-2026-96762

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-24T04:00:12Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key