Description
In the Linux kernel, the following vulnerability has been resolved:

media: mali-c55: Fix possible ERR_PTR in enable_streams

The media_pad_remote_pad_unique() function returns either a valid
pointer or an ERR_PTR() on failure (-ENOTUNIQ if multiple links are
enabled, -ENOLINK if no connected pad is found). The return value
was assigned directly to isp->remote_src and dereferenced in the
next line without checking for errors, which could lead to an
ERR_PTR dereference.

Add proper error checking with IS_ERR() before dereferencing the
pointer. Also set isp->remote_src to NULL on error to maintain
consistency with other error paths in the function.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs in the media subsystem of the Linux kernel; the function media_pad_remote_pad_unique() returns a valid pointer or an ERR_PTR on error but the return value was assigned to isp->remote_src without error checking before dereferencing. If an error is returned, the dereference triggers a kernel fault, which can lead to a crash that takes the system offline, i.e., a denial‑of‑service scenario. This weakness is a consequence of dereferencing an erroneous pointer and does not immediately expose code execution or data disclosure, but an unpatched system can be made non‑functional by a local actor who is able to manipulate the media device streaming behaviour.

Affected Systems

Linux kernel deployments that include the media framework and, more specifically, the Mali‑c55 driver. The exact kernel versions are not enumerated in the data, but the fix is present in the updated kernel source referenced in the advisory, so any kernel containing earlier versions of the media subsystem is vulnerable.

Risk and Exploitability

The CVSS score is not disclosed, but the presence of a NULL pointer dereference in the kernel indicates a high severity. The exploit is local; an attacker with the ability to configure or trigger a media stream on a device using the Mali‑c55 driver can cause a kernel panic. EPSS is unavailable, and the vulnerability is not listed in CISA KEV, suggesting no known widespread exploitation yet. Nonetheless, because the failure results in a system reboot or halt, it should be treated as a high‑risk local denial‑of‑service vulnerability.

Generated by OpenCVE AI on August 10, 2026 at 14:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the media subsystem patch for Mali‑c55
  • Reboot the system after applying the update to clear any lingering crash state
  • If an immediate kernel upgrade is not feasible, disable or unload the Mali‑c55 media driver and restrict untrusted users from accessing media device interfaces

Generated by OpenCVE AI on August 10, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: mali-c55: Fix possible ERR_PTR in enable_streams The media_pad_remote_pad_unique() function returns either a valid pointer or an ERR_PTR() on failure (-ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found). The return value was assigned directly to isp->remote_src and dereferenced in the next line without checking for errors, which could lead to an ERR_PTR dereference. Add proper error checking with IS_ERR() before dereferencing the pointer. Also set isp->remote_src to NULL on error to maintain consistency with other error paths in the function.
Title media: mali-c55: Fix possible ERR_PTR in enable_streams
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-10T12:00:45.474Z

Reserved: 2026-07-30T09:28:09.375Z

Link: CVE-2026-68224

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T18:30:04Z

Weaknesses