CVE-2019-3561
29.04.2019, 16:29
Insufficient boundary checks for the strrpos and strripos functions allow access to out-of-bounds memory. This affects all supported versions of HHVM (4.0.3, 3.30.4, and 3.27.7 and below).Enginsight
Vendor | Product | Version |
---|---|---|
hhvm | 𝑥 ≤ 3.27.7 | |
hhvm | 3.28.0 ≤ 𝑥 ≤ 3.30.4 | |
hhvm | 4.0.0 ≤ 𝑥 ≤ 4.0.3 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Common Weakness Enumeration
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.
- CWE-125 - Out-of-bounds ReadThe software reads data past the end, or before the beginning, of the intended buffer.