CVE-2019-11935
04.12.2019, 17:16
Insufficient boundary checks when processing a string in mb_ereg_replace allows access to out-of-bounds memory. This issue affects HHVM versions prior to 3.30.12, all versions between 4.0.0 and 4.8.5, all versions between 4.9.0 and 4.23.1, as well as 4.24.0, 4.25.0, 4.26.0, 4.27.0, 4.28.0, and 4.28.1.
Vendor | Product | Version |
---|---|---|
hhvm | 𝑥 < 3.30.12 | |
hhvm | 4.0.0 ≤ 𝑥 ≤ 4.8.5 | |
hhvm | 4.9.0 ≤ 𝑥 ≤ 4.23.1 | |
hhvm | 4.24.0 | |
hhvm | 4.25.0 | |
hhvm | 4.26.0 | |
hhvm | 4.27.0 | |
hhvm | 4.28.0 | |
hhvm | 4.28.1 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Common Weakness Enumeration
- CWE-125 - Out-of-bounds ReadThe software reads data past the end, or before the beginning, of the intended buffer.
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
References