mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
### [CVE-2024-55885](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-55885)
|
|

|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|