CVE-2026-68224
Last modified
CVE-2026-68224 is a vulnerability of currently unknown severity. 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.
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= d5f281f3dd2988998daf45f591920c6013a620d8, < 65d4424275845e9f9012b40b5cbff4572771d768; >= d5f281f3dd2988998daf45f591920c6013a620d8, < 94c6402e423d36a2bd6f62055a65a0d439d84da7 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68224?
How severe is CVE-2026-68224?
How do I fix CVE-2026-68224?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-68218In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68219In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68220In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68221In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68222In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68223In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68225In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68226In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68227In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68228In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68229In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6823HKUDS OpenHarness prior to PR #147 remediation contains an i…8.3
Are you affected by CVE-2026-68224?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
