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

exploitDog

fstec логотип

BDU:2026-14978

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

Описание

Уязвимость функции lpc32xx_pwm_probe() файла drivers/pwm/pwm-lpc32xx.c драйвера устройств PWM (ШИМ, широтно-импульсной модуляции) ядра операционных систем Linux связана с разыменованием нулевого указателя. Эксплуатация уязвимости может позволить нарушителю вызвать отказ в обслуживании

Вендор

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

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

Ubuntu
Debian GNU/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)
7.3 (РЕД ОС)
22.04 LTS (Ubuntu)
13 (Debian GNU/Linux)
от 5.16 до 6.1.54 (Linux)
от 6.2 до 6.5.4 (Linux)
от 4.9.284 до 4.10 (Linux)
от 4.14.248 до 4.14.326 (Linux)
от 4.19.208 до 4.19.295 (Linux)
от 5.4.149 до 5.4.257 (Linux)
от 5.10.69 до 5.10.195 (Linux)
от 5.14.8 до 5.15.132 (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
ООО «Ред Софт» РЕД ОС 7.3
Canonical Ltd. Ubuntu 22.04 LTS
Сообщество свободного программного обеспечения Debian GNU/Linux 13
Сообщество свободного программного обеспечения Linux от 5.16 до 6.1.54
Сообщество свободного программного обеспечения Linux от 6.2 до 6.5.4
Сообщество свободного программного обеспечения Linux от 4.9.284 до 4.10
Сообщество свободного программного обеспечения Linux от 4.14.248 до 4.14.326
Сообщество свободного программного обеспечения Linux от 4.19.208 до 4.19.295
Сообщество свободного программного обеспечения Linux от 5.4.149 до 5.4.257
Сообщество свободного программного обеспечения Linux от 5.10.69 до 5.10.195
Сообщество свободного программного обеспечения Linux от 5.14.8 до 5.15.132

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Linux:
https://git.kernel.org/stable/c/04301da4d87067a989f70ee56942bf9d97cd2a45
https://git.kernel.org/stable/c/4aae44f65827f0213a7361cf9c32cfe06114473f
https://git.kernel.org/stable/c/523f6268e86552a048975749251184c4e9a4b38f
https://git.kernel.org/stable/c/5e22217c11424ef958ba28d03ff7167b4d7a8914
https://git.kernel.org/stable/c/a2d9d884e84bfd37892219b1f55847f36d8e9901
https://git.kernel.org/stable/c/a9a505f5b39d8fff1a55963a5e524c84639e98b2
https://git.kernel.org/stable/c/abd9b2ee4047ccd980decbf26d61f9637604b1d5
https://git.kernel.org/stable/c/e3a0ddbaf7f1f9ffc070718b417461ced3268758
https://github.com/advisories/GHSA-3g53-3cmj-qjrh
Для Ред ОС:
http://repo.red-soft.ru/redos/7.3c/x86_64/updates/
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2023-53472
https://deb.freexian.com/extended-lts/tracker/CVE-2023-53472
Для Ubuntu:
https://ubuntu.com/security/CVE-2023-53472

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

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

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

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

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

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

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

EPSS

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

5.5 Medium

CVSS3

4.6 Medium

CVSS2

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

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

In the Linux kernel, the following vulnerability has been resolved: pwm: lpc32xx: Remove handling of PWM channels Because LPC32xx PWM controllers have only a single output which is registered as the only PWM device/channel per controller, it is known in advance that pwm->hwpwm value is always 0. On basis of this fact simplify the code by removing operations with pwm->hwpwm, there is no controls which require channel number as input. Even though I wasn't aware at the time when I forward ported that patch, this fixes a null pointer dereference as lpc32xx->chip.pwms is NULL before devm_pwmchip_add() is called.

redhat
12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: pwm: lpc32xx: Remove handling of PWM channels Because LPC32xx PWM controllers have only a single output which is registered as the only PWM device/channel per controller, it is known in advance that pwm->hwpwm value is always 0. On basis of this fact simplify the code by removing operations with pwm->hwpwm, there is no controls which require channel number as input. Even though I wasn't aware at the time when I forward ported that patch, this fixes a null pointer dereference as lpc32xx->chip.pwms is NULL before devm_pwmchip_add() is called.

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

In the Linux kernel, the following vulnerability has been resolved: pwm: lpc32xx: Remove handling of PWM channels Because LPC32xx PWM controllers have only a single output which is registered as the only PWM device/channel per controller, it is known in advance that pwm->hwpwm value is always 0. On basis of this fact simplify the code by removing operations with pwm->hwpwm, there is no controls which require channel number as input. Even though I wasn't aware at the time when I forward ported that patch, this fixes a null pointer dereference as lpc32xx->chip.pwms is NULL before devm_pwmchip_add() is called.

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

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

CVSS3: 5.5
redos
около 1 месяца назад

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

EPSS

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

5.5 Medium

CVSS3

4.6 Medium

CVSS2