First published: Fri May 02 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() After making all ->qlen_notify() callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fq_codel_dequeue() and codel_qdisc_dequeue().
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.
The severity of CVE-2025-37798 is classified as moderate due to the potential impact on the Linux kernel's functionality.
To fix CVE-2025-37798, update to the latest version of the Linux kernel where this vulnerability has been patched.
CVE-2025-37798 could lead to improper queue management in Linux systems, potentially affecting network performance.
As of now, there is no evidence that CVE-2025-37798 is actively exploited in the wild.
CVE-2025-37798 affects users of the Linux kernel, specifically those using configurations that involve the fq_codel queue discipline.