cve/2012/CVE-2012-2124.md

18 lines
894 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2012-2124](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2124)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
2025-09-29 21:09:30 +02:00
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
2024-05-26 14:27:05 +02:00
### Description
2025-09-29 21:09:30 +02:00
functions/imap_general.php in SquirrelMail, as used in Red Hat Enterprise Linux (RHEL) 4 and 5, does not properly handle 8-bit characters in passwords, which allows remote attackers to cause a denial of service (disk consumption) by making many IMAP login attempts with different usernames, leading to the creation of many preference files. NOTE: this issue exists because of an incorrect fix for CVE-2010-2813.
2024-05-26 14:27:05 +02:00
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=814671
#### Github
No PoCs found on GitHub currently.