CVE-2026-68208

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: ti: vpe: Fix the error code of devm_kzalloc() in vip_probe_slice()<br /> <br /> In vip_probe_slice(), the error check for devm_kzalloc() incorrectly<br /> uses PTR_ERR_OR_ZERO() which returns 0 for NULL pointer.<br /> <br /> Return -ENOMEM for devm_kzalloc() failure.

Impact