CVE-2024-11236
24.11.2024, 01:15
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, uncontrolled long string inputs to ldap_escape()function on 32-bit systems can cause an integer overflow, resulting in an out-of-bounds write.Enginsight
Vendor | Product | Version |
---|---|---|
php | php | 8.1.0 ≤ 𝑥 < 8.1.31 |
php | php | 8.2.0 ≤ 𝑥 < 8.2.26 |
php | php | 8.3.0 ≤ 𝑥 < 8.3.14 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
php5 |
| ||||||||||
php7.0 |
| ||||||||||
php7.2 |
| ||||||||||
php7.4 |
| ||||||||||
php8.1 |
| ||||||||||
php8.3 |
|
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- CWE-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.