2 matches found
CVE-2024-35919
A vulnerability was found in the Linux kernel's MediaTek vcodec driver, where the lack of a lock for the encoder context list ctxlist could lead to accessing a NULL pointer in the vpuencipihandler function. This issue occurs when the context list is deleted unexpectedly due to a behavior in the S...
CVE-2024-35919
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect encoder context list Add a lock for the ctxlist, to avoid accessing a NULL pointer within the 'vpuencipihandler' function when the ctxlist has been deleted due to an unexpected...