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

exploitDog

suse-cvrf логотип

SUSE-SU-2026:4021-1

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

Описание

Security update for c-ares

This update for c-ares fixes the following issues:

  • CVE-2024-25629: out of bounds read in ares__read_line() (bsc#1220279).
  • CVE-2025-31498: use-after-free in read_answers() when process_answer() may re-enqueue a query (bsc#1240955).
  • CVE-2025-62408: c-ares 1.32.3-1.34.5 use after free() (bsc#1254738).
  • CVE-2026-33630: Use-after-free / double-free in c-ares query-completion handling, remotely triggerable via ares_getaddrinfo() over TCP (bsc#1270416).
  • CVE-2026-69184: CPU-exhaustion denial of service via unbounded DNS name compression pointer chains (bsc#1276290).
  • CVE-2026-69186: Memory-amplification denial of service via unvalidated DNS header record counts (bsc#1276291).

Changes for c-ares:

  • updated to 1.36.8.

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

Image SLES15-SP6-SAP
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-Azure
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAPCAL
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAPCAL-Azure
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAPCAL-EC2
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAPCAL-GCE
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP7-SAPCAL-Azure
libcares2-1.34.8-150000.3.29.1
Image SLES15-SP7-SAPCAL-EC2
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Micro 5.3
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Micro 5.4
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Micro 5.5
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Module for Basesystem 15 SP7
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Server 15 SP4-LTSS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Server 15 SP5-LTSS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Server 15 SP6-LTSS
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1
SUSE Linux Enterprise Server for SAP Applications 15 SP6
c-ares-devel-1.34.8-150000.3.29.1
libcares2-1.34.8-150000.3.29.1

Описание

c-ares is a C library for asynchronous DNS requests. `ares__read_line()` is used to parse local configuration files such as `/etc/resolv.conf`, `/etc/nsswitch.conf`, the `HOSTALIASES` file, and if using a c-ares version prior to 1.27.0, the `/etc/hosts` file. If any of these configuration files has an embedded `NULL` character as the first character in a new line, it can lead to attempting to read memory prior to the start of the given buffer which may result in a crash. This issue is fixed in c-ares 1.27.0. No known workarounds exist.


Затронутые продукты
Image SLES15-SP6-SAP-Azure:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP:libcares2-1.34.8-150000.3.29.1

Ссылки

Описание

c-ares is an asynchronous resolver library. From 1.32.3 through 1.34.4, there is a use-after-free in read_answers() when process_answer() may re-enqueue a query either due to a DNS Cookie Failure or when the upstream server does not properly support EDNS, or possibly on TCP queries if the remote closed the connection immediately after a response. If there was an issue trying to put that new transaction on the wire, it would close the connection handle, but read_answers() was still expecting the connection handle to be available to possibly dequeue other responses. In theory a remote attacker might be able to trigger this by flooding the target with ICMP UNREACHABLE packets if they also control the upstream nameserver and can return a result with one of those conditions, this has been untested. Otherwise only a local attacker might be able to change system behavior to make send()/write() return a failure condition. This vulnerability is fixed in 1.34.5.


Затронутые продукты
Image SLES15-SP6-SAP-Azure:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP:libcares2-1.34.8-150000.3.29.1

Ссылки

Описание

c-ares is an asynchronous resolver library. Versions 1.32.3 through 1.34.5 terminate a query after maximum attempts when using read_answer() and process_answer(), which can cause a Denial of Service. This issue is fixed in version 1.34.6.


Затронутые продукты
Image SLES15-SP6-SAP-Azure:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP:libcares2-1.34.8-150000.3.29.1

Ссылки

Описание

c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34.7, a use-after-free / double-free in c-ares' query-completion handling. The same flaw - a query's callback being invoked while the query is still linked in the channel's internal lookup structures - is present at multiple points in the resend/finish path (timeout handling, response handling, and query dispatch). If the query, or for ares_getaddrinfo() the owning host_query, is freed as a side effect of that callback, it is then accessed and/or freed a second time. This vulnerability is fixed in ver 1.34.7.


Затронутые продукты
Image SLES15-SP6-SAP-Azure:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP:libcares2-1.34.8-150000.3.29.1

Ссылки

Описание

unknown


Затронутые продукты
Image SLES15-SP6-SAP-Azure:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP:libcares2-1.34.8-150000.3.29.1

Ссылки

Описание

unknown


Затронутые продукты
Image SLES15-SP6-SAP-Azure:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-EC2:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP-GCE:libcares2-1.34.8-150000.3.29.1
Image SLES15-SP6-SAP:libcares2-1.34.8-150000.3.29.1

Ссылки
Уязвимость SUSE-SU-2026:4021-1