First published: Fri Apr 18 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net_sched: skbprio: Remove overly strict queue assertions In the current implementation, skbprio enqueue/dequeue contains an assertion that fails under certain conditions when SKBPRIO is used as a child qdisc under TBF with specific parameters. The failure occurs because TBF sometimes peeks at packets in the child qdisc without actually dequeuing them when tokens are unavailable. This peek operation creates a discrepancy between the parent and child qdisc queue length counters. When TBF later receives a high-priority packet, SKBPRIO's queue length may show a different value than what's reflected in its internal priority queue tracking, triggering the assertion. The fix removes this overly strict assertions in SKBPRIO, they are not necessary at all.
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-38637 has been assigned a severity rating of medium due to its impact on queue management in the Linux kernel.
To resolve CVE-2025-38637, upgrade to the patched version of the Linux kernel where the issue has been addressed.
CVE-2025-38637 affects the Linux kernel, specifically the network scheduling component dealing with skbprio.
CVE-2025-38637 does not appear to be directly exploitable remotely as it involves local processes interacting with the kernel.
Failure to address CVE-2025-38637 could lead to instability in network queue management, potentially affecting system performance.