get_icu_value_internal out-of-bounds read
I
Internet Bug Bounty
Submitted None
Actions:
Reported by
fms
Vulnerability Details
Technical details and impact analysis
https://bugs.php.net/bug.php?id=72241
Absence of null character terminator causes unexpected zend_string length and leaks heap memory when using several intl functions that commonly receive user input:
- locale_canonicalize
- locale_filter_matches
- locale_lookup
- locale_parse
- locale_get_primary_language
This affected PHP version 5.5, 5.6 and 7.0, patch released today:
http://php.net/ChangeLog-5.php#5.5.36
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Bounty
$500.00
Submitted
Weakness
Memory Corruption - Generic