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

exploitDog

fstec логотип

BDU:2026-13774

Опубликовано: 06 июл. 2026
Источник: fstec
CVSS3: 7.8
CVSS2: 6.8
EPSS Низкий

Описание

Уязвимость модуля net/openvswitch/flow_netlink.c ядра операционной системы Linux связана с ошибками при обработке параметров длины. Эксплуатация уязвимости может позволить нарушителю повысить свои привилегии

Вендор

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

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

OpenShift Container Platform
Debian GNU/Linux
Red Hat Enterprise Linux
Linux

Версия ПО

4 (OpenShift Container Platform)
11 (Debian GNU/Linux)
12 (Debian GNU/Linux)
9 (Red Hat Enterprise Linux)
4.14 (OpenShift Container Platform)
4.16 (OpenShift Container Platform)
10 (Red Hat Enterprise Linux)
9.2 Update Services for SAP Solutions (Red Hat Enterprise Linux)
13 (Debian GNU/Linux)
9.4 Update Services for SAP Solutions (Red Hat Enterprise Linux)
4.22 (OpenShift Container Platform)
от 7.2 до 7.2-rc4 (Linux)
4.18 (OpenShift Container Platform)
от 5.15.180 до 5.15.212 (Linux)
от 6.1.132 до 6.1.178 (Linux)
от 6.6.84 до 6.6.145 (Linux)
от 6.12.20 до 6.12.97 (Linux)
от 6.14 до 6.18.40 (Linux)
от 7.1 до 7.1.5 (Linux)
6.13.8 (Linux)

Тип ПО

Прикладное ПО информационных систем
Операционная система

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

Сообщество свободного программного обеспечения Debian GNU/Linux 11
Сообщество свободного программного обеспечения Debian GNU/Linux 12
Red Hat, Inc. Red Hat Enterprise Linux 9
Red Hat, Inc. Red Hat Enterprise Linux 10
Red Hat, Inc. Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Red Hat, Inc. Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions
Сообщество свободного программного обеспечения Linux от 7.2 до 7.2-rc4
Сообщество свободного программного обеспечения Linux от 5.15.180 до 5.15.212
Сообщество свободного программного обеспечения Linux от 6.1.132 до 6.1.178
Сообщество свободного программного обеспечения Linux от 6.6.84 до 6.6.145
Сообщество свободного программного обеспечения Linux от 6.12.20 до 6.12.97
Сообщество свободного программного обеспечения Linux от 6.14 до 6.18.40
Сообщество свободного программного обеспечения Linux от 7.1 до 7.1.5
Сообщество свободного программного обеспечения Linux 6.13.8

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Linux:
https://lore.kernel.org/linux-cve-announce/2026072732-CVE-2026-64531-e4ce@gregkh/
https://git.kernel.org/stable/c/1b41cbe05b184f8861712f0806cc0c4f5d8c6dfe
https://git.kernel.org/stable/c/3f1f755366687d051174739fb99f7d560202f60b
https://git.kernel.org/stable/c/ab855641241387db062a5e41d9ad6b8561542572
https://git.kernel.org/stable/c/c66bd2626c2764f23764ff0f8277f44a9cfe8349
https://git.kernel.org/stable/c/d573250d228401f707f4dbc09d11227a6215ee5f
https://git.kernel.org/stable/c/dbd14f736be02cfe73049bd801af89becd1a0749
https://git.kernel.org/stable/c/f1efff8858403191361a01269c6fe8dd7f55a385
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2026-64531
Для продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-64531

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

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

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

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

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

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

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

EPSS

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

7.8 High

CVSS3

6.8 Medium

CVSS2

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

CVSS3: 7.8
ubuntu
около 2 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nla_len field is u16. Commit a1e64addf3ff ("net: openvswitch: remove misbehaving actions length check") allowed the total sw_flow_actions stream to grow beyond 64 KiB, which is valid, but also removed the last guard preventing a generated nested action attribute from exceeding U16_MAX. An oversized generated container can thus be closed with a truncated nla_len. A later dump or teardown then walks a structurally different stream than the one that was validated. In particular, an oversized nested CLONE/CT action may cause subsequent bytes in the generated stream to be interpreted as independent actions. Keep the larger total-action-stream behavior, but make nested action close reject generated containers that do not fit in nla_len, and return the error through all callers. For recursive SAMPLE, CLONE, D...

CVSS3: 7.8
redhat
около 2 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nla_len field is u16. Commit a1e64addf3ff ("net: openvswitch: remove misbehaving actions length check") allowed the total sw_flow_actions stream to grow beyond 64 KiB, which is valid, but also removed the last guard preventing a generated nested action attribute from exceeding U16_MAX. An oversized generated container can thus be closed with a truncated nla_len. A later dump or teardown then walks a structurally different stream than the one that was validated. In particular, an oversized nested CLONE/CT action may cause subsequent bytes in the generated stream to be interpreted as independent actions. Keep the larger total-action-stream behavior, but make nested action close reject generated containers that do not fit in nla_len, and return the error through all callers. For recursive SAMPLE, CLONE, D...

CVSS3: 7.8
nvd
около 2 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: reject oversized nested action attrs Open vSwitch stores generated flow actions as nlattrs, whose nla_len field is u16. Commit a1e64addf3ff ("net: openvswitch: remove misbehaving actions length check") allowed the total sw_flow_actions stream to grow beyond 64 KiB, which is valid, but also removed the last guard preventing a generated nested action attribute from exceeding U16_MAX. An oversized generated container can thus be closed with a truncated nla_len. A later dump or teardown then walks a structurally different stream than the one that was validated. In particular, an oversized nested CLONE/CT action may cause subsequent bytes in the generated stream to be interpreted as independent actions. Keep the larger total-action-stream behavior, but make nested action close reject generated containers that do not fit in nla_len, and return the error through all callers. For recursive SAMPLE, CLONE,

CVSS3: 4.4
msrc
около 1 месяца назад

net: openvswitch: reject oversized nested action attrs

CVSS3: 7.8
debian
около 2 месяцев назад

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

EPSS

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

7.8 High

CVSS3

6.8 Medium

CVSS2