Information ExposureWeakness · CWE-200

CVE-2026-49269

HIGH · 8.6 CVSS v3.1 Published 2026-06-24
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
95/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click 8 weeks old

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 · unedited
Apple M1 GPUs retain register file data between compute shader dispatches from different processes. A sandboxed Metal attacker app can run a GPU reader shader that reads stale register values left by a separate sandboxed victim app. In the proof of concept, GPUVictim.app generates a fresh random 128-bit secret using SecRandomCopyBytes and loads it into GPU registers. GPUAttacker.app, a separate sandboxed app, recovers the exact secret from stale GPU register state. NOTE: The vendor stated that this behavior affects only legacy hardware and has already been addressed at the hardware level in current-generation Apple Silicon.

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 confidence

Apple M1 GPUs fail to clear register file data between compute shader dispatches from different sandboxed processes, allowing a malicious Metal application to read stale register values containing secrets (e.g., 128-bit random numbers) left by victim applications.

MitigationNo software patch available; vendor indicates this is hardware-fixed in current-generation Apple Silicon. For legacy M1 hardware, avoid processing sensitive data on GPU or consider hardware replacement.

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
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify Apple M1 hardware in use
    Run 'sysctl -a | grep machdep.cpu.brand_string' or check System Information > Hardware Overview for CPU brand
    Affected if CPU is any first-generation Apple M1 chip (M1, M1 Pro, M1 Max, M1 Ultra, M1 Mini, or variants)
  2. Check for running Metal applications
    Open Activity Monitor, select the GPU tab, or run 'ps -eo pid,comm,%cpu | grep -i metal' to list processes using Metal
    Affected if Multiple sandboxed applications are simultaneously executing Metal compute workloads
  3. Audit GPU compute usage with sensitive data
    Review which applications process sensitive information (credentials, cryptographic keys, personal data) and whether they use Metal compute shaders
    Affected if Applications handling sensitive data are actively using Metal compute shaders on the GPU
  4. Check for concurrent Metal app usage
    Monitor for multiple Metal applications running simultaneously, especially if untrusted third-party apps are present
    Affected if A potentially malicious Metal application can run concurrently with a victim's Metal compute workload

The environment is affected if it uses first-generation Apple M1 silicon and runs concurrent Metal compute applications where one could be an untrusted malicious app reading stale GPU register values.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

No software patch available; vendor indicates this is hardware-fixed in current-generation Apple Silicon. For legacy M1 hardware, avoid processing sensitive data on GPU or consider hardware replacement.

Recommended fix Moderate confidence
  1. This is a hardware-level vulnerability in Apple M1 GPUs that has already been addressed in current-generation Apple Silicon.
  2. Verify the hardware generation of affected systems - this issue only affects legacy M1 hardware, not current-generation Apple Silicon.
  3. No software patch is available or required as the vulnerability has been mitigated at the hardware level in newer Apple Silicon chips.
  4. If concerned about this vulnerability on legacy hardware, consider upgrading to a system with current-generation Apple Silicon.

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Review / QA1.0 h
3.0 hours of engineering $750
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,200.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-49269 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-49269 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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