CVE-2024-4741
Last modified
CVE-2024-4741 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. Issue summary: Calling the OpenSSL API function SSL_free_buffers may cause memory to be accessed that was previously freed in some situations Impact summary: A use after free can have a range of potential consequences such as the corruption of valid data, crashes or execution of arbitrary code. However, only applications that directly call the SSL_free_buffers function are affected by this issue. Applications that do not call this function are not vulnerable. EPSS estimates a 2.94% chance of exploitation in the next 30 days.
Description
Issue summary: Calling the OpenSSL API function SSL_free_buffers may cause memory to be accessed that was previously freed in some situations Impact summary: A use after free can have a range of potential consequences such as the corruption of valid data, crashes or execution of arbitrary code. However, only applications that directly call the SSL_free_buffers function are affected by this issue. Applications that do not call this function are not vulnerable. Our investigations indicate that this function is rarely used by applications. The SSL_free_buffers function is used to free the internal OpenSSL buffer used when processing an incoming record from the network. The call is only expected to succeed if the buffer is not currently in use. However, two scenarios have been identified where the buffer is freed even when still in use. The first scenario occurs where a record header has been received from the network and processed by OpenSSL, but the full record body has not yet arrived. In this case calling SSL_free_buffers will succeed even though a record has only been partially processed and the buffer is still in use. The second scenario occurs where a full record containing application data has been received and processed by OpenSSL but the application has only read part of this data. Again a call to SSL_free_buffers will succeed even though the buffer is still in use. While these scenarios could occur accidentally during normal operation a malicious attacker could attempt to engineer a stituation where this occurs. We are not aware of this issue being actively exploited. The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-4741?
How severe is CVE-2024-4741?
How do I fix CVE-2024-4741?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-47401Mattermost versions 9.10.x <= 9.10.2, 9.11.x <= 9.11.1 and 9…7.5
- CVE-2024-47402in OpenHarmony v4.0.0 and prior versions allow a local attac…5.5
- CVE-2024-47404in OpenHarmony v4.1.0 and prior versions allow a local attac…7.8
- CVE-2024-47406Sharp and Toshiba Tec MFPs improperly process HTTP authentic…9.8
- CVE-2024-47407A parameter within a command does not properly validate inpu…10
- CVE-2024-47408In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-47410Animate versions 23.0.7, 24.0.4 and earlier are affected by …7.8
- CVE-2024-47411Animate versions 23.0.7, 24.0.4 and earlier are affected by …7.8
- CVE-2024-47412Animate versions 23.0.7, 24.0.4 and earlier are affected by …7.8
- CVE-2024-47413Animate versions 23.0.7, 24.0.4 and earlier are affected by …7.8
- CVE-2024-47414Animate versions 23.0.7, 24.0.4 and earlier are affected by …7.8
- CVE-2024-47415Animate versions 23.0.7, 24.0.4 and earlier are affected by …7.8
Are you affected by CVE-2024-4741?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
