### [CVE-2024-55885](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-55885) ![](https://img.shields.io/static/v1?label=Product&message=beego&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%202.3.4%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-327%3A%20Use%20of%20a%20Broken%20or%20Risky%20Cryptographic%20Algorithm&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-328%3A%20Use%20of%20Weak%20Hash&color=brightgreen) ### Description beego is an open-source web framework for the Go programming language. Versions of beego prior to 2.3.4 use MD5 as a hashing algorithm. MD5 is no longer considered secure against well-funded opponents due to its vulnerability to collision attacks. Version 2.3.4 replaces MD5 with SHA256. ### POC #### Reference - https://github.com/beego/beego/commit/e7fa4835f71f47ab1d13afd638cebf661800d5a4 - https://github.com/beego/beego/security/advisories/GHSA-9j3m-fr7q-jxfw #### Github No PoCs found on GitHub currently.