CVE-2022-50295
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-12-04
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.0 (inc) to 6.0.6 (exc) |
| linux | linux_kernel | 6.1 |
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 NULL pointer dereference in the Linux kernel's io_uring subsystem, specifically in the io_msg_send_fd() function. The function lacks a NULL check on a pointer (file_ptr), which can lead to dereferencing a NULL pointer (src_file), causing a kernel crash (panic). This issue was identified through a call trace produced by Syzkaller and fixed by adding the missing NULL check.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel panic) when the affected function dereferences a NULL pointer. This can lead to system instability, denial of service, and potential disruption of services running on the affected system.