Куда я попал?
SECURITM это SGRC система, ? автоматизирующая процессы в службах информационной безопасности. SECURITM помогает построить и управлять ИСПДн, КИИ, ГИС, СМИБ/СУИБ, банковскими системами защиты.
А еще SECURITM это место для обмена опытом и наработками для служб безопасности.

CVE-2023-53698

PUBLISHED 22.10.2025

CNA: Linux

xsk: fix refcount underflow in error path

Обновлено: 22.10.2025
In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xp_alloc_tx_descs() fails, and it can only fail due to not having enough memory, then the error path is triggered. In this error path, the refcount of the pool is decremented as it has incremented before. However, the reference to the pool in the socket was not nulled. This means that when the socket is closed later, the socket teardown logic will think that there is a pool attached to the socket and try to decrease the refcount again, leading to a refcount underflow. I chose this fix as it involved adding just a single line. Another option would have been to move xp_get_pool() and the assignment of xs->pool to after the if-statement and using xs_umem->pool instead of xs->pool in the whole if-statement resulting in somewhat simpler code, but this would have led to much more churn in the code base perhaps making it harder to backport.

БДУ ФСТЭК

Идентификатор Описание
BDU:2026-03644 Уязвимость функции xsk_bind() модуля net/xdp/xsk.c реализации сетевых функций ядра операционной системы Linux, позволяющая нарушителю оказать воздействие на конфиденциальность, целостность и доступность защищаемой информации

Доп. Информация

Product Status

Linux
Product: Linux
Vendor: Linux
Default status: unaffected
Версии:
Затронутые версии Статус
Наблюдалось в версиях от f7019562f142bc041f9cde63af338d1886585923 до 789fcd94c9cac133dd4d96e193188661aca9f6c3 affected
Наблюдалось в версиях от ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e до 15b453cf7348973217558235b9ece2ee5fea6777 affected
Наблюдалось в версиях от ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e до 3e7722c31d4167eb7f3ffd35aba52cab69b79072 affected
Наблюдалось в версиях от ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e до 85c2c79a07302fe68a1ad5cc449458cc559e314d affected
Наблюдалось в версии 9f0c8a9d4ef1b9ebee0e4ac2495fe790727044aa affected
Linux
Product: Linux
Vendor: Linux
Default status: affected
Версии:
Затронутые версии Статус
Наблюдалось в версии 5.18 affected
Наблюдалось в версиях от 0 до 5.18 unaffected
Наблюдалось до версии 5.15.* unaffected
Наблюдалось до версии 6.1.* unaffected
Наблюдалось до версии 6.4.* unaffected
Наблюдалось до версии * unaffected
 

Ссылки

Мы используем cookie-файлы, чтобы получить статистику, которая помогает нам улучшить сервис для вас с целью персонализации сервисов и предложений. Вы может прочитать подробнее о cookie-файлах или изменить настройки браузера. Продолжая пользоваться сайтом, вы даёте согласие на использование ваших cookie-файлов и соглашаетесь с Политикой обработки персональных данных.