Risk | Low |
Patch available | YES |
Number of vulnerabilities | 1 |
CVE-ID | CVE-2024-0853 |
CWE-ID | CWE-299 |
Exploitation vector | Network |
Public exploit | N/A |
Vulnerable software |
cURL Client/Desktop applications / Other client software |
Vendor | curl.haxx.se |
Security Bulletin
This security bulletin contains one low risk vulnerability.
EUVDB-ID: #VU85927
Risk: Low
CVSSv3.1: 3.2 [CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N/E:U/RL:O/RC:C]
CVE-ID: CVE-2024-0853
CWE-ID:
CWE-299 - Improper Check for Certificate Revocation
Exploit availability: No
DescriptionThe vulnerability allows a remote attacker to bypass OCSP verification.
The vulnerability exists due to curl inadvertently keeps the SSL session ID for connections in its cache even when the verify status (OCSP stapling)
test has failed. A subsequent transfer to the same hostname will be successful if the session ID cache is still fresh, which leads to skipping the
verify status check. As a result, OCSP verification is always successful for all subsequent TLS sessions.
Install updates from vendor's website.
Vulnerable software versionscURL: 8.5.0
CPE2.3 External linkshttp://curl.haxx.se/docs/CVE-2024-0853.html
Q & A
Can this vulnerability be exploited remotely?
Yes. This vulnerability can be exploited by a remote non-authenticated attacker via the Internet.
Is there known malware, which exploits this vulnerability?
No. We are not aware of malware exploiting this vulnerability.