Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-40926
HistoryJul 12, 2024 - 12:00 a.m.

CVE-2024-40926

2024-07-1200:00:00
ubuntu.com
ubuntu.com
4
cve-2024-40926
drm/nouveau
headless flag
runtime pm resume
unix

AI Score

7.3

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved:
drm/nouveau: don’t attempt to schedule hpd_work on headless cards
If the card doesn’t have display hardware, hpd_work and hpd_lock are
left uninitialized which causes BUG when attempting to schedule hpd_work
on runtime PM resume.
Fix it by adding headless flag to DRM and skip any hpd if it’s set.

AI Score

7.3

Confidence

Low