CVE-2024-11233
24.11.2024, 02:15
In PHP versions 8.1.* before 8.1.31, 8.2.* before 8.2.26, 8.3.* before 8.3.14, due to an error inconvert.quoted-printable-decode filter certain data can lead to buffer overread by one byte, which can in certain circumstances lead to crashes or disclose content of other memory areas.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-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.