CVE-2025-23275
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 CUDA Toolkit for all platforms contains a vulnerability in nvJPEG where a local authenticated user may cause a GPU out-of-bounds write by providing certain image dimensions. A successful exploit of this vulnerability may lead to denial of service and information disclosure.
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 CUDA Toolkit's nvJPEG library contains an out-of-bounds write vulnerability where insufficient validation of image dimensions allows a local authenticated user to trigger memory corruption on the GPU. By providing specially crafted image dimension values, an attacker can write beyond allocated buffer boundaries, potentially causing denial of service through GPU instability or enabling information disclosure via memory exposure.
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< 13.0.0all versionsCVSS 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
- High
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/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.
-
Identify installed CUDA Toolkit versionRun 'nvcc --version' or check NVIDIA GPU driver info, or look for CUDA installation directories (e.g., /usr/local/cuda, C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA)Affected if CUDA Toolkit version is less than 13.0.0
-
Locate nvJPEG library filesSearch for nvjpeg library files: on Linux 'find /usr -name "*nvjpeg*" 2>/dev/null', on Windows check CUDA bin/lib directories for nvjpeg.dll or nvjpeg.libAffected if nvjpeg library files exist on the system (all versions are affected)
-
Identify applications using nvJPEGScan installed software for binaries that link to nvjpeg library using 'ldd' on Linux or Dependency Walker on Windows, or check application documentation for CUDA/nvJPEG usageAffected if Applications link against or call nvJPEG functions (nvjpegDecode, nvjpegEncode, etc.)
-
Check if image dimension validation is performed before nvJPEG callsReview source code or configuration of applications using nvJPEG to determine if they validate image width/height parameters before passing to nvJPEG decode/encode functionsAffected if Applications pass image dimensions to nvJPEG without validating that dimensions are within safe bounds
-
Verify local user access to CUDA-enabled systemsAudit system permissions to determine if untrusted local users have access to systems with CUDA installationsAffected if Untrusted local users can execute code on systems with vulnerable nvJPEG library present
A system is affected if CUDA Toolkit version is below 13.0.0 AND any application uses nvJPEG library to process images without validating image dimensions beforehand.
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 · scoped13.0.0
Apply the NVIDIA CUDA Toolkit security patch when released. Until then, restrict local user access to systems with CUDA installations and implement input validation on image dimensions before passing to nvJPEG functions.
CUDA Toolkit 13.0.0 or later
- 1. Check current CUDA Toolkit version by running 'nvcc --version' or 'nvidia-smi'
- 2. Download CUDA Toolkit 13.0.0 or later from the official NVIDIA website (developer.nvidia.com/cuda-downloads)
- 3. Uninstall the current CUDA Toolkit version if installed via packages
- 4. Install the new CUDA Toolkit 13.0.0+ using the installer for your platform
- 5. Update PATH and LD_LIBRARY_PATH environment variables to point to the new installation if necessary
- 6. Verify installation by running 'nvcc --version' and confirming it shows version 13.0.0 or later
- 7. Rebuild and test any applications that use nvJPEG to ensure compatibility
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation2.0 h
- Testing8.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,640.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-23275 — 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-2025-23275 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