CVE-2022-50705
Use-After-Free in Linux Kernel io_uring fsnotify Causes System Instability
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.0.0-rc6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper handling of fsnotify calls within the io_uring read/write operations. Specifically, fsnotify calls were being made off the kiocb completion, which might occur in soft or hard interrupt context, leading to invalid states and potential kernel issues. The fix defers these fsnotify calls to the task context, ensuring they are processed safely during task_work, avoiding kernel complaints and instability.
How can this vulnerability impact me? :
This vulnerability can cause kernel instability or crashes due to improper execution context of fsnotify calls in the Linux kernel's io_uring subsystem. Such instability could affect system reliability and performance, potentially leading to denial of service or unexpected behavior in applications relying on io_uring for asynchronous I/O operations.