CVE-2023-54034
Unknown Unknown - Not Provided

Uninitialized Memory in Linux iommufd Risks Information Disclosure

Vulnerability report for CVE-2023-54034, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: iommufd: Make sure to zero vfio_iommu_type1_info before copying to user Missed a zero initialization here. Most of the struct is filled with a copy_from_user(), however minsz for that copy is smaller than the actual struct by 8 bytes, thus we don't fill the padding.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54034. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart