CVE-2023-54060
Null Pointer Dereference in Linux iommufd Causes Kernel Crash
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.5.0-rc1 |
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's iommufd component is due to an incorrect setting of the 'end' variable when performing a batch carry operation. Specifically, 'end' should be set to 1 because an item (the carry) is pushed to the pfns list, but it was not set correctly. This flaw can cause rare crashes during testing, resulting in a kernel NULL pointer dereference and a page fault error, which leads to kernel oops and potential system instability.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly due to a NULL pointer dereference, leading to system instability or downtime. Such crashes can interrupt normal operations, potentially causing data loss or service disruption on affected systems.