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

CVE-2022-49149

PUBLISHED 04.05.2025

CNA: Linux

rxrpc: Fix call timer start racing with call destruction

Обновлено: 04.05.2025
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call timer start racing with call destruction The rxrpc_call struct has a timer used to handle various timed events relating to a call. This timer can get started from the packet input routines that are run in softirq mode with just the RCU read lock held. Unfortunately, because only the RCU read lock is held - and neither ref or other lock is taken - the call can start getting destroyed at the same time a packet comes in addressed to that call. This causes the timer - which was already stopped - to get restarted. Later, the timer dispatch code may then oops if the timer got deallocated first. Fix this by trying to take a ref on the rxrpc_call struct and, if successful, passing that ref along to the timer. If the timer was already running, the ref is discarded. The timer completion routine can then pass the ref along to the call's work item when it queues it. If the timer or work item where already queued/running, the extra ref is discarded.

БДУ ФСТЭК

Идентификатор Описание
BDU:2026-03535 Уязвимость функции rxrpc_propose_ACK() модуля net/rxrpc/ar-internal.h поддержки сокетов сеанса RxRPC ядра операционной системы Linux, позволяющая нарушителю вызвать отказ в обслуживании

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

Product Status

Linux
Product: Linux
Vendor: Linux
Default status: unaffected
Версии:
Затронутые версии Статус
Наблюдалось в версиях от a158bdd3247b9656df36ba133235fff702e9fdc3 до 051360e51341cd17738d82c15a8226010c7cb7f6 affected
Наблюдалось в версиях от a158bdd3247b9656df36ba133235fff702e9fdc3 до 8cbf4ae7a2833767d63114573e5f9a45740cc975 affected
Наблюдалось в версиях от a158bdd3247b9656df36ba133235fff702e9fdc3 до 54df5a37f1d951ed27fd47bf9b15a42279582110 affected
Наблюдалось в версиях от a158bdd3247b9656df36ba133235fff702e9fdc3 до 5e3c11144e557a9dbf9a2f6abe444689ef9d8aae affected
Наблюдалось в версиях от a158bdd3247b9656df36ba133235fff702e9fdc3 до 4a7f62f91933c8ae5308f9127fd8ea48188b6bc3 affected
Linux
Product: Linux
Vendor: Linux
Default status: affected
Версии:
Затронутые версии Статус
Наблюдалось в версии 4.15 affected
Наблюдалось в версиях от 0 до 4.15 unaffected
Наблюдалось до версии 5.10.* unaffected
Наблюдалось до версии 5.15.* unaffected
Наблюдалось до версии 5.16.* unaffected
Наблюдалось до версии 5.17.* unaffected
Наблюдалось до версии * unaffected
 

Ссылки

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