Vulnerability Description
free-one-api allows users to access large language model reverse engineering libraries through the standard OpenAI API format. In versions up to and including 1.0.1, MD5 is used to hash passwords before sending them to the backend. MD5 is a cryptographically broken hashing algorithm and is no longer considered secure for password storage or transmission. It is vulnerable to collision attacks and can be easily cracked using modern hardware, exposing user credentials to potential compromise. As of time of publication, a replacement for MD5 has not been committed to the free-one-api GitHub repository.
Related Weaknesses (CWE)
References
- https://github.com/RockChinQ/free-one-api/blob/4d6ee42ffbb224b95be32c26cabc28d54
- https://github.com/RockChinQ/free-one-api/security/advisories/GHSA-36cc-58vm-wm4
FAQ
What is CVE-2024-56516?
CVE-2024-56516 is a documented vulnerability. free-one-api allows users to access large language model reverse engineering libraries through the standard OpenAI API format. In versions up to and including 1.0.1, MD5 is used to hash passwords befo...
How severe is CVE-2024-56516?
CVSS scoring is not yet available for CVE-2024-56516. Check NVD for updates.
Is there a patch for CVE-2024-56516?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.