CyberRota Analysis
AI-GeneratedThe SimpleChat application is vulnerable due to improper object-level authorization in its user information retrieval endpoints, allowing low-privilege authenticated users to access sensitive data, including another user's email address, display name, and profile image. This could lead to privacy breaches and unauthorized information disclosure. Organizations using versions prior to 0.241.203 should prioritize upgrading to the latest version 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
SimpleChat is a secure AI conversation application with personal and group workspaces for document-grounded interactions. Prior to 0.241.203, the authenticated GET /api/user/info/<user_id> and GET /api/user/profile-image/<user_id> endpoints in application/single_app/route_backend_users.py accepted a caller-supplied user_id and read the matching Cosmos DB user-settings document without object-level authorization, allowing a low-privilege authenticated user to retrieve another user's email address, display name, and profile image. This issue is fixed in version 0.241.203.