cve/2002/CVE-2002-0985.md

18 lines
750 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2002-0985](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0985)
![](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
Argument injection vulnerability in the mail function for PHP 4.x to 4.2.2 may allow attackers to bypass safe mode restrictions and modify command line arguments to the MTA (e.g. sendmail) in the 5th argument to mail(), altering MTA behavior and possibly executing commands.
### POC
#### Reference
- http://www.redhat.com/support/errata/RHSA-2002-213.html
#### Github
No PoCs found on GitHub currently.