CVE-2023-7256 MEDIUM

CVE-2023-7256: Double-free in libpcap before 1.10.5 with remote packet capture support.

Vendor The Tcpdump Group
Product libpcap
Weakness CWE-415
Published August 30, 2024
Last update September 3, 2024

CVSS base score

4.4/10
Attack vector Local
Attack complexity Low
Privileges required High
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 30, 2024 CVE published
September 3, 2024 Record updated