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.
Published: 2026-08-17
Score: 5.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability exists in the AdminResetPasskey controller of the New API LLM gateway. It allows an administrator with a lower or equal privilege level to delete the passkeys of any user who has the same or a higher privilege level, including root accounts, because the canManageTargetRole authorization check is omitted for the DELETE /api/user/:id/reset_passkey endpoint. Removing a passkey deprives the target account of its authentication token and prevents it from accessing the system, thereby causing a denial of service to that account. The flaw is a missing‑authorization issue (CWE‑862).

Affected Systems

The vulnerability affects QuantumNous New API releases from 0.9.1.3 up to (but not including) 1.0.0‑rc.7. The missing authorization check was corrected in release 1.0.0‑rc.7, and all versions newer than that are not affected. Systems running any of the aforementioned vulnerable releases are at risk.

Risk and Exploitability

The CVSS score is 5.1, indicating moderate severity. No EPSS score is available, so the current probability of exploitation is not quantified. The vulnerability does not appear in the CISA KEV catalog, suggesting no publicly known exploits. An attacker can exercise the flaw by sending an authenticated DELETE request to /api/user/:id/reset_passkey; because role checks are not performed, any administrator can target accounts at the same or higher privilege level. Prompt remediation is recommended to avoid accidental or malicious account lockout.

Generated by OpenCVE AI on August 17, 2026 at 17:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the 1.0.0‑rc.7 or newer release of New API to correct the missing authorization check.
  • Configure the DELETE /api/user/:id/reset_passkey endpoint so that it is only accessible to administrators with a higher privilege level, such as root users, and enforce the canManageTargetRole check in the request pipeline.
  • Enable audit logging for reset_passkey operations and regularly review logs for unauthorized or anomalous usage.

Generated by OpenCVE AI on August 17, 2026 at 17:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-p845-629j-rcj6 New API: Admin can reset passkeys for same-level or higher-privileged users
History

Mon, 17 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
First Time appeared Quantumnous
Quantumnous new-api
Vendors & Products Quantumnous
Quantumnous new-api

Mon, 17 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
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.
Title New API: Admin can reset passkeys for same-level or higher-privileged users
Weaknesses CWE-862
References
Metrics cvssV4_0

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


Subscriptions

Quantumnous New-api
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-17T16:06:38.718Z

Reserved: 2026-07-20T18:31:39.292Z

Link: CVE-2026-64866

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T16:17:22.570

Modified: 2026-08-17T16:17:22.570

Link: CVE-2026-64866

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T17:30:18Z

Weaknesses