CyberRota Analysis
AI-GeneratedThe PATCH /api/settings endpoint in versions prior to 0.5.4 of 9Router is vulnerable, allowing authenticated users to modify critical security settings without proper validation. This can lead to unauthorized access to sensitive routes, including /api/keys and /api/providers, potentially compromising the entire application. Organizations using affected versions should prioritize upgrading to 0.5.4 to mitigate this security 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
9Router is an AI router & token saver. Prior to 0.5.4, the PATCH /api/settings endpoint writes the entire request body to persistent settings without a field whitelist, allowing an authenticated user to set security-critical fields such as requireLogin and disable authentication for the whole application, exposing protected routes such as /api/keys and /api/providers to unauthenticated access. This issue is reported as fixed in version 0.5.4.