CVE-2023-54034
Uninitialized Memory in Linux iommufd Risks Information Disclosure
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 | * |
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 the iommufd component where a structure (vfio_iommu_type1_info) was not fully zero-initialized before being copied to user space. Specifically, the copy_from_user() function copies less data than the size of the structure by 8 bytes, leaving some padding uninitialized. This missed zero initialization could potentially lead to unintended data being exposed or used.
How can this vulnerability impact me? :
Because part of the structure is not properly zeroed before being copied to user space, there is a risk that uninitialized memory (potentially containing sensitive or arbitrary data) could be exposed to user applications. This could lead to information leakage or unpredictable behavior in applications relying on this data.