CVE-2026-68224

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
17/08/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> media: mali-c55: Fix possible ERR_PTR in enable_streams<br /> <br /> The media_pad_remote_pad_unique() function returns either a valid<br /> pointer or an ERR_PTR() on failure (-ENOTUNIQ if multiple links are<br /> enabled, -ENOLINK if no connected pad is found). The return value<br /> was assigned directly to isp-&gt;remote_src and dereferenced in the<br /> next line without checking for errors, which could lead to an<br /> ERR_PTR dereference.<br /> <br /> Add proper error checking with IS_ERR() before dereferencing the<br /> pointer. Also set isp-&gt;remote_src to NULL on error to maintain<br /> consistency with other error paths in the function.

Impact