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

exploitDog

fstec логотип

BDU:2026-05903

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

Описание

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

Вендор

Canonical Ltd.
Сообщество свободного программного обеспечения
АО «СберТех»

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

Ubuntu
Debian GNU/Linux
Linux
Platform V SberLinux OS Server

Версия ПО

18.04 LTS (Ubuntu)
20.04 LTS (Ubuntu)
11 (Debian GNU/Linux)
12 (Debian GNU/Linux)
22.04 LTS (Ubuntu)
до 6.6 (Linux)
от 6.5 до 6.5.3 (Linux)
от 4.19 до 4.19.295 (Linux)
от 5.4 до 5.4.257 (Linux)
от 5.10 до 5.10.195 (Linux)
от 5.15 до 5.15.132 (Linux)
от 6.1 до 6.1.53 (Linux)
до 9.2.0-fstec (Platform V SberLinux OS Server)
от 3.12 до 4.14.326 (Linux)
от 6.4 до 6.4.16 (Linux)

Тип ПО

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

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

Canonical Ltd. Ubuntu 18.04 LTS
Canonical Ltd. Ubuntu 20.04 LTS
Сообщество свободного программного обеспечения Debian GNU/Linux 11
Сообщество свободного программного обеспечения Debian GNU/Linux 12
Canonical Ltd. Ubuntu 22.04 LTS
Сообщество свободного программного обеспечения Linux до 6.6
Сообщество свободного программного обеспечения Linux от 6.5 до 6.5.3
Сообщество свободного программного обеспечения Linux от 4.19 до 4.19.295
Сообщество свободного программного обеспечения Linux от 5.4 до 5.4.257
Сообщество свободного программного обеспечения Linux от 5.10 до 5.10.195
Сообщество свободного программного обеспечения Linux от 5.15 до 5.15.132
Сообщество свободного программного обеспечения Linux от 6.1 до 6.1.53
АО «СберТех» Platform V SberLinux OS Server до 9.2.0-fstec
Сообщество свободного программного обеспечения Linux от 3.12 до 4.14.326
Сообщество свободного программного обеспечения Linux от 6.4 до 6.4.16

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Linux:
https://lore.kernel.org/linux-cve-announce/2025100104-CVE-2023-53454-5ee6@gregkh/
https://git.kernel.org/stable/c/15ec7cb55e7d88755aa01d44a7a1015a42bfce86
https://git.kernel.org/stable/c/1d7833db9fd118415dace2ca157bfa603dec9c8c
https://git.kernel.org/stable/c/2763732ec1e68910719c75b6b896e11b6d3d622b
https://git.kernel.org/stable/c/39c70c19456e50dcb3abfe53539220dff0490f1d
https://git.kernel.org/stable/c/4794394635293a3e74591351fff469cea7ad15a2
https://git.kernel.org/stable/c/ac0d389402a6ff9ad92cea02c2d8c711483b91ab
https://git.kernel.org/stable/c/b70ac7849248ec8128fa12f86e3655ba38838f29
https://git.kernel.org/stable/c/dde88ab4e45beb60b217026207aa9c14c88d71ab
https://git.kernel.org/stable/c/df7ca43fe090e1a56c216c8ebc106ef5fd49afc6
Для Platform V SberLinux OS Server:
Обновление операционной системы до версии 9.2.0-fstec или выше
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2023-53454
Для Ubuntu:
https://ubuntu.com/security/CVE-2023-53454

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

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

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

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

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

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

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

EPSS

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

7.8 High

CVSS3

6.8 Medium

CVSS2

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

CVSS3: 7.8
redos
3 месяца назад

Уязвимость kernel-lt

CVSS3: 7.8
ubuntu
10 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Referencing the input_dev would lead to a use-after-free when the input_dev was unregistered and subsequently fires a uevent that depends on the name. At the point of firing the uevent, the name would be freed by devres management. Use devm_kasprintf to simplify the logic for allocating memory and formatting the input_dev name string.

CVSS3: 4.6
redhat
10 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Referencing the input_dev would lead to a use-after-free when the input_dev was unregistered and subsequently fires a uevent that depends on the name. At the point of firing the uevent, the name would be freed by devres management. Use devm_kasprintf to simplify the logic for allocating memory and formatting the input_dev name string.

CVSS3: 7.8
nvd
10 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Referencing the input_dev would lead to a use-after-free when the input_dev was unregistered and subsequently fires a uevent that depends on the name. At the point of firing the uevent, the name would be freed by devres management. Use devm_kasprintf to simplify the logic for allocating memory and formatting the input_dev name string.

CVSS3: 7.8
debian
10 месяцев назад

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

EPSS

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

7.8 High

CVSS3

6.8 Medium

CVSS2