Bug 2513228 (CVE-2026-68208) - CVE-2026-68208 kernel: media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()
Summary: CVE-2026-68208 kernel: media: ti: vpe: Fix the error code of devm_kzalloc() i...
Keywords:
Status: NEW
Alias: CVE-2026-68208
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:26 UTC by OSIDB Bzimport
Modified: 2026-08-13 16:00 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:26:00 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()

In vip_probe_slice(), the error check for devm_kzalloc() incorrectly
uses PTR_ERR_OR_ZERO() which returns 0 for NULL pointer.

Return -ENOMEM for devm_kzalloc() failure.


Note You need to log in before you can comment on or make changes to this bug.