CVE-2022-49359

HIGH EPSS 16.4%
Published Feb 26, 20251y ago · Modified Jun 17, 20261w ago
7.8 CVSS 3.1
High
Find Similar
Published Feb 26, 2025 1y ago
Last Modified Jun 17, 2026 1w ago

Description

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.

CVSS Details

Base Score
7.8
Exploitability
1.8
Impact
5.9
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
16.4% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-416 Use After Free Memory Safety

Affected Products 5

VendorProductVersionRange
linuxlinux_kernel*≥5.10.67  –  <5.11
linuxlinux_kernel*≥5.13.19  –  <5.14
linuxlinux_kernel*≥5.14.6  –  <5.17.15
linuxlinux_kernel*≥5.18  –  <5.18.4
linuxlinux_kernel5.19any

References 3

  • git.kernel.org https://git.kernel.org/stable/c/472dd7ea5e19a1aeabf1711ddc756777e05ee7c2
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/6e516faf04317db2c46cbec4e3b78b4653a5b109
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/8c8e8cc91a6ffc79865108279a74fd57d9070a17
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/472dd7ea5e19a1aeabf1711ddc756777e05ee7c2
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/6e516faf04317db2c46cbec4e3b78b4653a5b109
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/8c8e8cc91a6ffc79865108279a74fd57d9070a17
    Patch