CVE-2026-68208 PUBLISHED

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

Assigner: Linux
Reserved: 30.07.2026 Published: 10.08.2026 Updated: 10.08.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from fc2873aa4a21355593b55eb49ff534d31f81c584 to 956879b173c2cf782fbc3d18947fd1da286359cf (excl.)
  • affected from fc2873aa4a21355593b55eb49ff534d31f81c584 to e8f319eae96a3d718e810d52432020a2b77f5f60 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 7.0 is affected
  • unaffected from 0 to 7.0 (excl.)
  • unaffected from 7.1.6 to 7.1.* (incl.)
  • unaffected from 7.2-rc1 to * (incl.)

References