In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_peeked When sfb has children (eg qfq qdisc) whose pee…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_peeked When sfb has children (eg qfq qdisc) whose peek() callback is qdisc_peek_dequeued(), we could get a kernel panic. When the parent of such qdiscs (eg illustrated in patch #3 as tbf) wants to retrieve an skb from its child (sfb in this case), it will do the following: 1a. do a peek() - and when sensing there's an skb the child can offer, then …
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1b9bc71153b01dbde8045b9edede4240f4f5520e
- https://git.kernel.org/stable/c/1e70274d3b81de28973bcdbce40a512bcb181ff9
- https://git.kernel.org/stable/c/6c153d97c100f5b282c424101d8ff63122306997
- https://git.kernel.org/stable/c/84bfbfc0c48731bcce74cdf4f9c497547ec525e0
- https://git.kernel.org/stable/c/9ad3288632c859cf84183199832d822e7a70bdae
- https://git.kernel.org/stable/c/dbc560858da8b77dd9e4ef0cd93d421e0e4d7e0e
- https://git.kernel.org/stable/c/e125f5980b730c67c92a30cf150ec8c3d6777318
- https://git.kernel.org/stable/c/e5ea51e5f3fbba41d50cd84a530f33bc1c8f4d57
Timeline
- nvd_ingest NVD