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

exploitDog

fstec логотип

BDU:2026-10274

Опубликовано: 21 фев. 2023
Источник: fstec
CVSS3: 6.7
CVSS2: 6.5
EPSS Низкий

Описание

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

Вендор

Сообщество свободного программного обеспечения

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

Debian GNU/Linux
Linux

Версия ПО

11 (Debian GNU/Linux)
от 6.2 до 6.2.4 включительно (Linux)
от 4.9.327 до 4.10 (Linux)
от 4.14.292 до 4.15 (Linux)
от 4.19.257 до 4.19.311 включительно (Linux)
от 5.4.212 до 5.4.273 включительно (Linux)
от 5.10.140 до 5.10.172 включительно (Linux)
от 5.15.64 до 5.15.99 включительно (Linux)
от 5.19.6 до 6.1.17 включительно (Linux)

Тип ПО

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

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

Сообщество свободного программного обеспечения Linux от 6.2 до 6.2.4 включительно
Сообщество свободного программного обеспечения Linux от 4.9.327 до 4.10
Сообщество свободного программного обеспечения Linux от 4.14.292 до 4.15
Сообщество свободного программного обеспечения Linux от 4.19.257 до 4.19.311 включительно
Сообщество свободного программного обеспечения Linux от 5.4.212 до 5.4.273 включительно
Сообщество свободного программного обеспечения Linux от 5.10.140 до 5.10.172 включительно
Сообщество свободного программного обеспечения Linux от 5.15.64 до 5.15.99 включительно
Сообщество свободного программного обеспечения Linux от 5.19.6 до 6.1.17 включительно

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

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

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

В условиях отсутствия обновлений безопасности от производителя рекомендуется придерживаться "Рекомендаций по безопасной настройке операционных систем LINUX", изложенных в методическом документе ФСТЭК России, утверждённом 25 декабря 2022 года.
Использование рекомендаций:
Для Linux:
https://lore.kernel.org/linux-cve-announce/2025120933-CVE-2023-53820-fb6c@gregkh/
https://git.kernel.org/stable/c/832580af82ace363205039a8e7c4ef04552ccc1a
https://git.kernel.org/stable/c/861021710bba9dfa0749a3c209a6c1773208b1f1
https://git.kernel.org/stable/c/c79a924ed6afac1708dfd370ba66bcf6a852ced6
https://git.kernel.org/stable/c/3e7d0968203d668af6036b9f9199c7b62c8a3581
https://git.kernel.org/stable/c/4be26d553a3f1d4f54f25353d1496c562002126d
https://git.kernel.org/stable/c/258809bf22bf71d53247856f374f2b1d055f2fd4
https://git.kernel.org/linus/9f6ad5d533d1c71e51bdd06a5712c4fbc8768dfa
https://kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.19.312
https://kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.4.274
https://kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.173
https://kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.100
https://kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.18
https://kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.2.5
Для Debian GNU/Linux:
https://security-tracker.debian.org/tracker/CVE-2023-53820

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

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

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

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

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

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

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

EPSS

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

6.7 Medium

CVSS3

6.5 Medium

CVSS2

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

ubuntu
8 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: loop: loop_set_status_from_info() check before assignment In loop_set_status_from_info(), lo->lo_offset and lo->lo_sizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed to the wrong value, and it will not be changed back. More, the original patch did not solve the problem, the value was set and ioctl returned an error, but the subsequent io used the value in the loop driver, which still caused an alarm: loop_handle_cmd do_req_filebacked loff_t pos = ((loff_t) blk_rq_pos(rq) << 9) + lo->lo_offset; lo_rw_aio cmd->iocb.ki_pos = pos

CVSS3: 6.7
redhat
8 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: loop: loop_set_status_from_info() check before assignment In loop_set_status_from_info(), lo->lo_offset and lo->lo_sizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed to the wrong value, and it will not be changed back. More, the original patch did not solve the problem, the value was set and ioctl returned an error, but the subsequent io used the value in the loop driver, which still caused an alarm: loop_handle_cmd do_req_filebacked loff_t pos = ((loff_t) blk_rq_pos(rq) << 9) + lo->lo_offset; lo_rw_aio cmd->iocb.ki_pos = pos

nvd
8 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: loop: loop_set_status_from_info() check before assignment In loop_set_status_from_info(), lo->lo_offset and lo->lo_sizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed to the wrong value, and it will not be changed back. More, the original patch did not solve the problem, the value was set and ioctl returned an error, but the subsequent io used the value in the loop driver, which still caused an alarm: loop_handle_cmd do_req_filebacked loff_t pos = ((loff_t) blk_rq_pos(rq) << 9) + lo->lo_offset; lo_rw_aio cmd->iocb.ki_pos = pos

debian
8 месяцев назад

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

github
8 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: loop: loop_set_status_from_info() check before assignment In loop_set_status_from_info(), lo->lo_offset and lo->lo_sizelimit should be checked before reassignment, because if an overflow error occurs, the original correct value will be changed to the wrong value, and it will not be changed back. More, the original patch did not solve the problem, the value was set and ioctl returned an error, but the subsequent io used the value in the loop driver, which still caused an alarm: loop_handle_cmd do_req_filebacked loff_t pos = ((loff_t) blk_rq_pos(rq) << 9) + lo->lo_offset; lo_rw_aio cmd->iocb.ki_pos = pos

EPSS

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

6.7 Medium

CVSS3

6.5 Medium

CVSS2