cve/2024/CVE-2024-45165.md

18 lines
924 B
Markdown
Raw Permalink Normal View History

2024-08-22 18:33:16 +00:00
### [CVE-2024-45165](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45165)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An issue was discovered in UCI IDOL 2 (aka uciIDOL or IDOL2) through 2.12. Data is sent between client and server with encryption. However, the key is derived from the string "(c)2007 UCI Software GmbH B.Boll" (without quotes). The key is both static and hardcoded. With access to messages, this results in message decryption and encryption by an attacker. Thus, it enables passive and active man-in-the-middle attacks.
### POC
#### Reference
- https://www.syss.de/fileadmin/dokumente/Publikationen/Advisories/SYSS-2024-048.txt
#### Github
No PoCs found on GitHub currently.