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.173.0 replaces TLS1.0 with TLS1.3.
Applications that call stream_socket_server or stream_socket_client functions with a URL starting with tls:// are affected.
References
Link | Resource |
---|---|
https://github.com/facebook/hhvm/commit/083f5ffdee661f61512909d16f9a5b98cff3cf0b | Patch |
https://hhvm.com/blog/2023/01/20/security-update.html | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2023-05-10 19:15
Updated : 2024-02-28 20:13
NVD link : CVE-2022-36937
Mitre link : CVE-2022-36937
CVE.ORG link : CVE-2022-36937
JSON object : View
Products Affected
- hhvm
CWE