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

exploitDog

oracle-oval логотип

ELSA-2025-7426

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

Описание

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

nodejs [1:20.19.1-1]

  • Update to version 20.19.1 Resolves: RHEL-78764

[1:20.18.2-3]

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

nodejs-nodemon nodejs-packaging

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

Oracle Linux 9

Oracle Linux aarch64

Module nodejs:20 is enabled

nodejs

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-devel

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-docs

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-full-i18n

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-nodemon

3.0.1-1.module+el9.3.0+90066+12d4a8d7

nodejs-packaging

2021.06-4.module+el9.3.0+90066+12d4a8d7

nodejs-packaging-bundler

2021.06-4.module+el9.3.0+90066+12d4a8d7

npm

10.8.2-1.20.19.1.1.module+el9.6.0+90590+fd42b52a

Oracle Linux x86_64

Module nodejs:20 is enabled

nodejs

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-devel

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-docs

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-full-i18n

20.19.1-1.module+el9.6.0+90590+fd42b52a

nodejs-nodemon

3.0.1-1.module+el9.3.0+90066+12d4a8d7

nodejs-packaging

2021.06-4.module+el9.3.0+90066+12d4a8d7

nodejs-packaging-bundler

2021.06-4.module+el9.3.0+90066+12d4a8d7

npm

10.8.2-1.20.19.1.1.module+el9.6.0+90590+fd42b52a

Связанные 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 ...