Vulnerability in Linux
CVE-2025-22096
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/
EPSS: 0.002 (5.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 866e43b945bf98f8e807dfa45eca92f931f3a032, 6.14, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2025-22096?
- CVE-2025-22096 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-04-16.
- How severe is CVE-2025-22096?
- Medium severity. CVSS v3 base score is 5.5 out of 10.