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

18 lines
813 B
Markdown

### [CVE-2016-5093](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5093)
![](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 get_icu_value_internal function in ext/intl/locale/locale_methods.c in PHP before 5.5.36, 5.6.x before 5.6.22, and 7.x before 7.0.7 does not ensure the presence of a '\0' character, which allows remote attackers to cause a denial of service (out-of-bounds read) or possibly have unspecified other impact via a crafted locale_get_primary_language call.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=72241
#### Github
No PoCs found on GitHub currently.