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

exploitDog

fstec логотип

BDU:2026-13935

Опубликовано: 27 апр. 2026
Источник: fstec
CVSS3: 5.5
CVSS2: 4.6
EPSS Низкий

Описание

Уязвимость функции netem_enqueue() модуля net/sched/sch_netem.c подсистемы управления трафиком net/sched ядра операционной системы Linux связана с неограниченным распределением ресурсов. Эксплуатация уязвимости может позволить нарушителю вызвать отказ в обслуживании

Вендор

Canonical Ltd.
Сообщество свободного программного обеспечения
Red Hat, Inc.

Наименование ПО

Ubuntu
Debian GNU/Linux
Red Hat Enterprise Linux
Linux

Версия ПО

16.04 LTS (Ubuntu)
9 (Debian GNU/Linux)
18.04 LTS (Ubuntu)
10 (Debian GNU/Linux)
20.04 LTS (Ubuntu)
11 (Debian GNU/Linux)
12 (Debian GNU/Linux)
22.04 LTS (Ubuntu)
9 (Red Hat Enterprise Linux)
24.04 LTS (Ubuntu)
от 5.4.288 до 5.5 (Linux)
10 (Red Hat Enterprise Linux)
13 (Debian GNU/Linux)
26.04 LTS (Ubuntu)
от 6.13 до 6.18.32 включительно (Linux)
от 6.19 до 7.0.9 включительно (Linux)
от 5.10.232 до 5.10.257 включительно (Linux)
от 5.15.175 до 5.15.208 включительно (Linux)
от 6.1.121 до 6.1.174 включительно (Linux)
от 6.6.67 до 6.6.140 включительно (Linux)
от 6.12.6 до 6.12.90 включительно (Linux)

Тип ПО

Операционная система

Операционные системы и аппаратные платформы

Canonical Ltd. Ubuntu 16.04 LTS
Сообщество свободного программного обеспечения Debian GNU/Linux 9
Canonical Ltd. Ubuntu 18.04 LTS
Сообщество свободного программного обеспечения Debian GNU/Linux 10
Canonical Ltd. Ubuntu 20.04 LTS
Сообщество свободного программного обеспечения Debian GNU/Linux 11
Сообщество свободного программного обеспечения Debian GNU/Linux 12
Canonical Ltd. Ubuntu 22.04 LTS
Red Hat, Inc. Red Hat Enterprise Linux 9
Canonical Ltd. Ubuntu 24.04 LTS
Сообщество свободного программного обеспечения Linux от 5.4.288 до 5.5
Red Hat, Inc. Red Hat Enterprise Linux 10
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Canonical Ltd. Ubuntu 26.04 LTS
Сообщество свободного программного обеспечения Linux от 6.13 до 6.18.32 включительно
Сообщество свободного программного обеспечения Linux от 6.19 до 7.0.9 включительно
Сообщество свободного программного обеспечения Linux от 5.10.232 до 5.10.257 включительно
Сообщество свободного программного обеспечения Linux от 5.15.175 до 5.15.208 включительно
Сообщество свободного программного обеспечения Linux от 6.1.121 до 6.1.174 включительно
Сообщество свободного программного обеспечения Linux от 6.6.67 до 6.6.140 включительно
Сообщество свободного программного обеспечения Linux от 6.12.6 до 6.12.90 включительно

Уровень опасности уязвимости

Средний уровень опасности (базовая оценка CVSS 2.0 составляет 4,6)
Средний уровень опасности (базовая оценка CVSS 3.1 составляет 5,5)

Возможные меры по устранению уязвимости

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Linux:
https://git.kernel.org/stable/c/0f875d52db4c921da610e481b72f03cc82fdcb72
https://git.kernel.org/stable/c/ef9a41b3870fb90577da5b2de5bd140022d4021e
https://git.kernel.org/stable/c/74fcd8e127200a50ee22ba2b45c164722bdb9177
https://git.kernel.org/stable/c/39a66e83ea41fe845631eeb8d326953de27d13f9
https://git.kernel.org/stable/c/54b5dbacd00dedffd5e2eed76de1c3839996b5e6
https://git.kernel.org/stable/c/8450462eaf91d5d2a9e863507b16d18e814baef3
https://git.kernel.org/stable/c/936a7dd87251f6f3e88983350833edf60fe6a80b
https://git.kernel.org/linus/4185701fcce6b426b6c3630b25330dddd9c47b0d
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2026-52984
https://deb.freexian.com/extended-lts/tracker/CVE-2026-52984
Для программных продуктов Red Hat, Inc.:
https://access.redhat.com/security/cve/CVE-2026-52984
Для Ubuntu:
https://ubuntu.com/security/CVE-2026-52984

Статус уязвимости

Подтверждена производителем

Наличие эксплойта

Данные уточняются

Информация об устранении

Уязвимость устранена

Идентификаторы других систем описаний уязвимостей

EPSS

Процентиль: 3%
0.00128
Низкий

5.5 Medium

CVSS3

4.6 Medium

CVSS2

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

CVSS3: 5.5
ubuntu
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: fix queue limit check to include reordered packets The queue limit check in netem_enqueue() uses q->t_len which only counts packets in the internal tfifo. Packets placed in sch->q by the reorder path (__qdisc_enqueue_head) are not counted, allowing the total queue occupancy to exceed sch->limit under reordering. Include sch->q.qlen in the limit check.

CVSS3: 5.5
redhat
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: fix queue limit check to include reordered packets The queue limit check in netem_enqueue() uses q->t_len which only counts packets in the internal tfifo. Packets placed in sch->q by the reorder path (__qdisc_enqueue_head) are not counted, allowing the total queue occupancy to exceed sch->limit under reordering. Include sch->q.qlen in the limit check.

CVSS3: 5.5
nvd
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: fix queue limit check to include reordered packets The queue limit check in netem_enqueue() uses q->t_len which only counts packets in the internal tfifo. Packets placed in sch->q by the reorder path (__qdisc_enqueue_head) are not counted, allowing the total queue occupancy to exceed sch->limit under reordering. Include sch->q.qlen in the limit check.

CVSS3: 5.5
msrc
2 месяца назад

net/sched: netem: fix queue limit check to include reordered packets

CVSS3: 5.5
debian
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: n ...

EPSS

Процентиль: 3%
0.00128
Низкий

5.5 Medium

CVSS3

4.6 Medium

CVSS2