← Back to CVE List

CVE-2024-35950

Published: 2024-05-20T10:15Z
Last Modified: 2024-11-21T09:21Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes[] with dev->mode_config.mutex The modes[] array contains pointers to modes on the connectors' mode lists, which are protected by dev->mode_config.mutex. Thus we need to extend modes[] the same protection or by the time we use it the elements may already be pointing to freed/reused memory. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt