CVE-2026-24187
Analyzed
Analyzed - Analysis Complete
Use-After-Free in NVIDIA Linux Display Driver
Publication date: 2026-05-26
Last updated on: 2026-06-11
Assigner: NVIDIA Corporation
Description
Description
NVIDIA Display Driver for Linux contains a vulnerability where an attacker could cause a use-after-free. A successful exploit of this vulnerability might lead to denial of service, escalation of privileges, information disclosure, data tampering, and code execution.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nvidia | gpu_display_driver | From 595 (inc) to 595.71.05 (exc) |
| nvidia | gpu_display_driver | From 535 (inc) to 535.309.01 (exc) |
| nvidia | gpu_display_driver | From 580 (inc) to 580.159.03 (exc) |
| nvidia | gpu_display_driver | From 535 (inc) to 539.72 (exc) |
| nvidia | gpu_display_driver | From 580 (inc) to 582.53 (exc) |
| nvidia | gpu_display_driver | From 595 (inc) to 595.36 (exc) |
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. |