Vulnerability Description
vertaai/modeldb is vulnerable to a path traversal attack due to improper sanitization of user-supplied file paths in its file upload functionality. Attackers can exploit this vulnerability to write arbitrary files anywhere in the file system by manipulating the 'artifact_path' parameter. This flaw can lead to Remote Code Execution (RCE) by overwriting critical files, such as the application's configuration file, especially when the application is run outside of Docker. The vulnerability is present in the NFSController.java and NFSService.java components of the application.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://huntr.com/bounties/5f602914-3e5d-407a-b8ce-fb444a4e8bb3
- https://huntr.com/bounties/5f602914-3e5d-407a-b8ce-fb444a4e8bb3
FAQ
What is CVE-2024-1961?
CVE-2024-1961 is a vulnerability with a CVSS score of 8.8 (HIGH). vertaai/modeldb is vulnerable to a path traversal attack due to improper sanitization of user-supplied file paths in its file upload functionality. Attackers can exploit this vulnerability to write ar...
How severe is CVE-2024-1961?
CVE-2024-1961 has been rated HIGH with a CVSS base score of 8.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-1961?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.