CVE-2022-36937
- EPSS 0.36%
- Veröffentlicht 10.05.2023 19:15:08
- Zuletzt bearbeitet 27.01.2025 19:15:13
HHVM 4.172.0 and all prior versions use TLS 1.0 for secure connections when handling tls:// URLs in the stream extension. TLS1.0 has numerous published vulnerabilities and is deprecated. HHVM 4.153.4, 4.168.2, 4.169.2, 4.170.2, 4.171.1, 4.172.1, 4.17...
CVE-2019-3556
- EPSS 1.67%
- Veröffentlicht 26.10.2021 20:15:07
- Zuletzt bearbeitet 21.11.2024 04:42:09
HHVM supports the use of an "admin" server which accepts administrative requests over HTTP. One of those request handlers, dump-pcre-cache, can be used to output cached regular expressions from the current execution context into a file. The handler t...
CVE-2021-24036
- EPSS 2.97%
- Veröffentlicht 23.07.2021 01:15:07
- Zuletzt bearbeitet 21.11.2024 05:52: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 i...
CVE-2020-1900
- EPSS 0.81%
- Veröffentlicht 11.03.2021 01:15:14
- Zuletzt bearbeitet 21.11.2024 05:11:34
When unserializing an object with dynamic properties HHVM needs to pre-reserve the full size of the dynamic property array before inserting anything into it. Otherwise the array might resize, invalidating previously stored references. This pre-reserv...
CVE-2020-1899
- EPSS 0.36%
- Veröffentlicht 11.03.2021 01:15:14
- Zuletzt bearbeitet 21.11.2024 05:11:34
The unserialize() function supported a type code, "S", which was meant to be supported only for APC serialization. This type code allowed arbitrary memory addresses to be accessed as if they were static StringData objects. This issue affected HHVM pr...
CVE-2020-1898
- EPSS 0.84%
- Veröffentlicht 11.03.2021 01:15:14
- Zuletzt bearbeitet 21.11.2024 05:11:34
The fb_unserialize function did not impose a depth limit for nested deserialization. That meant a maliciously constructed string could cause deserialization to recurse, leading to stack exhaustion. This issue affected HHVM prior to v4.32.3, between v...
CVE-2021-24025
- EPSS 0.47%
- Veröffentlicht 10.03.2021 16:15:16
- Zuletzt bearbeitet 21.11.2024 05:52:14
Due to incorrect string size calculations inside the preg_quote function, a large input string passed to the function can trigger an integer overflow leading to a heap overflow. This issue affects HHVM versions prior to 4.56.3, all versions between 4...
CVE-2020-1918
- EPSS 0.33%
- Veröffentlicht 10.03.2021 16:15:14
- Zuletzt bearbeitet 21.11.2024 05:11:36
In-memory file operations (ie: using fopen on a data URI) did not properly restrict negative seeking, allowing for the reading of memory prior to the in-memory buffer. This issue affects HHVM versions prior to 4.56.3, all versions between 4.57.0 and ...
CVE-2020-1916
- EPSS 0.81%
- Veröffentlicht 10.03.2021 16:15:14
- Zuletzt bearbeitet 21.11.2024 05:11:36
An incorrect size calculation in ldap_escape may lead to an integer overflow when overly long input is passed in, resulting in an out-of-bounds write. This issue affects HHVM prior to 4.56.2, all versions between 4.57.0 and 4.78.0, 4.79.0, 4.80.0, 4....
CVE-2020-1917
- EPSS 0.75%
- Veröffentlicht 10.03.2021 16:15:14
- Zuletzt bearbeitet 21.11.2024 05:11:36
xbuf_format_converter, used as part of exif_read_data, was appending a terminating null character to the generated string, but was not using its standard append char function. As a result, if the buffer was full, it would result in an out-of-bounds w...