CVE-2026-64866
Received Received - Intake

Privilege Escalation in New API via Passkey Reset

Vulnerability report for CVE-2026-64866, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: GitHub, Inc.

Description

New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. From 0.9.1.3 until 1.0.0-rc.7, AdminResetPasskey in controller/passkey.go lacks the canManageTargetRole authorization check for DELETE /api/user/:id/reset_passkey, allowing a lower-privileged administrator to remove a passkey from a same-level or higher-privileged account, including a root account. This issue is fixed in version 1.0.0-rc.7.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
quantumnous new-api From 0.9.1.3 (inc) to 1.0.0-rc.7 (inc)
quantumnous new_api From 0.9.1.3 (inc) to 1.0.0-rc.7 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an authorization flaw in the admin passkey reset feature of the New API project. A lower-privileged administrator could remove passkeys from accounts with equal or higher privileges, including root accounts, due to missing role-based authorization checks in the DELETE /api/user/:id/reset_passkey endpoint. The issue existed between versions 0.9.1.3 and 1.0.0-rc.7.

Detection Guidance

To detect this vulnerability, check if your new_api instance is running a version between 0.9.1.3 and 1.0.0-rc.7. Inspect the passkey.go file for the AdminResetPasskey function to verify if it lacks the canManageTargetRole authorization check. Look for unauthorized passkey resets in logs targeting root or higher-privileged accounts.

Impact Analysis

An attacker with lower admin privileges could remove passkeys from higher-privileged accounts, effectively bypassing authentication for those accounts. This could lead to unauthorized access, privilege escalation, or complete system compromise if root accounts are affected. The impact depends on the privileges of the targeted accounts.

Compliance Impact

This vulnerability could violate compliance requirements that mandate strong authentication and access controls, such as GDPR's security principle (Article 32) or HIPAA's access control safeguards (45 CFR Β§ 164.312(a)(1)). Unauthorized passkey removal undermines authentication integrity and may lead to unauthorized data access or modification.

Mitigation Strategies

Upgrade to version 1.0.0-rc.7 or later immediately. If upgrading is not possible, restrict admin access to trusted users only and block the /api/user/:id/reset_passkey endpoint at the reverse proxy level to prevent unauthorized passkey resets.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64866. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart