Skip to content

In the Linux kernel, the following vulnerability has been...

Moderate severity Unreviewed Published May 19, 2024 to the GitHub Advisory Database • Updated Sep 19, 2025

Package

No package listedSuggest a package

Affected versions

Unknown

Patched versions

Unknown

Description

In the Linux kernel, the following vulnerability has been resolved:

net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()

qdisc_tree_reduce_backlog() is called with the qdisc lock held,
not RTNL.

We must use qdisc_lookup_rcu() instead of qdisc_lookup()

syzbot reported:

WARNING: suspicious RCU usage
6.1.74-syzkaller #0 Not tainted

net/sched/sch_api.c:305 suspicious rcu_dereference_protected() usage!

other info that might help us debug this:

rcu_scheduler_active = 2, debug_locks = 1
3 locks held by udevd/1142:
#0: ffffffff87c729a0 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire include/linux/rcupdate.h:306 [inline]
#0: ffffffff87c729a0 (rcu_read_lock){....}-{1:2}, at: rcu_read_lock include/linux/rcupdate.h:747 [inline]
#0: ffffffff87c729a0 (rcu_read_lock){....}-{1:2}, at: net_tx_action+0x64a/0x970 net/core/dev.c:5282
#1: ffff888171861108 (&sch->q.lock){+.-.}-{2:2}, at: spin_lock include/linux/spinlock.h:350 [inline]
#1: ffff888171861108 (&sch->q.lock){+.-.}-{2:2}, at: net_tx_action+0x754/0x970 net/core/dev.c:5297
#2: ffffffff87c729a0 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire include/linux/rcupdate.h:306 [inline]
#2: ffffffff87c729a0 (rcu_read_lock){....}-{1:2}, at: rcu_read_lock include/linux/rcupdate.h:747 [inline]
#2: ffffffff87c729a0 (rcu_read_lock){....}-{1:2}, at: qdisc_tree_reduce_backlog+0x84/0x580 net/sched/sch_api.c:792

stack backtrace:
CPU: 1 PID: 1142 Comm: udevd Not tainted 6.1.74-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/25/2024
Call Trace:

[] __dump_stack lib/dump_stack.c:88 [inline]
[] dump_stack_lvl+0x1b1/0x28f lib/dump_stack.c:106
[] dump_stack+0x15/0x1e lib/dump_stack.c:113
[] lockdep_rcu_suspicious+0x1b9/0x260 kernel/locking/lockdep.c:6592
[] qdisc_lookup+0xac/0x6f0 net/sched/sch_api.c:305
[] qdisc_tree_reduce_backlog+0x243/0x580 net/sched/sch_api.c:811
[] pfifo_tail_enqueue+0x32c/0x4b0 net/sched/sch_fifo.c:51
[] qdisc_enqueue include/net/sch_generic.h:833 [inline]
[] netem_dequeue+0xeb3/0x15d0 net/sched/sch_netem.c:723
[] dequeue_skb net/sched/sch_generic.c:292 [inline]
[] qdisc_restart net/sched/sch_generic.c:397 [inline]
[] __qdisc_run+0x249/0x1e60 net/sched/sch_generic.c:415
[] qdisc_run+0xd6/0x260 include/net/pkt_sched.h:125
[] net_tx_action+0x7c9/0x970 net/core/dev.c:5313
[] __do_softirq+0x2bd/0x9bd kernel/softirq.c:616
[] invoke_softirq kernel/softirq.c:447 [inline]
[] __irq_exit_rcu+0xca/0x230 kernel/softirq.c:700
[] irq_exit_rcu+0x9/0x20 kernel/softirq.c:712
[] sysvec_apic_timer_interrupt+0x42/0x90 arch/x86/kernel/apic/apic.c:1107
[] asm_sysvec_apic_timer_interrupt+0x1b/0x20 arch/x86/include/asm/idtentry.h:656

References

Published by the National Vulnerability Database May 19, 2024
Published to the GitHub Advisory Database May 19, 2024
Last updated Sep 19, 2025

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Local
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

EPSS score

Exploit Prediction Scoring System (EPSS)

This score estimates the probability of this vulnerability being exploited within the next 30 days. Data provided by FIRST.
(10th percentile)

Weaknesses

Improper Locking

The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors. Learn more on MITRE.

CVE ID

CVE-2024-35892

GHSA ID

GHSA-gv5w-824r-r7xx

Source code

No known source code

Dependabot alerts are not supported on this advisory because it does not have a package from a supported ecosystem with an affected and fixed version.

Learn more about GitHub language support

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.