cve/2024/CVE-2024-36496.md
2024-07-25 21:25:12 +00:00

19 lines
949 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2024-36496](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-36496)
![](https://img.shields.io/static/v1?label=Product&message=WINSelect%20(Standard%20%2B%20Enterprise)&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-798%20Use%20of%20Hard-coded%20Credentials&color=brighgreen)
### Description
The configuration file is encrypted with a static key derived from a static five-character password which allows an attacker to decrypt this file. The application hashes this five-character password with the outdated and broken MD5 algorithm (no salt) and uses the first five bytes as the key for RC4. The configuration file is then encrypted with these parameters.
### POC
#### Reference
- http://seclists.org/fulldisclosure/2024/Jun/12
- https://r.sec-consult.com/winselect
#### Github
No PoCs found on GitHub currently.