CVE-2026-46245

MEDIUMNVD 5.55.5
EchelonGraph scoreMEDIUM confidence

Score 5.5 from GitHub Security Advisory published 2026-06-03. NVD baseline CVSS 5.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
Trending — 3 sources updated this week
5.5
EchelonGraph verdictMonitorLow exploitation likelihood right now — keep watching.
  • Lower severity and no public exploit yet
CISA-KEV: Not listedEPSS: 0%CVSS: 5.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

drm/amd/display: Fix dc_link NULL handling in HPD init

amdgpu_dm_hpd_init() may see connectors without a valid dc_link.

The code already checks dc_link for the polling decision, but later unconditionally dereferences it when setting up HPD interrupts.

Assign dc_link early and skip connectors where it is NULL.

Fixes the below: drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.c:940 amdgpu_dm_hpd_init() error: we previously assumed 'dc_link' could be null (see line 931)

drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_irq.c 923 /* 924 * Analog connectors may be hot-plugged unlike other connector 925 * types that don't support HPD. Only poll analog connectors. 926 */ 927 use_polling |= 928 amdgpu_dm_connector->dc_link && ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The patch adds this NULL check but hopefully it can be removed

929 dc_connector_supports_analog(amdgpu_dm_connector->dc_link->link_id.id); 930 931 dc_link = amdgpu_dm_connector->dc_link;

dc_link assigned here.

932 933 /* 934 * Get a base driver irq reference for hpd ints for the lifetime 935 * of dm. Note that only hpd interrupt types are registered with 936 * base driver; hpd_rx types aren't. IOW, amdgpu_irq_get/put on 937 * hpd_rx isn't available. DM currently controls hpd_rx 938 * explicitly with dc_interrupt_set() 939 */ --> 940 if (dc_link->irq_source_hpd != DC_IRQ_SOURCE_INVALID) { ^^^^^^^^^^^^^^^^^^^^^^^ If it's NULL then we are trouble because we dereference it here.

941 irq_type = dc_link->irq_source_hpd - DC_IRQ_SOURCE_HPD1; 942 /* 943 * TODO: There's a mismatch between mode_info.num_hpd 944 * and what bios reports as the # of connectors with hpd

CVSS v3
5.5
EG Score
5.5(medium)
EPSS
1.4%
KEV
Not listed

Published

June 3, 2026

Last Modified

June 9, 2026

Advisory Details (2)

Auto-updated Jun 15, 2026
No patch confirmed yet.
generic

drm/amd/display: Fix dc_link NULL handling in HPD init - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a490e4d3c9fed1e690c8de348416eea3a9f054ff
generic

drm/amd/display: Fix dc_link NULL handling in HPD init - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/226a40c06a183abaeb7529a4f54d6c203bd14407

Vendor Advisories for CVE-2026-46245(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 12× in last 7d / 76× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-05 02:30 UTCEPSS rescore
  2. 2026-07-04 06:31 UTCEPSS rescore
  3. 2026-07-03 19:49 UTCEG score recompute
  4. 2026-07-03 19:49 UTCGHSA enrichment
  5. 2026-07-02 20:31 UTCEG score recompute
  6. 2026-07-02 20:31 UTCGHSA enrichment
  7. 2026-07-01 21:19 UTCEG score recompute
  8. 2026-07-01 21:19 UTCGHSA enrichment
  9. 2026-07-01 15:07 UTCEPSS rescore
  10. 2026-06-30 23:22 UTCEPSS rescore
  11. 2026-06-30 22:10 UTCEG score recompute
  12. 2026-06-30 22:10 UTCGHSA enrichment
  13. 2026-06-29 19:28 UTCEG score recompute
  14. 2026-06-29 19:28 UTCGHSA enrichment
  15. 2026-06-29 14:06 UTCEPSS rescore
  16. 2026-06-29 14:06 UTCEPSS rescore
  17. 2026-06-28 19:01 UTCEG score recompute
  18. 2026-06-28 19:01 UTCGHSA enrichment
  19. 2026-06-28 14:07 UTCEPSS rescore
  20. 2026-06-28 04:56 UTCEPSS rescore
  21. 2026-06-28 04:56 UTCEPSS rescore
  22. 2026-06-27 19:53 UTCEG score recompute
  23. 2026-06-27 19:53 UTCGHSA enrichment
  24. 2026-06-27 03:08 UTCEPSS rescore
  25. 2026-06-26 20:46 UTCEG score recompute
Show 59 more
  1. 2026-06-26 20:46 UTCGHSA enrichment
  2. 2026-06-25 21:38 UTCEG score recompute
  3. 2026-06-25 21:38 UTCGHSA enrichment
  4. 2026-06-24 22:22 UTCEG score recompute
  5. 2026-06-24 22:22 UTCGHSA enrichment
  6. 2026-06-23 21:33 UTCEPSS rescore
  7. 2026-06-23 21:33 UTCEPSS rescore
  8. 2026-06-23 19:06 UTCEG score recompute
  9. 2026-06-23 19:06 UTCGHSA enrichment
  10. 2026-06-22 14:25 UTCEPSS rescore
  11. 2026-06-22 14:25 UTCEPSS rescore
  12. 2026-06-21 01:59 UTCEPSS rescore
  13. 2026-06-21 01:59 UTCEPSS rescore
  14. 2026-06-19 23:51 UTCEG score recompute
  15. 2026-06-19 23:51 UTCGHSA enrichment
  16. 2026-06-19 19:26 UTCEPSS rescore
  17. 2026-06-19 19:26 UTCEPSS rescore
  18. 2026-06-18 21:33 UTCEG score recompute
  19. 2026-06-18 21:33 UTCGHSA enrichment
  20. 2026-06-18 17:52 UTCEPSS rescore
  21. 2026-06-18 17:52 UTCEPSS rescore
  22. 2026-06-17 20:25 UTCEG score recompute
  23. 2026-06-17 20:25 UTCGHSA enrichment
  24. 2026-06-17 17:53 UTCEPSS rescore
  25. 2026-06-16 21:17 UTCEG score recompute
  26. 2026-06-16 21:17 UTCGHSA enrichment
  27. 2026-06-16 17:52 UTCEPSS rescore
  28. 2026-06-15 22:09 UTCEG score recompute
  29. 2026-06-15 22:09 UTCGHSA enrichment
  30. 2026-06-15 17:49 UTCEPSS rescore
  31. 2026-06-14 22:58 UTCEG score recompute
  32. 2026-06-14 22:58 UTCGHSA enrichment
  33. 2026-06-13 23:50 UTCEG score recompute
  34. 2026-06-13 23:50 UTCGHSA enrichment
  35. 2026-06-13 23:00 UTCEPSS rescore
  36. 2026-06-13 00:43 UTCEG score recompute
  37. 2026-06-13 00:43 UTCGHSA enrichment
  38. 2026-06-12 23:12 UTCEPSS rescore
  39. 2026-06-12 23:12 UTCEPSS rescore
  40. 2026-06-12 01:34 UTCEG score recompute 5.50
  41. 2026-06-12 01:34 UTCGHSA enrichment
  42. 2026-06-11 14:00 UTCEPSS rescore
  43. 2026-06-10 22:18 UTCEPSS rescore
  44. 2026-06-10 13:22 UTCEPSS rescore
  45. 2026-06-10 13:22 UTCEPSS rescore
  46. 2026-06-09 21:17 UTCNVD updateCVSS v3 → 5.5 · severity → MEDIUM
  47. 2026-06-09 06:55 UTCGHSA enrichment
  48. 2026-06-08 14:17 UTCEPSS rescore
  49. 2026-06-08 14:17 UTCEPSS rescore
  50. 2026-06-07 15:25 UTCEPSS rescore
  51. 2026-06-07 15:25 UTCEPSS rescore
  52. 2026-06-06 13:47 UTCEPSS rescore
  53. 2026-06-06 13:47 UTCEPSS rescore
  54. 2026-06-06 12:15 UTCEG score recompute
  55. 2026-06-06 12:15 UTCGHSA enrichment
  56. 2026-06-05 22:47 UTCEPSS rescore
  57. 2026-06-05 06:10 UTCEPSS rescore
  58. 2026-06-05 06:10 UTCEPSS rescore
  59. 2026-06-03 17:36 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-46245?
CVE-2026-46245 is a medium vulnerability published on June 3, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dc_link NULL handling in HPD init amdgpudmhpdinit() may see connectors without a valid dclink. The code already checks dc_link for the polling decision, but later unconditionally dereferences it when setting up…
When was CVE-2026-46245 disclosed?
CVE-2026-46245 was first published in the National Vulnerability Database on June 3, 2026, with the most recent update on June 9, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46245 actively exploited?
CVE-2026-46245 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1.4% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-46245?
CVE-2026-46245 has a CVSS v3 base score of 5.5 (NVD).
How do I remediate CVE-2026-46245?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46245, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-46245

Explore →

Is Your Infrastructure Affected by CVE-2026-46245?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.