CVE-2024-35950

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35950
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35950.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35950
Downstream
Related
Published
2024-05-20T10:15:10Z
Modified
2025-08-09T20:01:25Z
Summary
[none]
Details

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.

References

Affected packages