Files
CVEs-PoC/2011/CVE-2011-0411.md
T
2024-06-18 02:51:15 +02:00

18 lines
874 B
Markdown

### [CVE-2011-0411](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0411)
![](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
The STARTTLS implementation in Postfix 2.4.x before 2.4.16, 2.5.x before 2.5.12, 2.6.x before 2.6.9, and 2.7.x before 2.7.3 does not properly restrict I/O buffering, which allows man-in-the-middle attackers to insert commands into encrypted SMTP sessions by sending a cleartext command that is processed after TLS is in place, related to a "plaintext command injection" attack.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/cpuapr2011-301950.html
#### Github
- https://github.com/fir3storm/Vision2