CVE-2024-6790
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 · uneditedLoop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Arm Ltd Bifrost GPU Kernel Driver, Arm Ltd Valhall GPU Kernel Driver, Arm Ltd Arm 5th Gen GPU Architecture Kernel Driver allows a non-privileged user process to make valid GPU memory processing operations, including via WebGL or WebGPU, to cause the whole system to become unresponsive.This issue affects Bifrost GPU Kernel Driver: r44p1, from r46p0 through r49p0, from r50p0 through r51p0; Valhall GPU Kernel Driver: r44p1, from r46p0 through r49p0, from r50p0 through r51p0; Arm 5th Gen GPU Architecture Kernel Driver: r44p1, from r46p0 through r49p0, from r50p0 through r51p0.
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 confidenceA vulnerability in Arm's Bifrost, Valhall, and Arm 5th Gen GPU kernel drivers allows a non-privileged user process to trigger an infinite loop via GPU memory processing operations (including WebGL/WebGPU), causing system-wide 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>= r46p0, < r49p1>= r50p0, < r52p0= r44p1>= r46p0, < r49p1>= r50p0, <= r51p0= r44p1>= r46p0, < r49p1>= r50p0, < r52p0= r44p1CVSS 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
- Low
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/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 if an Arm GPU kernel driver is loadedRun 'lsmod | grep -iE "mali|bifrost|valhall|arm"' or check '/proc/modules' for Arm GPU driver modules. Also check 'lspci -k' for GPU device drivers.Affected if No Arm GPU driver modules appear in the module list, then the system is not affected by this specific CVE.
-
Determine the installed driver versionCheck the driver version via 'cat /sys/class/misc/mali0/device/version' or run 'dmesg | grep -i mali' to find version strings like r44p1, r46p0, r47p0, r48p0, r49p0, r50p0, r51p0, r52p0 in the kernel logs.Affected if The driver version matches any of the affected ranges: r44p1, or r46p0 through r49p0 inclusive, or r50p0 through r51p0 (or r52p0 for 5th Gen/Valhall). Compare your version against: >= r46p0 and < r49p1; >= r50p0 and < r52p0 (or <= r51p0 for Bifrost); or = r44p1.
-
Verify the GPU is actively used for memory operationsMonitor for processes or applications using WebGL or WebGPU, or any GPU memory processing tasks. Check running processes via 'ps aux | grep -iE "webgl|webgpu"' or inspect browser processes that may utilize GPU acceleration.Affected if The system has no active GPU workload involving memory processing operations (including WebGL/WebGPU), the exploitability is significantly reduced, though the vulnerable code may still be present.
If an Arm Bifrost, Valhall, or 5th Gen GPU kernel driver is loaded and its version falls within r44p1, r46p0-r49p0, r50p0-r51p0 (or r52p0 for 5th Gen/Valhall), the environment is affected by this CVE.
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 the vendor-provided driver patch/update from Arm that fixes the infinite loop condition in affected driver versions (r44p1, r46p0-r49p0, r50p0-r51p0).
Bifrost: r49p1 or later (recommended r52p0); Valhall: r52p0; 5th Gen GPU Architecture: r52p0
- Identify the specific Arm GPU kernel driver in use (Bifrost, Valhall, or 5th Gen Architecture) by checking /sys or driver documentation
- Determine the current installed version using 'modinfo <driver_module_name>' or checking /proc driver version info
- For Bifrost GPU Kernel Driver: upgrade to r49p1 or later (or r52p0 to align with other drivers)
- For Valhall GPU Kernel Driver: upgrade to r52p0
- For 5th Gen GPU Architecture Kernel Driver: upgrade to r52p0
- Reboot the system or reload the GPU kernel module to apply the fixed driver version
- Verify the new driver version is loaded using 'modinfo' or checking /proc/driver/...
- Test GPU functionality (e.g., WebGL, OpenGL, Vulkan applications) to confirm normal operation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing4.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-6790 — 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-2024-6790 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