Answer in brief
CVE-2022-49814 records a High severity (CVSS 7.8) vulnerability in kcm: close race conditions on sk_receive_queue. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2022-49814 records a High severity (CVSS 7.8) vulnerability in kcm: close race conditions on sk_receive_queue. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <22f6b5d47396b4287662668ee3f5c1f766cb4259 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <d9ad4de92e184b19bcae4da10dac0275abf83931 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <ce57d6474ae999a3b2d442314087473a646a65c7 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <4154b6afa2bd639214ff259d912faad984f7413a || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <f7b0e95071bb4be4b811af3f0bfc3e200eedeaa3 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <bf92e54597d842da127c59833b365d6faeeaf020 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <5121197ecc5db58c07da95eb1ff82b98b121a221 | 22f6b5d47396b4287662668ee3f5c1f766cb4259, d9ad4de92e184b19bcae4da10dac0275abf83931, ce57d6474ae999a3b2d442314087473a646a65c7, 4154b6afa2bd639214ff259d912faad984f7413a, f7b0e95071bb4be4b811af3f0bfc3e200eedeaa3, bf92e54597d842da127c59833b365d6faeeaf020, 5121197ecc5db58c07da95eb1ff82b98b121a221 |
| Linux/Linuxgeneric | 4.6 | Not reported |
Published upstream
May 1, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
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.
Quoted source text, attributed separately from HOL analysis.
CVSS is 7.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Product | Affected versions | Fixed versions |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* | Not reported | Not reported |
| cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:* | Not reported | Not reported |
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <22f6b5d47396b4287662668ee3f5c1f766cb4259 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <d9ad4de92e184b19bcae4da10dac0275abf83931 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <ce57d6474ae999a3b2d442314087473a646a65c7 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <4154b6afa2bd639214ff259d912faad984f7413a || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <f7b0e95071bb4be4b811af3f0bfc3e200eedeaa3 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <bf92e54597d842da127c59833b365d6faeeaf020 || >=ab7ac4eb9832e32a09f4e8042705484d2fb0aad3 <5121197ecc5db58c07da95eb1ff82b98b121a221 | 22f6b5d47396b4287662668ee3f5c1f766cb4259, d9ad4de92e184b19bcae4da10dac0275abf83931, ce57d6474ae999a3b2d442314087473a646a65c7, 4154b6afa2bd639214ff259d912faad984f7413a, f7b0e95071bb4be4b811af3f0bfc3e200eedeaa3, bf92e54597d842da127c59833b365d6faeeaf020, 5121197ecc5db58c07da95eb1ff82b98b121a221 |
| Linux/Linuxgeneric | 4.6 | Not reported |
Published upstream
May 1, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 4, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 4, 2026
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.
Quoted source text, attributed separately from HOL analysis.