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

18 lines
850 B
Markdown

### [CVE-2014-9912](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9912)
![](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_disp_value_src_php function in ext/intl/locale/locale_methods.c in PHP before 5.3.29, 5.4.x before 5.4.30, and 5.5.x before 5.5.14 does not properly restrict calls to the ICU uresbund.cpp component, which allows remote attackers to cause a denial of service (buffer overflow) or possibly have unspecified other impact via a locale_get_display_name call with a long first argument.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=67397
#### Github
No PoCs found on GitHub currently.