Entreprise d'experts en Sécurité Informatique : Audits et conseils en cybersécurité
Entreprise française de cybersécurité depuis 2004
☎ 03 60 47 09 81 - info@securiteinfo.com


CVE-2024-57978

Description

In the Linux kernel, the following vulnerability has been resolved:media: imx-jpeg: Fix potential error pointer dereference in detach_pm()The proble is on the first line: if (jpeg->pd_dev[i] && !pm_runtime_suspended(jpeg->pd_dev[i]))If jpeg->pd_dev[i] is an error pointer, then passing it topm_runtime_suspended() will lead to an Oops. The other conditionscheck for both error pointers and NULL, but it would be more clear touse the IS_ERR_OR_NULL() check for that.

POC

Reference

No PoCs from references.

Github

- https://github.com/w4zu/Debian_security