CVE-2021-24036
23.07.2021, 01:15
Passing an attacker controlled size when creating an IOBuf could cause integer overflow, leading to an out of bounds write on the heap with the possibility of remote code execution. This issue affects versions of folly prior to v2021.07.22.00. This issue affects HHVM versions prior to 4.80.5, all versions between 4.81.0 and 4.102.1, all versions between 4.103.0 and 4.113.0, and versions 4.114.0, 4.115.0, 4.116.0, 4.117.0, 4.118.0 and 4.118.1.Enginsight
Vendor | Product | Version |
---|---|---|
folly | 𝑥 < 2021.07.22.00 | |
hhvm | 𝑥 < 4.80.5 | |
hhvm | 4.81.0 ≤ 𝑥 ≤ 4.102.1 | |
hhvm | 4.103.0 ≤ 𝑥 ≤ 4.113.0 | |
hhvm | 4.114.0 | |
hhvm | 4.115.0 | |
hhvm | 4.116.0 | |
hhvm | 4.117.0 | |
hhvm | 4.118.0 | |
hhvm | 4.118.1 |
𝑥
= Vulnerable software versions

Ubuntu Releases
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-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.
References