CyberRota Analysis
AI-GeneratedThe vulnerability allows lower-privileged administrators to delete passkeys from accounts with the same or higher privileges, including root accounts, due to a missing authorization check in the AdminResetPasskey function. This could lead to unauthorized access and potential compromise of sensitive accounts. Organizations using versions 0.9.1.3 to 1.0.0-rc.6 of the affected API should prioritize upgrading to version 1.0.0-rc.7 to mitigate this risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD 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.