cve/2004/CVE-2004-1019.md

19 lines
856 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2004-1019](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1019)
![](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 deserialization code in PHP before 4.3.10 and PHP 5.x up to 5.0.2 allows remote attackers to cause a denial of service and execute arbitrary code via untrusted data to the unserialize function that may trigger "information disclosure, double-free and negative reference index array underflow" results.
### POC
#### Reference
- http://marc.info/?l=bugtraq&m=110314318531298&w=2
- http://www.oracle.com/technetwork/topics/security/bulletinjan2015-2370101.html
#### Github
No PoCs found on GitHub currently.