NONE

CVE-2026-23105

Обновлено 5 февраля 2026

В ядре Linux устранена следующая уязвимость: net/sched: qfq: используйте cl_is_active, чтобы определить, активен ли класс в qfq_rm_from_ag Это скорее профилактический патч, призванный сделать код более последовательным и для предотвращения возможных эксплойтов, использующих дочерние манипуляции с qlen на qfq. используйте cl_is_active вместо того, чтобы полагаться на qlen дочернего qdisc для определения активация класса.

Показать оригинальное описание (английский)

In the Linux kernel, the following vulnerability has been resolved: net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag This is more of a preventive patch to make the code more consistent and to prevent possible exploits that employ child qlen manipulations on qfq. use cl_is_active instead of relying on the child qdisc's qlen to determine class activation.