In the Linux kernel, the following vulnerability has been resolved:
media: ti: vpe: Fix the error code of devmkzalloc() in vipprobe_slice()
In vipprobeslice(), the error check for devmkzalloc() incorrectly uses PTRERRORZERO() which returns 0 for NULL pointer.
Return -ENOMEM for devm_kzalloc() failure.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68208.json",
"cna_assigner": "Linux"
}