CVE-2025-22096

MEDIUM EPSS 3.7%
Published Apr 16, 20251y ago · Modified Jun 17, 20262w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Apr 16, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: Fix error code msm_parse_deps() The SUBMIT_ERROR() macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERR_PTR() and since positive values are not an IS_ERR() it eventually will lead to an oops. Delete the '-'. Patchwork: https://patchwork.freedesktop.org/patch/637625/

CVSS Details

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

Threat Intelligence

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

Affected Products 1

VendorProductVersionRange
linuxlinux_kernel*≥6.14  –  <6.14.2

References 2

  • git.kernel.org https://git.kernel.org/stable/c/0b305b7cadce835505bd93183a599acb1f800a05
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/efe759dcf3352d8379a1adad7b4d14044a4c41a7
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/0b305b7cadce835505bd93183a599acb1f800a05
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/efe759dcf3352d8379a1adad7b4d14044a4c41a7
    Patch