mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
19 lines
861 B
Markdown
19 lines
861 B
Markdown
### [CVE-2011-4858](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4858)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Apache Tomcat before 5.5.35, 6.x before 6.0.35, and 7.x before 7.0.23 computes hash values for form parameters without restricting the ability to trigger hash collisions predictably, which allows remote attackers to cause a denial of service (CPU consumption) by sending many crafted parameters.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.ocert.org/advisories/ocert-2011-003.html
|
|
- https://github.com/FireFart/HashCollision-DOS-POC/blob/master/HashtablePOC.py
|
|
|
|
#### Github
|
|
- https://github.com/Live-Hack-CVE/CVE-2011-4084
|
|
|