mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-13 01:44:43 +02:00
18 lines
709 B
Markdown
18 lines
709 B
Markdown
### [CVE-2007-1584](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1584)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Buffer underflow in the header function in PHP 5.2.0 allows context-dependent attackers to execute arbitrary code by passing an all-whitespace string to this function, which causes it to write '\0' characters in whitespace that precedes the string.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/3517
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|