mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 15:15:46 +02:00
18 lines
874 B
Markdown
18 lines
874 B
Markdown
### [CVE-2011-0411](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0411)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|