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

exploitDog

oracle-oval логотип

ELSA-2026-42096

Опубликовано: 21 июл. 2026
Источник: oracle-oval
Платформа: Oracle Linux 10

Описание

ELSA-2026-42096: c-ares security update (IMPORTANT)

[1.34.6-2]

  • Fix double-free in process_timeouts() (CVE-2026-33630) Resolves: RHEL-192867

Обновленные пакеты

Oracle Linux 10

Oracle Linux aarch64

c-ares-devel

1.34.6-2.el10_2

c-ares

1.34.6-2.el10_2

Oracle Linux x86_64

c-ares-devel

1.34.6-2.el10_2

c-ares

1.34.6-2.el10_2

Связанные CVE

Связанные уязвимости

CVSS3: 7.5
ubuntu
2 месяца назад

[Unknown description]

CVSS3: 7.5
redhat
2 месяца назад

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.

CVSS3: 7.5
nvd
11 дней назад

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.

msrc
6 дней назад

c-ares : Use-after-free / double-free in c-ares query-completion handling, remotely triggerable via ares_getaddrinfo() over TCP

CVSS3: 7.5
debian
11 дней назад

c-ares is an asynchronous resolver library. From ver 1.32.3 until 1.34 ...