In the Linux kernel, the following vulnerability has been resolved: phonet/pep: disable BH around forwarded sk_receive_skb() The networking receive path is usually run from softirq context, but pro…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: disable BH around forwarded sk_receive_skb() The networking receive path is usually run from softirq context, but protocols that take the socket lock may have packets stored in the backlog and processed later from process context. In that case release_sock() -> __release_sock() drops the slock with spin_unlock_bh() and then calls sk->sk_backlog_rcv() with bottom halves enabled. Typical sk_backlog_rcv handlers pro…
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/02c04df84de709060f63e1d52ec67488c4f6f212
- https://git.kernel.org/stable/c/8420aa4900417797323dd567ba9d1512280c2dc3
- https://git.kernel.org/stable/c/84bc87beb4cd77670939b446326788e4c9b3db37
- https://git.kernel.org/stable/c/a3fc8f2dacd1c37325977fc1fbbf3d52141df99e
- https://git.kernel.org/stable/c/b2606c302d7f2b4ee48da05e32ed60aed1b0cd53
- https://git.kernel.org/stable/c/bd795f106b3889fb0706c6e4831c4b27e2b5666b
- https://git.kernel.org/stable/c/dbc81608e3a653dea6cf403f20cae35468b8ab9c
- https://git.kernel.org/stable/c/f08c45076e4fd8b0adbc5eb186d6e6a3e7350d7b
Timeline
- nvd_ingest NVD