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

exploitDog

oracle-oval логотип

ELSA-2025-4461

Опубликовано: 05 мая 2025
Источник: oracle-oval
Платформа: Oracle Linux 8

Описание

ELSA-2025-4461: nodejs:20 security update (MODERATE)

nodejs [1:20.19.1-1]

  • Update to version 20.19.1 Resolves: RHEL-78763

[1:20.18.2-4]

  • Update c-ares to 1.34.5 to address CVE-2025-31498

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

Oracle Linux 8

Oracle Linux aarch64

Module nodejs:20 is enabled

nodejs

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-devel

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-docs

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-full-i18n

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-nodemon

3.0.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-packaging

2021.06-4.module+el8.10.0+90560+49d7a1eb

nodejs-packaging-bundler

2021.06-4.module+el8.10.0+90560+49d7a1eb

npm

10.8.2-1.20.19.1.1.module+el8.10.0+90560+49d7a1eb

Oracle Linux x86_64

Module nodejs:20 is enabled

nodejs

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-devel

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-docs

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-full-i18n

20.19.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-nodemon

3.0.1-1.module+el8.10.0+90560+49d7a1eb

nodejs-packaging

2021.06-4.module+el8.10.0+90560+49d7a1eb

nodejs-packaging-bundler

2021.06-4.module+el8.10.0+90560+49d7a1eb

npm

10.8.2-1.20.19.1.1.module+el8.10.0+90560+49d7a1eb

Связанные CVE

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

ubuntu
2 месяца назад

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.

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

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.

nvd
2 месяца назад

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.

msrc
2 месяца назад

Описание отсутствует

debian
2 месяца назад

c-ares is an asynchronous resolver library. From 1.32.3 through 1.34.4 ...