CVE-2024-56683

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-56683
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-56683.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-56683
Downstream
Related
Published
2024-12-28T10:15:10Z
Modified
2025-10-07T20:06:18Z
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/vc4: hdmi: Avoid hang with debug registers when suspended

Trying to read /sys/kernel/debug/dri/1/hdmi1_regs when the hdmi is disconnected results in a fatal system hang.

This is due to the pm suspend code disabling the dvp clock. That is just a gate of the 108MHz clock in DVPHTRPIMISCCONFIG, which results in accesses hanging AXI bus.

Protect against this.

References

Affected packages