Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2024:3355-1

Опубликовано: 20 сент. 2024
Источник: suse-cvrf

Описание

Security update for libpcap

This update for libpcap fixes the following issues:

  • CVE-2024-8006: NULL pointer dereference in function pcap_findalldevs_ex(). (bsc#1230034)
  • CVE-2023-7256: double free via struct addrinfo in function sock_initaddress(). (bsc#1230020)

Список пакетов

Image SLES12-SP5-Azure-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-HPC-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-HPC-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-SAP-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-SAP-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-Standard-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-EC2-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-EC2-ECS-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-EC2-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-EC2-SAP-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-EC2-SAP-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-GCE-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-GCE-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-GCE-SAP-BYOS
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-GCE-SAP-On-Demand
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-SAP-Azure-LI-BYOS-Production
libpcap1-1.8.1-10.6.1
Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production
libpcap1-1.8.1-10.6.1
SUSE Linux Enterprise Server 12 SP5
libpcap1-1.8.1-10.6.1
SUSE Linux Enterprise Server for SAP Applications 12 SP5
libpcap1-1.8.1-10.6.1
SUSE Linux Enterprise Software Development Kit 12 SP5
libpcap-devel-1.8.1-10.6.1
SUSE Linux Enterprise Workstation Extension 12 SP5
libpcap1-32bit-1.8.1-10.6.1

Описание

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.


Затронутые продукты
Image SLES12-SP5-Azure-BYOS:libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-HPC-BYOS:libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-HPC-On-Demand:libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-SAP-BYOS:libpcap1-1.8.1-10.6.1

Ссылки

Описание

Remote packet capture support is disabled by default in libpcap. When a user builds libpcap with remote packet capture support enabled, one of the functions that become available is pcap_findalldevs_ex(). One of the function arguments can be a filesystem path, which normally means a directory with input data files. When the specified path cannot be used as a directory, the function receives NULL from opendir(), but does not check the return value and passes the NULL value to readdir(), which causes a NULL pointer derefence.


Затронутые продукты
Image SLES12-SP5-Azure-BYOS:libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-HPC-BYOS:libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-HPC-On-Demand:libpcap1-1.8.1-10.6.1
Image SLES12-SP5-Azure-SAP-BYOS:libpcap1-1.8.1-10.6.1

Ссылки