CyberRota Analysis
AI-GeneratedThe vulnerability allows authenticated administrators to access the root user's bearer token through the admin user list and user lookup APIs, exposing sensitive system configuration APIs. This critical flaw can lead to unauthorized access and potential compromise of the entire system. Organizations using versions prior to 1.0.0-rc.7 should prioritize immediate updates 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. Prior to 1.0.0-rc.7, the admin user list and user lookup APIs, including GET /api/user/, return User.AccessToken as access_token because User model objects are serialized after queries use Omit("password"), allowing an authenticated administrator to obtain the root user's bearer token and access root-only system configuration APIs. This issue is fixed in version 1.0.0-rc.7.