CVE-2023-6241
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 · uneditedUse After Free vulnerability in Arm Ltd Midgard GPU Kernel Driver, Arm Ltd Bifrost GPU Kernel Driver, Arm Ltd Valhall GPU Kernel Driver, Arm Ltd Arm 5th Gen GPU Architecture Kernel Driver allows a local non-privileged user to exploit a software race condition to perform improper memory processing operations. If the system’s memory is carefully prepared by the user, then this in turn cause a use-after-free.This issue affects Midgard GPU Kernel Driver: from r13p0 through r32p0; Bifrost GPU Kernel Driver: from r11p0 through r25p0; Valhall GPU Kernel Driver: from r19p0 through r25p0, from r29p0 through r46p0; Arm 5th Gen GPU Architecture Kernel Driver: from r41p0 through r46p0.
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 confidenceUse After Free vulnerability in Arm Ltd GPU Kernel Drivers (Midgard, Bifrost, Valhall, and 5th Gen) caused by a race condition allowing local non-privileged users to perform improper memory operations, potentially leading to memory corruption and privilege escalation.
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, < r47p0>= r11p0, < r26p0>= r13p0, <= r32p0>= r19p0, < r26p0>= r29p0, < r47p0CVSS 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
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/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 Arm GPU driver is in useRun 'lspci -k | grep -i -A3 vga' or 'lsmod | grep -i mali' to check for Arm Mali GPU kernel modules loaded in the systemAffected if No Arm Mali driver module is found, then the system is not using affected GPU drivers
-
Determine the specific Arm GPU driver module nameCheck /sys/module/ for subdirectories containing 'mali', 'bifrost', 'valhall', or 'midgard', or examine output from 'ls -la /sys/class/drm/' for GPU device entriesAffected if Unable to locate Arm GPU kernel module in system
-
Retrieve the driver versionRead the 'version' file in the driver's sysfs directory, for example: 'cat /sys/module/mali/version' or 'modinfo <mali_driver_module_name> | grep version'Affected if No version file found or version cannot be determined
-
Compare installed version against affected rangesMatch the retrieved version against: 5th Gen (>= r41p0, < r47p0), Bifrost (>= r11p0, < r26p0), Midgard (>= r13p0, <= r32p0), Valhall (>= r19p0, < r26p0 OR >= r29p0, < r47p0)Affected if Installed version falls within any of the listed affected version ranges for the detected GPU architecture
A user is affected if their system runs an Arm Mali GPU kernel driver matching one of the four architectures (Midgard, Bifrost, Valhall, 5th Gen) at a version that falls within the specific vulnerable ranges for that architecture.
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 patches to update affected GPU drivers to versions beyond r32p0 (Midgard), r25p0 (Bifrost), r46p0 (Valhall), or r46p0 (5th Gen). If patches unavailable, restrict local user access to GPU resources.
Upgrade to r47p0 (5th Gen/Bifrost/Valhall r29+) or r26p0 (Bifrost/Valhall r19-r25); Midgard users should contact Arm for a fixed release beyond r32p0
- Identify the specific Arm GPU kernel driver in use (Midgard, Bifrost, Valhall, or 5th Gen) using `modinfo` or system documentation
- Check the current driver version using `cat /sys/module/<driver_name>/version` or `lsmod` to confirm it falls within the affected version ranges
- For 5th Gen GPU Architecture Kernel Driver: upgrade to version r47p0 or later
- For Bifrost GPU Kernel Driver: upgrade to version r26p0 or later
- For Valhall GPU Kernel Driver: upgrade to version r26p0 (for r19p0-r25p0 range) or r47p0 or later (for r29p0-r46p0 range)
- For Midgard GPU Kernel Driver: upgrade to a version beyond r32p0 where the fix is incorporated (contact Arm for specific fixed release)
- Reboot the system or reload the driver module to apply the updated kernel driver
- Verify the new driver version is loaded and no longer within the vulnerable version ranges
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation3.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,680.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-6241 — 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-6241 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