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

exploitDog

fstec логотип

BDU:2026-08750

Опубликовано: 03 мар. 2026
Источник: fstec
CVSS3: 8.1
CVSS2: 7.8
EPSS Низкий

Описание

Уязвимость функции wacom_intuos_bt_irq() ядра операционной системы Linux связана с выходом операции за границы буфера в памяти. Эксплуатация уязвимости может позволить нарушителю, действующему удаленно, вызвать отказ в обслуживании

Вендор

Red Hat Inc.
Сообщество свободного программного обеспечения
АО «ИВК»

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

Red Hat Enterprise Linux
Debian GNU/Linux
Альт 8 СП
АЛЬТ СП 10
Linux

Версия ПО

7 (Red Hat Enterprise Linux)
8 (Red Hat Enterprise Linux)
11 (Debian GNU/Linux)
12 (Debian GNU/Linux)
- (Альт 8 СП)
9 (Red Hat Enterprise Linux)
- (АЛЬТ СП 10)
10 (Red Hat Enterprise Linux)
13 (Debian GNU/Linux)
до 6.18.22 (Linux)
до 7.0 (Linux)
до 6.19.12 (Linux)
до 5.15.203 (Linux)
до 6.1.168 (Linux)
до 6.6.134 (Linux)
до 6.12.81 (Linux)
до 5.10.253 (Linux)

Тип ПО

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

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

Red Hat Inc. Red Hat Enterprise Linux 7
Red Hat Inc. Red Hat Enterprise Linux 8
Сообщество свободного программного обеспечения Debian GNU/Linux 11
Сообщество свободного программного обеспечения Debian GNU/Linux 12
АО «ИВК» Альт 8 СП -
Red Hat Inc. Red Hat Enterprise Linux 9
АО «ИВК» АЛЬТ СП 10 -
Red Hat Inc. Red Hat Enterprise Linux 10
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Сообщество свободного программного обеспечения Linux до 6.18.22
Сообщество свободного программного обеспечения Linux до 7.0
Сообщество свободного программного обеспечения Linux до 6.19.12
Сообщество свободного программного обеспечения Linux до 5.15.203
Сообщество свободного программного обеспечения Linux до 6.1.168
Сообщество свободного программного обеспечения Linux до 6.6.134
Сообщество свободного программного обеспечения Linux до 6.12.81
Сообщество свободного программного обеспечения Linux до 5.10.253

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Linux:
https://lore.kernel.org/linux-cve-announce/2026050107-CVE-2026-43051-0d15@gregkh/
https://git.kernel.org/stable/c/2f1763f62909ccb6386ac50350fa0abbf5bb16a9
https://git.kernel.org/stable/c/3d78386b144453c47e81bf62dc3601b757f02d99
https://git.kernel.org/stable/c/41026bcc0fdf82605205c27935ef719cbc07193b
https://git.kernel.org/stable/c/5b5b9730111808410e404ceac2fabd32eef92fbd
https://git.kernel.org/stable/c/8bd690ac1242332c73cba10dacdad6c6642bbb94
https://git.kernel.org/stable/c/c8dc23c97680eebefde06da5858aaef1b37cf75d
https://git.kernel.org/stable/c/d0ae84b3c9f3ea1a564eb1b7612113ca9fe8aada
https://git.kernel.org/stable/c/fa8901cb1f0b2113a342db93bd5684b59fe99dcf
Для программных продуктов Red Hat Inc.:
https://access.redhat.com/security/cve/cve-2026-43051
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2026-43051
Для ОС Альт 8 СП: установка обновления из публичного репозитория программного средства: https://altsp.su/obnovleniya-bezopasnosti/
Для ОС АЛЬТ СП 10: установка обновления из публичного репозитория программного средства: https://altsp.su/obnovleniya-bezopasnosti/

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

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

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

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

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

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

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

EPSS

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

8.1 High

CVSS3

7.8 High

CVSS2

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

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

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq The wacom_intuos_bt_irq() function processes Bluetooth HID reports without sufficient bounds checking. A maliciously crafted short report can trigger an out-of-bounds read when copying data into the wacom structure. Specifically, report 0x03 requires at least 22 bytes to safely read the processed data and battery status, while report 0x04 (which falls through to 0x03) requires 32 bytes. Add explicit length checks for these report IDs and log a warning if a short report is received.

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

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq The wacom_intuos_bt_irq() function processes Bluetooth HID reports without sufficient bounds checking. A maliciously crafted short report can trigger an out-of-bounds read when copying data into the wacom structure. Specifically, report 0x03 requires at least 22 bytes to safely read the processed data and battery status, while report 0x04 (which falls through to 0x03) requires 32 bytes. Add explicit length checks for these report IDs and log a warning if a short report is received.

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

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq The wacom_intuos_bt_irq() function processes Bluetooth HID reports without sufficient bounds checking. A maliciously crafted short report can trigger an out-of-bounds read when copying data into the wacom structure. Specifically, report 0x03 requires at least 22 bytes to safely read the processed data and battery status, while report 0x04 (which falls through to 0x03) requires 32 bytes. Add explicit length checks for these report IDs and log a warning if a short report is received.

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

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

CVSS3: 8.1
github
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq The wacom_intuos_bt_irq() function processes Bluetooth HID reports without sufficient bounds checking. A maliciously crafted short report can trigger an out-of-bounds read when copying data into the wacom structure. Specifically, report 0x03 requires at least 22 bytes to safely read the processed data and battery status, while report 0x04 (which falls through to 0x03) requires 32 bytes. Add explicit length checks for these report IDs and log a warning if a short report is received.

EPSS

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

8.1 High

CVSS3

7.8 High

CVSS2