Files
CVEs-PoC/2007/CVE-2007-1581.md
T
2024-06-18 02:51:15 +02:00

18 lines
826 B
Markdown

### [CVE-2007-1581](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1581)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The resource system in PHP 5.0.0 through 5.2.1 allows context-dependent attackers to execute arbitrary code by interrupting the hash_update_file function via a userspace (1) error or (2) stream handler, which can then be used to destroy and modify internal resources. NOTE: it was later reported that PHP 5.2 through 5.2.13 and 5.3 through 5.3.2 are also affected.
### POC
#### Reference
- https://www.exploit-db.com/exploits/3529
#### Github
No PoCs found on GitHub currently.