Linux · Linux Kernel · CVE-2024-35950
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the drm/client component of the Linux kernel, where the modes[] array contains pointers to modes on the connectors' mode lists, protected by dev->mode config.mutex. However, the modes[] array itself lacks the same protection, potentially leading to elements pointing to freed or reused memory. This could allow an attacker to elevate privileges in the system.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.