cve/2024/CVE-2024-56578.md
2025-09-29 16:08:36 +00:00

825 B

CVE-2024-56578

Description

In the Linux kernel, the following vulnerability has been resolved:media: imx-jpeg: Set video drvdata before register video deviceThe video drvdata should be set before the video device is registered,otherwise video_drvdata() may return NULL in the open() file ops, and ledto oops.

POC

Reference

No PoCs from references.

Github