PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64865 QuantumNous CVE debrief

CVE-2026-64865 is a race condition vulnerability in the new API's large language model (LLM) gateway and artificial intelligence (AI) asset management system. An authenticated user can exploit this issue to artificially inflate their cached quota by repeatedly sending PUT requests to /api/user/self, which updates language or sidebar modules. This occurs because the controller/user.go file calls User.Update, and updateUserCache performs a full RedisHSetObj write to user:.Quota, overwriting concurrent HINCRBY deductions. The issue was fixed in version 1.0.0-rc.16.

Vendor
QuantumNous
Product
new-api
CVSS
MEDIUM 6
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-17
Original CVE updated
2026-09-18
Advisory published
2026-08-17
Advisory updated
2026-09-18

Who should care

Defenders responsible for the new API's LLM gateway and AI asset management system should be aware of this vulnerability and take steps to verify and apply the patch. They should also monitor for unusual quota changes and implement additional logging and monitoring to detect potential exploitation attempts.

Why it matters

CVE-2026-64865 is a race condition vulnerability in the new API's LLM gateway and AI asset management system that allows authenticated users to artificially inflate their cached quota. Defenders should prioritize verifying and applying the patch, monitoring for unusual quota changes, and implementing additional logging and monitoring to detect potential exploitation attempts.

  • Quota manipulation could lead to denial-of-service or resource starvation.
  • An attacker could potentially bypass rate limiting or quotas.
  • The vulnerability could be used to evade detection or logging mechanisms.
  • The vulnerability requires verification of patch application and monitoring for unusual activity.

Technical summary

The new API's large language model (LLM) gateway and artificial intelligence (AI) asset management system has a race condition vulnerability. An authenticated user can exploit this issue to artificially inflate their cached quota by repeatedly sending PUT requests to /api/user/self, which updates language or sidebar modules. This occurs because the controller/user.go file calls User.Update, and updateUserCache performs a full RedisHSetObj write to user:.Quota, overwriting concurrent HINCRBY deductions.

Defensive priority

Defenders should prioritize verifying and applying the patch (version 1.0.0-rc.16) to prevent potential quota manipulation. They should also monitor for unusual quota changes and implement additional logging and monitoring to detect potential exploitation attempts.

Recommended defensive actions

  • Verify and apply the patch (version 1.0.0-rc.16) to prevent potential quota manipulation.
  • Monitor for unusual quota changes.
  • Implement additional logging and monitoring to detect potential exploitation attempts.
  • Review compensating controls for exposed systems while remediation is scheduled and verified.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The evidence for this CVE comes from the official CVE Program record and the NIST National Vulnerability Database. The vulnerability was reported by an unknown source and fixed in version 1.0.0-rc.16 of the new API.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64865 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64865

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64865 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64865

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.