mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-06 10:41:43 +00:00
21 lines
967 B
Markdown
21 lines
967 B
Markdown
![]() |
### [CVE-2016-0772](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-0772)
|
||
|

|
||
|

|
||
|

|
||
|
|
||
|
### Description
|
||
|
|
||
|
The smtplib library in CPython (aka Python) before 2.7.12, 3.x before 3.4.5, and 3.5.x before 3.5.2 does not return an error when StartTLS fails, which might allow man-in-the-middle attackers to bypass the TLS protections by leveraging a network position between the client and the registry to block the StartTLS command, aka a "StartTLS stripping attack."
|
||
|
|
||
|
### POC
|
||
|
|
||
|
#### Reference
|
||
|
No PoCs from references.
|
||
|
|
||
|
#### Github
|
||
|
- https://github.com/ARPSyndicate/cvemon
|
||
|
- https://github.com/RClueX/Hackerone-Reports
|
||
|
- https://github.com/imhunterand/hackerone-publicy-disclosed
|
||
|
- https://github.com/tintinweb/striptls
|
||
|
|