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

19 lines
796 B
Markdown

### [CVE-2016-4071](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4071)
![](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
Format string vulnerability in the php_snmp_error function in ext/snmp/snmp.c in PHP before 5.5.34, 5.6.x before 5.6.20, and 7.x before 7.0.5 allows remote attackers to execute arbitrary code via format string specifiers in an SNMP::get call.
### POC
#### Reference
- https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05390722
- https://www.exploit-db.com/exploits/39645/
#### Github
No PoCs found on GitHub currently.