CVE-2023-7256

Summary

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.

Affected Software

VendorProductVersion RangeStatus
The Tcpdump Grouplibpcap1.8.xaffected
The Tcpdump Grouplibpcap1.9.xaffected
The Tcpdump Grouplibpcap1.10.x <= 1.10.4affected

Weaknesses

  • CWE-415: CWE-415 Double Free

Workarounds

Do not build libpcap with remote packet capture support.

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References