NONE · 0

CVE-2026-68208

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()...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-68208?

CVE-2026-68208 is a documented vulnerability. 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()...

How severe is CVE-2026-68208?

CVSS scoring is not yet available for CVE-2026-68208. Check NVD for updates.

Is there a patch for CVE-2026-68208?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.