cve/2024/CVE-2024-51478.md

18 lines
844 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-51478](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-51478)
![](https://img.shields.io/static/v1?label=Product&message=yeswiki&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%204.4.5%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-327%3A%20Use%20of%20a%20Broken%20or%20Risky%20Cryptographic%20Algorithm&color=brighgreen)
### Description
YesWiki is a wiki system written in PHP. Prior to 4.4.5, the use of a weak cryptographic algorithm and a hard-coded salt to hash the password reset key allows it to be recovered and used to reset the password of any account. This issue is fixed in 4.4.5.
### POC
#### Reference
- https://github.com/YesWiki/yeswiki/security/advisories/GHSA-4fvx-h823-38v3
#### Github
No PoCs found on GitHub currently.