cve/2004/CVE-2004-1018.md

18 lines
1011 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2004-1018](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1018)
![](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 integer handling errors in PHP before 4.3.10 allow attackers to bypass safe mode restrictions, cause a denial of service, or execute arbitrary code via (1) a negative offset value to the shmop_write function, (2) an "integer overflow/underflow" in the pack function, or (3) an "integer overflow/underflow" in the unpack function. NOTE: this issue was originally REJECTed by its CNA before publication, but that decision is in active dispute. This candidate may change significantly in the future as a result of further discussion.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=110314318531298&w=2
#### Github
No PoCs found on GitHub currently.