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

19 lines
853 B
Markdown

### [CVE-2016-4343](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4343)
![](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 phar_make_dirstream function in ext/phar/dirstream.c in PHP before 5.6.18 and 7.x before 7.0.3 mishandles zero-size ././@LongLink files, which allows remote attackers to cause a denial of service (uninitialized pointer dereference) or possibly have unspecified other impact via a crafted TAR archive.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=71331
- https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05390722
#### Github
No PoCs found on GitHub currently.