CVE-2024-50003

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-50003
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-50003.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-50003
Downstream
Related
Published
2024-10-21T19:15:04Z
Modified
2025-08-09T19:01:28Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Fix system hang while resume with TBT monitor

[Why] Connected with a Thunderbolt monitor and do the suspend and the system may hang while resume.

The TBT monitor HPD will be triggered during the resume procedure and call the drmclientmodesetprobe() while struct drmconnector connector->dev->master is NULL.

It will mess up the pipe topology after resume.

[How] Skip the TBT monitor HPD during the resume procedure because we currently will probe the connectors after resume by default.

(cherry picked from commit 453f86a26945207a16b8f66aaed5962dc2b95b85)

References

Affected packages