CVE-2025-2879
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 · uneditedExposure of Sensitive Information to an Unauthorized Actor vulnerability in Arm Ltd Valhall GPU Kernel Driver, Arm Ltd Arm 5th Gen GPU Architecture Kernel Driver allows a local non-privileged user process to perform improper GPU processing operations to expose sensitive data.This issue affects Valhall GPU Kernel Driver: from r29p0 through r49p4, from r50p0 through r54p0; Arm 5th Gen GPU Architecture Kernel Driver: from r41p0 through r49p4, from r50p0 through r54p0.
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 · high confidenceArm Valhall and Arm 5th Gen GPU kernel drivers contain a vulnerability allowing local non-privileged user processes to perform improper GPU processing operations that expose sensitive data. The flaw exists in the GPU kernel driver code and affects specific version ranges from r29p0 through r54p0 for Valhall and r41p0 through r54p0 for 5th Gen architecture.
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>= r41p0, < r49p5>= r50p0, < r54p1>= r29p0, < r49p5>= r50p0, < r54p1CVSS 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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
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 Arm GPU hardware in the systemRun lspci or check /sys/class/drm for Arm GPU devices, or review system hardware documentation to confirm the presence of an Arm Valhall or Arm 5th Gen GPUAffected if No Arm GPU hardware is present - the system is not affected by this CVE
-
Determine the installed Arm GPU kernel driver versionUse modinfo on the Mali GPU kernel module (typically named mali_kbase or similar), or check the driver version via /sys/module/*/version, or run dmesg | grep -i mali to find driver load messages showing the versionAffected if Unable to determine the driver version - manual verification required
-
Compare driver version against affected Valhall rangeIf using a Valhall GPU driver, verify if the version falls within >= r29p0 and < r49p5, or >= r50p0 and < r54p1. These are the affected version ranges for Valhall architectureAffected if Driver version is r29p0 or higher but below r49p5, OR r50p0 or higher but below r54p1 - the system is affected
-
Compare driver version against affected 5th Gen rangeIf using a 5th Gen GPU driver, verify if the version falls within >= r41p0 and < r49p5, or >= r50p0 and < r54p1. These are the affected version ranges for 5th Gen architectureAffected if Driver version is r41p0 or higher but below r49p5, OR r50p0 or higher but below r54p1 - the system is affected
-
Check for unprivileged local user access to GPUReview /dev/mali* or /dev/dri/* device permissions, and check group memberships of local users to determine if non-privileged users can access the Arm GPU device nodesAffected if Unprivileged local users have access to the GPU device - combined with an affected driver version, they can exploit this vulnerability
The environment is affected if the system contains Arm Valhall or Arm 5th Gen GPU hardware with a kernel driver version matching the ranges r29p0 to r49p5, r50p0 to r54p0, or r54p1 (for Valhall) or r41p0 to r49p5, r50p0 to r54p0, or r54p1 (for 5th Gen), and unprivileged local users can access the GPU device.
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 · scopedApply vendor-supplied driver updates beyond r54p0 for affected GPU kernel drivers. Until patched, limit local unprivileged access to systems with affected Arm GPU hardware.
r54p1 or later (minimum fixed versions: r49p5 for older branch, r54p1 for newer branch)
- 1. Identify the currently installed Arm GPU kernel driver version using system diagnostics or driver enumeration tools
- 2. For systems running 5th Gen GPU Architecture Kernel Driver: upgrade to version r49p5 or later (if moving from <r49p5), or to r54p1 or later (if moving from >=r50p0 and <r54p1)
- 3. For systems running Valhall GPU Kernel Driver: upgrade to version r49p5 or later (if moving from <r49p5), or to r54p1 or later (if moving from >=r50p0 and <r54p1)
- 4. Obtain the driver package from Arm's official developer portal (developer.arm.com) or your hardware vendor's driver distribution channel
- 5. Follow standard kernel driver update procedures for your Linux/Android distribution to install the new driver version
- 6. Reboot the system or reload the kernel module as required by the update process
- 7. Verify the new driver version is loaded correctly and matches the expected fixed release
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.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 $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-2879 — 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-2879 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