CVE-2022-49973
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-13
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | 6.0 |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a flaw in the Linux kernel's skmsg subsystem related to incorrect handling of the last scatter-gather (sg) entry in the sk_msg_recvmsg() function. Specifically, a wrong check for the last sg entry caused a kernel NULL pointer dereference, which could lead to a kernel crash. The issue arises because in certain cases involving sockmap redirection without specific parsers or verdicts, the end of the scatterlist was not properly marked, causing improper judgment in the code and resulting in the NULL pointer dereference.
How can this vulnerability impact me? :
This vulnerability can cause a kernel NULL pointer dereference, which may lead to a denial of service by crashing the Linux kernel. This can disrupt system availability and stability, potentially causing system downtime or requiring a reboot.