CVE-2026-24200
BaseFortify
Publication date: 2026-05-26
Last updated on: 2026-05-26
Assigner: NVIDIA Corporation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nvidia | vgpu_software | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-24200 is a vulnerability in NVIDIA vGPU software affecting the virtual GPU manager. The flaw involves a use-after-free condition in stack memory.
This means that an attacker could exploit this flaw to cause various harmful effects such as denial of service, escalation of privileges, information disclosure, data tampering, or even arbitrary code execution.
How can this vulnerability impact me? :
If exploited, this vulnerability could lead to serious impacts including denial of service, where the system or application becomes unavailable.
It could also allow an attacker to escalate their privileges, potentially gaining higher access rights than intended.
Additionally, it could result in information disclosure, exposing sensitive data, data tampering which compromises data integrity, and execution of arbitrary code, potentially allowing full control over the affected system.