CyberRota Analysis
AI-GeneratedThe UpTrain platform versions 0.7.1 and earlier are vulnerable due to the creation of a default user with a static username that doubles as the default API key, combined with an open CORS policy. This configuration allows any website to execute authenticated cross-origin requests, potentially enabling unauthorized access to perform privileged operations on the UpTrain instance. Organizations using UpTrain should prioritize addressing this vulnerability, as it poses a significant risk of exploitation by malicious actors.
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
UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the UpTrain backend creates a new default user with a static username, where the username is also used as the default API key. The UpTrain backend also has an open CORS policy. Using these two primitives, any website can make a authenticated cross-origin request to the UpTrain instance by providing the default API key in the header `uptrain-access-token`. This issue may allow arbitrary websites to perform privileged operations on the UpTrain instance, as if they were the default logged in user. As of time of publication, no known patches are available.