CVE-2024-0146
Published: 28 January 2025
Summary
CVE-2024-0146 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Custhelp (inferred from references). Its CVSS base score is 7.8 (High).
Operationally, ranked at the 10.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Requires timely remediation of the specific memory corruption vulnerability in NVIDIA vGPU software through application of vendor patches.
Directly protects against guest-induced memory corruption in the Virtual GPU Manager via mechanisms like DEP and ASLR.
Enforces input validation to prevent buffer copy without size checking (CWE-120) when the Virtual GPU Manager processes malicious guest data.
NVD Description
NVIDIA vGPU software contains a vulnerability in the Virtual GPU Manager, where a malicious guest could cause memory corruption. A successful exploit of this vulnerability might lead to code execution, denial of service, information disclosure, or data tampering.
Deeper analysisAI
CVE-2024-0146 is a vulnerability in NVIDIA vGPU software, specifically within the Virtual GPU Manager component. It enables a malicious guest to cause memory corruption, corresponding to CWE-120 (Buffer Copy without Checking Size of Input). The vulnerability received a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and was published on 2025-01-28.
A malicious guest with local access and low privileges (PR:L) can exploit this issue with low attack complexity and no user interaction required. Successful exploitation could lead to code execution, denial of service, information disclosure, or data tampering.
The NVIDIA security advisory at https://nvidia.custhelp.com/app/answers/detail/a_id/5614 provides details on mitigation and available patches.
Details
- CWE(s)