CVE-2025-22096: drm/msm/gem: Fix error code msm_parse_deps()
In the Linux kernel, the following vulnerability has been resolved:
drm/msm/gem: Fix error code msmparsedeps()
The SUBMITERROR() macro turns the error code negative. This extra '-' operation turns it back to positive EINVAL again. The error code is passed to ERRPTR() and since positive values are not an ISERR() it eventually will lead to an oops. Delete the '-'.
Patchwork: https://patchwork.freedesktop.org/patch/637625/
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-22096?
CVE-2025-22096 has a medium severity rating due to potential impact on system stability.
How do I fix CVE-2025-22096?
To resolve CVE-2025-22096, update the Linux kernel to the latest version that includes the fix.
What systems are affected by CVE-2025-22096?
CVE-2025-22096 affects various versions of the Linux kernel utilized in numerous Linux distributions.
Is CVE-2025-22096 under active exploitation?
As of the latest information, there is no evidence indicating that CVE-2025-22096 is actively being exploited.
What impact does CVE-2025-22096 have on security?
CVE-2025-22096 may lead to system errors that could affect application functionality and stability.