kcm: close race conditions on sk_receive_queue
Description
In the Linux kernel, the following vulnerability has been resolved:
kcm: close race conditions on sk_receive_queue
sk->sk_receive_queue is protected by skb queue lock, but for KCM sockets its RX path takes mux->rx_lock to protect more than just skb queue. However, kcm_recvmsg() still only grabs the skb queue lock, so race conditions still exist.
We can teach kcm_recvmsg() to grab mux->rx_lock too but this would introduce a potential performance regression as struct kcm_mux can be shared by multiple KCM sockets.
So we have to enforce skb queue lock in requeue_rx_msgs() and handle skb peek case carefully in kcm_wait_data(). Fortunately, skb_recv_datagram() already handles it nicely and is widely used by other sockets, we can just switch to skb_recv_datagram() after getting rid of the unnecessary sock lock in kcm_recvmsg() and kcm_splice_read(). Side note: SOCK_DONE is not used by KCM sockets, so it is safe to get rid of this check too.
I ran the original syzbot reproducer for 30 min without seeing any issue.
Affected products
10- osv-coords8 versionspkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Live%20Patching%2012%20SP5pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP5-LTSSpkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%20LTSS%20Extended%20Security%2012%20SP5pkg:rpm/suse/kgraft-patch-SLE12-SP5_Update_70&distro=SUSE%20Linux%20Enterprise%20Live%20Patching%2012%20SP5
< 4.12.14-122.266.1+ 7 more
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 4.12.14-122.266.1
- (no CPE)range: < 1-8.5.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
7- git.kernel.org/stable/c/22f6b5d47396b4287662668ee3f5c1f766cb4259mitre
- git.kernel.org/stable/c/4154b6afa2bd639214ff259d912faad984f7413amitre
- git.kernel.org/stable/c/5121197ecc5db58c07da95eb1ff82b98b121a221mitre
- git.kernel.org/stable/c/bf92e54597d842da127c59833b365d6faeeaf020mitre
- git.kernel.org/stable/c/ce57d6474ae999a3b2d442314087473a646a65c7mitre
- git.kernel.org/stable/c/d9ad4de92e184b19bcae4da10dac0275abf83931mitre
- git.kernel.org/stable/c/f7b0e95071bb4be4b811af3f0bfc3e200eedeaa3mitre
News mentions
0No linked articles in our index yet.