CVE-2026-24187
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNVIDIA 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceNVIDIA Display Driver for Linux contains a use-after-free vulnerability where the driver improperly handles memory pointers, continuing to access memory after it has been freed. This memory corruption can be exploited to potentially achieve code execution, privilege escalation, or denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 535, < 535.309.01>= 535, < 539.72>= 580, < 580.159.03>= 580, < 582.53>= 595, < 595.36>= 595, < 595.71.05CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed NVIDIA driver versionRun 'nvidia-smi' or check /proc/driver/nvidia/version, or use 'dpkg -l | grep nvidia' (Debian) or 'rpm -qa | grep nvidia' (RHEL)Affected if Installed version falls within 535.x before 535.309.01, 539.x before 539.72, 580.x before 580.159.03 or 582.53, or 595.x before 595.36 or 595.71.05
-
Confirm NVIDIA kernel module is loadedRun 'lsmod | grep nvidia' to verify the nvidia kernel module is currently loadedAffected if The nvidia driver module is loaded and running (vulnerability only applies when driver is active)
-
Check driver component versionRun 'cat /sys/module/nvidia/version' or check 'modinfo nvidia' to get detailed driver build informationAffected if Version output matches the affected version ranges above (535.x, 539.x, 580.x, or 595.x before respective fixes)
-
Verify driver is being usedRun 'nvidia-smi' to confirm the driver is functional and managing a GPUAffected if nvidia-smi executes successfully showing GPU information, confirming the driver is active and potentially vulnerable
You are affected if the NVIDIA Linux display driver version is 535.x before 535.309.01, 539.x before 539.72, 580.x before 580.159.03 or 582.53, or 595.x before 595.36 or 595.71.05 AND the driver is actively loaded/running.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped535.309.01539.72580.159.03
Apply the vendor-supplied patch or update to the NVIDIA display driver for Linux. Monitor NVIDIA's security bulletins for version-specific fixes and ensure testing in a staging environment before production deployment.
535.309.01 or later for 535.x branch; 580.159.03 or later for 580.x branch (or 539.72+/582.53+ respectively for alternate branches)
- 1. Identify the currently installed NVIDIA display driver version using 'nvidia-smi' or checking /proc/driver/nvidia/version
- 2. If running version 535.x (< 535.309.01 or < 539.72), upgrade to version 535.309.01 or later (or 539.72 or later for the 539.x branch)
- 3. If running version 580.x (< 580.159.03 or < 582.53), upgrade to version 580.159.03 or later (or 582.53 or later for the 582.x branch)
- 4. Download the appropriate driver from the official NVIDIA website or Linux distribution repository
- 5. Stop the display manager (e.g., 'systemctl stop gdm' for GNOME, 'systemctl stop lightdm' for LightDM)
- 6. Uninstall the current driver: 'sudo apt-get remove nvidia-driver-*' or 'sudo yum remove nvidia-driver-*'
- 7. Install the new driver package: 'sudo apt-get install nvidia-driver-535' (or appropriate version)
- 8. Reboot the system: 'sudo reboot'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,752.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-24187 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-24187 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data