First published: Tue Feb 18 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: netem: Update sch->q.qlen before qdisc_tree_reduce_backlog() qdisc_tree_reduce_backlog() notifies parent qdisc only if child qdisc becomes empty, therefore we need to reduce the backlog of the child qdisc before calling it. Otherwise it would miss the opportunity to call cops->qlen_notify(), in the case of DRR, it resulted in UAF since DRR uses ->qlen_notify() to maintain its active list.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-21703 has a moderate severity rating affecting the Linux kernel.
To fix CVE-2025-21703, update your Linux kernel to the latest stable version that includes the security patch.
CVE-2025-21703 affects specific versions of the Linux kernel prior to the applied security update.
Yes, CVE-2025-21703 is a publicly disclosed vulnerability.
CVE-2025-21703 is related to a backlog management issue in the networking subsystem of the Linux kernel.