LiveActive security incident?Get immediate response
CVE Record

CVE-2022-49359: drm/panfrost: Job should reference MMU not file_priv

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Job should reference MMU not file_priv For a while now it's been allowed for a MMU context to outlive it's corresponding panfrost_priv, however the job structure still references panfrost_priv to get hold of the MMU context. If panfrost_priv has been freed this is a use-after-free which I've been able to trigger resulting in a splat. To fix this, drop the reference to panfrost_priv in the job structure and add a direct reference to the MMU structure which is what's actually needed.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-49359 is a Linux kernel use-after-free in the Panfrost DRM GPU driver. A local user could potentially affect confidentiality, integrity, and availability on systems using vulnerable kernel builds. The available sources describe an upstream fix, but do not cite active exploitation.

Executive priority

Treat as high priority for Linux fleets using Panfrost-capable kernels, especially shared devices or systems running untrusted local workloads. Patch through normal kernel update channels after confirming exposure.

Technical view

The Panfrost job structure referenced panfrost_priv to reach the MMU context even though the MMU could outlive panfrost_priv. If panfrost_priv was freed first, job handling could dereference freed memory. The fix stores a direct reference to the MMU structure instead.

Likely exposure

Exposure is most likely on Linux systems with affected kernel versions and the drm/panfrost driver enabled. The source bundle lists Linux 5.15, 5.17.15, 5.18.4, and 5.19 as affected data points; verify against vendor kernel packaging and backports.

Exploitation context

The CVSS vector is local, low complexity, low privilege, no user interaction, with high confidentiality, integrity, and availability impact. The source bundle says KEV is false and provides no cited evidence of exploitation in the wild.

Researcher notes

Evidence is limited to the CVE record and upstream stable commit references. The root cause is a lifetime mismatch between panfrost_priv and the MMU context. No public exploit status, affected downstream distributions, or vendor-specific mitigations are provided in the source bundle.

Mitigation direction

  • Update to a vendor-supported kernel containing the upstream Panfrost MMU reference fix.
  • Check Linux distribution advisories for affected package versions and backported patches.
  • Prioritize systems where untrusted local users or workloads can access GPU functionality.
  • If vendor-supported, reduce exposure by removing unused vulnerable Panfrost-enabled kernels.

Validation and detection

  • Inventory Linux kernel versions and confirm whether drm/panfrost is present or enabled.
  • Map installed kernels to vendor advisories or the referenced stable commits.
  • For source-built kernels, confirm jobs reference the MMU directly, not panfrost_priv.
  • Review kernel logs for Panfrost-related use-after-free splats as supporting evidence only.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-416: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-49359 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2022-49359Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux7fdc48cc63a30fa3480d18bdd8c5fff2b9b15212, 7fdc48cc63a30fa3480d18bdd8c5fff2b9b15212, 7fdc48cc63a30fa3480d18bdd8c5fff2b9b15212, c29485e34e63198dca6289639aa711f99d88e76e, 626adede2642f00c8918999a2451bd0a644ab9b7, cf461fa9250a634e8afc4433d82ae0decea8136eunaffected
LinuxLinux5.15, 0, 5.17.15, 5.18.4, 5.19affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.