cve/2024/CVE-2024-56579.md
2025-09-29 21:09:30 +02:00

980 B

CVE-2024-56579

Description

In the Linux kernel, the following vulnerability has been resolved:media: amphion: 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