CVE-2023-7256
CVE-2023-7256 is a medium-severity vulnerability in Tcpdump Libpcap with a CVSS 3.x base score of 4.4. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-415.
Key facts
- Severity: Medium (CVSS 3.x base score 4.4)
- EPSS exploit prediction: 0% (13th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2023-59437
- Weakness: CWE-415
- Affected product: Tcpdump Libpcap
- Published:
- Last modified:
Description
In affected libpcap versions during the setup of a remote packet capture the internal function sock_initaddress() calls getaddrinfo() and possibly freeaddrinfo(), but does not clearly indicate to the caller function whether freeaddrinfo() still remains to be called after the function returns. This makes it possible in some scenarios that both the function and its caller call freeaddrinfo() for the same allocated memory block. A similar problem was reported in Apple libpcap, to which Apple assigned CVE-2023-40400.
Frequently asked questions
- What is CVE-2023-7256?
- In affected libpcap versions during the setup of a remote packet capture the internal function sock_initaddress() calls getaddrinfo() and possibly freeaddrinfo(), but does not clearly indicate to the caller function whether freeaddrinfo() still remains to be called after the function returns. This makes it possible in some scenarios that both the function and its caller call freeaddrinfo() for the same allocated memory block. A similar problem was reported in Apple libpcap, to which Apple assigned CVE-2023-40400.
- How severe is CVE-2023-7256?
- CVE-2023-7256 has a CVSS 3.x base score of 4.4, rated medium severity. It is exploitable over local access with low attack complexity, requires high privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
- Is CVE-2023-7256 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (13th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2023-7256?
- CVE-2023-7256 affects Tcpdump Libpcap. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2023-7256?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2023-7256 have an EU (EUVD) identifier?
- Yes. CVE-2023-7256 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2023-59437.
- When was CVE-2023-7256 published?
- CVE-2023-7256 was published on 2024-08-31 and last updated on 2026-06-17.
References
- https://github.com/the-tcpdump-group/libpcap/commit/262e4f34979872d822ccedf9f318ed89c4d31c03
- https://github.com/the-tcpdump-group/libpcap/commit/2aa69b04d8173b18a0e3492e0c8f2f7fabdf642d
Affected products (1)
- cpe:2.3:a:tcpdump:libpcap:*:*:*:*:*:*:*:*
More vulnerabilities in Tcpdump Libpcap
- CVE-2011-1935 — Critical (CVSS 9.8): pcap-linux.c in libpcap 1.1.1 before commit ea9432fabdf4b33cbc76d9437200e028f1c47c93 when snaplen is set may truncate…
- CVE-2019-15163 — High (CVSS 7.5): rpcapd/daemon.c in libpcap before 1.9.1 allows attackers to cause a denial of service (NULL pointer dereference and…
- CVE-2019-15165 — Medium (CVSS 5.3): sf-pcapng.c in libpcap before 1.9.1 does not properly validate the PHB header length before allocating memory.
- CVE-2019-15164 — Medium (CVSS 5.3): rpcapd/daemon.c in libpcap before 1.9.1 allows SSRF because a URL may be provided as a capture source.
- CVE-2019-15162 — Medium (CVSS 5.3): rpcapd/daemon.c in libpcap before 1.9.1 on non-Windows platforms provides details about why authentication failed,…
- CVE-2019-15161 — Medium (CVSS 5.3): rpcapd/daemon.c in libpcap before 1.9.1 mishandles certain length values because of reuse of a variable. This may open…
All CVEs affecting Tcpdump Libpcap →
Other CWE-415 (Double Free) vulnerabilities
- CVE-2018-0101 — Critical (CVSS 10.0): A vulnerability in the Secure Sockets Layer (SSL) VPN functionality of the Cisco Adaptive Security Appliance (ASA)…
- CVE-2026-8925 — Critical (CVSS 9.8): The curl logic that works with SASL authentication could end up cleaning up the GSASL context *twice* without clearing…
- CVE-2020-37239 — Critical (CVSS 9.8): libbabl 0.1.62 contains a broken double free detection vulnerability that allows attackers to bypass memory safety…
- CVE-2026-43011 — Critical (CVSS 9.8): In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When…
- CVE-2026-31609 — Critical (CVSS 9.8): In the Linux kernel, the following vulnerability has been resolved: smb: client: avoid double-free in…
- CVE-2026-31608 — Critical (CVSS 9.8): In the Linux kernel, the following vulnerability has been resolved: smb: server: avoid double-free in…