Lucene search

K
osvGoogleOSV:CVE-2024-40926
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40926

2024-07-1213:15:15
Google
osv.dev
4
cve-2024-40926
linux kernel
vulnerability
drm/nouveau
headless cards
display hardware
runtime pm resume
software

AI Score

8.3

Confidence

High

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

8.3

Confidence

High