In the Linux kernel, the following vulnerability has been resolved:
media: mali-c55: Fix possible ERRPTR in enablestreams
The mediapadremotepadunique() function returns either a valid pointer or an ERRPTR() on failure (-ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found). The return value was assigned directly to isp->remotesrc and dereferenced in the next line without checking for errors, which could lead to an ERR_PTR dereference.
Add proper error checking with ISERR() before dereferencing the pointer. Also set isp->remotesrc to NULL on error to maintain consistency with other error paths in the function.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68224.json"
}