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

exploitDog

rocky логотип

RLSA-2026:47060

Опубликовано: 28 июл. 2026
Источник: rocky
Оценка: Important

Описание

Important: nodejs:24 security update

Node.js is a software development platform for building fast and scalable network applications in the JavaScript programming language.

Security Fix(es):

  • brace-expansion: Brace-expansion: Denial of Service due to exponential-time complexity (CVE-2026-13149)

  • tar: Node-tar: Denial of Service via malformed tar archive header (CVE-2026-59874)

  • tar: node-tar: Denial of Service via crafted gzip bomb (CVE-2026-59873)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
nodejs-packagingnoarch6.module+el8.10.0+40171+8fa9c325nodejs-packaging-2021.06-6.module+el8.10.0+40171+8fa9c325.noarch.rpm
nodejs-packagingnoarch6.module+el8.10.0+40172+38f6fdd1nodejs-packaging-2021.06-6.module+el8.10.0+40172+38f6fdd1.noarch.rpm
nodejs-packagingnoarch6.module+el8.10.0+40048+6d99f608nodejs-packaging-2021.06-6.module+el8.10.0+40048+6d99f608.noarch.rpm
nodejs-packaging-bundlernoarch6.module+el8.10.0+40172+38f6fdd1nodejs-packaging-bundler-2021.06-6.module+el8.10.0+40172+38f6fdd1.noarch.rpm
nodejs-packaging-bundlernoarch6.module+el8.10.0+40048+6d99f608nodejs-packaging-bundler-2021.06-6.module+el8.10.0+40048+6d99f608.noarch.rpm
nodejs-packaging-bundlernoarch6.module+el8.10.0+40171+8fa9c325nodejs-packaging-bundler-2021.06-6.module+el8.10.0+40171+8fa9c325.noarch.rpm
nodejsaarch642.module+el8.10.0+40262+9e06ec34nodejs-24.18.0-2.module+el8.10.0+40262+9e06ec34.aarch64.rpm
nodejs-develaarch642.module+el8.10.0+40262+9e06ec34nodejs-devel-24.18.0-2.module+el8.10.0+40262+9e06ec34.aarch64.rpm
nodejs-docsnoarch2.module+el8.10.0+40262+9e06ec34nodejs-docs-24.18.0-2.module+el8.10.0+40262+9e06ec34.noarch.rpm
nodejs-full-i18naarch642.module+el8.10.0+40262+9e06ec34nodejs-full-i18n-24.18.0-2.module+el8.10.0+40262+9e06ec34.aarch64.rpm

Показывать по

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

rocky
4 дня назад

Important: nodejs:22 security update

ubuntu
около 1 месяца назад

brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.

CVSS3: 7.5
redhat
около 1 месяца назад

brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.

nvd
около 1 месяца назад

brace-expansion through 5.0.6 is vulnerable to denial of service. The expand() function exhibits exponential-time complexity in the number of consecutive non-expanding '{}' brace groups. An attacker who passes a crafted string to expand(), directly or transitively, can cause significant CPU consumption and event-loop blocking. The max option does not mitigate this, as it bounds the output size rather than the recursion work.

debian
около 1 месяца назад

brace-expansion through 5.0.6 is vulnerable to denial of service. The ...