CVE-2025-20101
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 · uneditedOut-of-bounds read for some Intel(R) Graphics Drivers may allow an authenticated user to potentially enable information disclosure or denial of service via local access.
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 confidenceAn out-of-bounds read vulnerability exists in Intel(R) Graphics Drivers that allows an authenticated local user to access memory beyond allocated buffer boundaries. This can lead to information disclosure (reading sensitive memory contents) or denial of service (system instability/crash) via local access.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/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.
-
Confirm Intel Graphics Driver is installedOn Windows: Open Device Manager, expand 'Display adapters', look for Intel GPU entries. On Linux: Run 'lspci | grep -i intel' or 'lsmod | grep i915' to list loaded graphics modules.Affected if No Intel GPU driver is listed in Device Manager or no i915 module is loaded, then the system is not affected by this specific vulnerability.
-
Retrieve the installed Intel Graphics Driver versionOn Windows: Right-click the Intel GPU in Device Manager > Properties > Driver tab > Driver Version. Or run 'msinfo32' and check Components > Display. On Linux: Run 'modinfo i915 | grep version' or check '/sys/class/drm/card0/device/driver' version.Affected if The driver version cannot be determined or the system uses a third-party GPU driver instead of Intel's official driver.
-
Compare driver version against affected releasesDocument the exact version number from Step 2. Intel's security advisory for CVE-2025-20101 lists specific driver version ranges as affected. Compare your version to those ranges.Affected if Your installed version falls within the range of affected versions listed in Intel's official CVE-2025-20101 advisory.
-
Verify the graphics driver is actively loaded and in useOn Windows: Confirm the Intel GPU is the active display adapter. On Linux: Check 'glxinfo | grep renderer' or run 'cat /proc/driver/nvidia/version' (substitute nvidia with intel) to confirm the driver is operational.Affected if The driver is present but not actively driving graphics output; the vulnerability would require an active connection to the graphics subsystem.
-
Assess local user access exposureReview system access controls to determine if untrusted or low-privilege local users have authenticated access to the system. Check user group memberships and terminal access policies.Affected if Untrusted or low-privileged local users can log in to the system, as the vulnerability requires an authenticated local user session.
A system is affected if it runs an Intel Graphics Driver version within the affected range, has the driver actively loaded, and permits untrusted local users to authenticate to the system.
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.
From vendor dataApply the latest Intel Graphics Driver updates from Intel's support website or through enterprise patch management channels. Prioritize systems with graphics driver exposure to untrusted local users.
- Consultation3.0 h
- Implementation6.0 h
- Testing5.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,752.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-20101 — 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-20101 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