mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 12:01:39 +02:00
20 lines
993 B
Markdown
20 lines
993 B
Markdown
### [CVE-2009-3622](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3622)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Algorithmic complexity vulnerability in wp-trackback.php in WordPress before 2.8.5 allows remote attackers to cause a denial of service (CPU consumption and server hang) via a long title parameter in conjunction with a charset parameter composed of many comma-separated "UTF-8" substrings, related to the mb_convert_encoding function in PHP.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://rooibo.wordpress.com/2009/10/17/agujero-de-seguridad-en-wordpress/
|
|
- http://security-sh3ll.blogspot.com/2009/10/wordpress-resource-exhaustion-denial-of.html
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=530056
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|