CVE-2026-43337: drm/amd/display: Fix NULL pointer dereference in dcn401_init_hw()

Published May 8, 2026
·
Updated

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

drm/amd/display: Fix NULL pointer dereference in dcn401inithw()

dcn401inithw() assumes that updatebwboundingbox() is valid when entering the update path. However, the existing condition:

((!fams2enable && updatebwboundingbox) || freqchanged)

does not guarantee this, as the freqchanged branch can evaluate to true independently of the callback pointer.

This can result in calling updatebwboundingbox() when it is NULL.

Fix this by separating the update condition from the pointer checks and ensuring the callback, dc->clkmgr, and bwparams are validated before use.

Fixes the below: ../dc/hwss/dcn401/dcn401hwseq.c:367 dcn401inithw() error: we previously assumed 'dc->respool->funcs->updatebwboundingbox' could be null (see line 362)

(cherry picked from commit 86117c5ab42f21562fedb0a64bffea3ee5fcd477)

Affected Software

10 affected components
Linux Linux kernel
Linux Linux kernel>=6.11.3<6.18.22
Linux Linux kernel>=6.19<6.19.12
Linux Linux kernel=6.12
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3
Linux Linux kernel=7.0-rc4
Linux Linux kernel=7.0-rc5
Linux Linux kernel=7.0-rc6

Event History

May 8, 2026
CVE Published
via MITRE·01:31 PM
Data Sourced
via MITRE·01:31 PM
Description
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43337?

CVE-2026-43337 is classified as a medium severity vulnerability due to the potential for a NULL pointer dereference.

2

How do I fix CVE-2026-43337?

To mitigate CVE-2026-43337, update the Linux kernel to a version that includes the fix for the NULL pointer dereference.

3

What type of systems are affected by CVE-2026-43337?

CVE-2026-43337 affects systems running the Linux kernel with AMD display drivers.

4

What specific function is involved in CVE-2026-43337?

CVE-2026-43337 involves the dcn401_init_hw() function within the AMD display driver.

5

How can CVE-2026-43337 impact system stability?

CVE-2026-43337 may lead to system instability or crashes due to the NULL pointer dereference affecting driver functionality.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203