Files
cve/2011/CVE-2011-5094.md

23 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2011-5094](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-5094)
![](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
Mozilla Network Security Services (NSS) 3.x, with certain settings of the SSL_ENABLE_RENEGOTIATION option, does not properly restrict client-initiated renegotiation within the SSL and TLS protocols, which might make it easier for remote attackers to cause a denial of service (CPU consumption) by performing many renegotiations within a single connection, a different vulnerability than CVE-2011-1473. NOTE: it can also be argued that it is the responsibility of server deployments, not a security library, to prevent or limit renegotiation when it is inappropriate within a specific environment
2024-05-26 14:27:05 +02:00
### POC
#### Reference
- http://vincent.bernat.im/en/blog/2011-ssl-dos-mitigation.html
- http://www.ietf.org/mail-archive/web/tls/current/msg07553.html
#### Github
- https://github.com/ARPSyndicate/cvemon
2025-09-29 21:09:30 +02:00
- https://github.com/Nissiuser/Vulnerability-Scan-Report
- https://github.com/aaronamran/Vulnerability-Scanning-Lab-with-OpenVAS-and-Metasploitable2
2024-05-26 14:27:05 +02:00
- https://github.com/chnzzh/OpenSSL-CVE-lib
2025-09-29 21:09:30 +02:00
- https://github.com/shashank181034/Task3ElevateLabs
2024-05-26 14:27:05 +02:00