---
schema_version: '1.0'
id: security-20260705-0abcd1
url: https://osv.dev/vulnerability/DEBIAN-CVE-2024-4741
url_hash: 0abcd1fdf1e00535ab15709fe5de1a7d7ab7165cc36c887787a52b8b9cb1a4f4
canonical_url: https://osv.dev/vulnerability/DEBIAN-CVE-2024-4741
source: osv:debian
category: security/os
category_raw: cve/os
region: null
tags:
- cve
- DEBIAN-CVE-2024-4741
- severity:CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- openssl
- Debian
lang: en
published_at: '2024-11-13T11:15:04Z'
fetched_at: '2026-07-05T15:34:33Z'
updated_at: '2026-07-05T15:35:24Z'
status: published
content_hash: 35b43a391b4b703e868fb6f6037f465e721d22d5c63f6b72f5327815f666cb42
license_note: full
summary: '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'
summary_source: rss
summary_en: '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'
entities: []
key_facts: []
related: []
related_auto: []
title: DEBIAN-CVE-2024-4741 — openssl
---

# DEBIAN-CVE-2024-4741 — openssl

## TL;DR
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

## Key Points
- cve / DEBIAN-CVE-2024-4741 / severity:CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H / openssl / Debian

## Details
**Severity:** CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
**Advisory:** DEBIAN-CVE-2024-4741

**Affected (your watchlist):**
- `Debian:openssl` 3.0.11-1~deb12u2 → no fixed version listed [rpi]

**Details:**
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.

**References:**
- https://security-tracker.debian.org/tracker/CVE-2024-4741

_Data: OSV.dev (upstream: debian) — https://osv.dev/vulnerability/DEBIAN-CVE-2024-4741_

## Source
元記事: [DEBIAN-CVE-2024-4741 — openssl](https://osv.dev/vulnerability/DEBIAN-CVE-2024-4741) — published 2024-11-13T11:15:04Z
