CVE-2025-68357
Use-After-Free in Linux Kernel iomap Async Read Handling
Publication date: 2025-12-24
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's iomap subsystem where the workqueue s_dio_done_wq, used for handling read error completions, was not allocated for asynchronous reads. Since a commit changed error completions to run in user context and deferred them to this workqueue, the lack of allocation for async reads could cause issues in handling read errors properly.
How can this vulnerability impact me? :
The vulnerability could lead to improper handling of read errors during asynchronous reads in the Linux kernel, potentially causing system instability or data read failures.