CVE-2023-0190
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 GPU Display Driver for Linux contains a vulnerability in the kernel mode layer, where a NULL pointer dereference may lead to denial of service.
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 GPU Display Driver for Linux contains a NULL pointer dereference vulnerability in the kernel mode layer. An attacker with local access could trigger this condition, causing a kernel panic or system crash resulting in 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>= 470, < 470.182.03>= 515, < 515.105.01>= 525, < 525.105.17>= 530, < 530.41.03>= 450, < 450.236.01CVSS 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
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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.
-
Confirm NVIDIA driver is installedRun 'lsmod | grep nvidia' to check if the NVIDIA kernel module is loaded, or check '/proc/driver/nvidia/version' for the driver version file.Affected if No NVIDIA driver is present, the system is not affected.
-
Retrieve installed driver versionRun 'nvidia-smi' and note the 'Driver Version' field, or read '/proc/driver/nvidia/version'.Affected if Unable to determine the driver version, manual inspection required.
-
Compare version against affected rangesCheck if the installed version falls within any of these ranges: 470.x.x to 470.182.02, 515.x.x to 515.105.00, 525.x.x to 525.105.16, 530.x.x to 530.41.02, or 450.x.x to 450.236.00.Affected if Installed version is less than the first fixed version in any of these ranges.
-
Verify kernel module is loadedConfirm the nvidia kernel module is currently loaded in memory using 'lsmod | grep nvidia' and check module info with 'modinfo nvidia'.Affected if Module not loaded, the specific vulnerable code path may not be exercised.
The system is affected if an NVIDIA GPU display driver for Linux is installed and the driver version falls within any of the vulnerable version ranges listed, with the kernel module loaded.
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 · scoped450.236.01470.182.03515.105.01
Apply the NVIDIA driver update containing the fix for CVE-2023-0190. In enterprise environments, test the patched driver thoroughly for GPU workload compatibility before production deployment.
470.182.03, 515.105.01, 525.105.17, or 530.41.03 (depending on your current branch)
- 1. Identify the currently installed NVIDIA driver version using 'nvidia-smi' or checking /proc/driver/nvidia/version
- 2. Determine which driver branch (470, 515, 525, or 530) is currently in use
- 3. Download the appropriate fixed driver version from NVIDIA's official website or your Linux distribution's repository
- 4. For branch 470: upgrade to version 470.182.03 or later
- 5. For branch 515: upgrade to version 515.105.01 or later
- 6. For branch 525: upgrade to version 525.105.17 or later
- 7. For branch 530: upgrade to version 530.41.03 or later
- 8. Back up any critical data before performing the driver update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.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 $3,648.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-0190 — 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-2023-0190 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