cve/2007/CVE-2007-0906.md

18 lines
996 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2007-0906](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0906)
![](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
Multiple buffer overflows in PHP before 5.2.1 allow attackers to cause a denial of service and possibly execute arbitrary code via unspecified vectors in the (1) session, (2) zip, (3) imap, and (4) sqlite extensions; (5) stream filters; and the (6) str_replace, (7) mail, (8) ibase_delete_user, (9) ibase_add_user, and (10) ibase_modify_user functions. NOTE: vector 6 might actually be an integer overflow (CVE-2007-1885). NOTE: as of 20070411, vector (3) might involve the imap_mail_compose function (CVE-2007-1825).
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2007-0088.html
#### Github
No PoCs found on GitHub currently.