Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1325 CNY

100%

CVE-2026-46245— drm/amd/display: Fix dc_link NULL handling in HPD init

AI Predicted 6.5 Difficulty: Moderate EPSS 0.11% · P1

Possible ATT&CK Techniques 1AI

T1059 · Command and Scripting Interpreter

Affected Version Matrix 6

VendorProductVersion RangeStatus
LinuxLinux4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c< a490e4d3c9fed1e690c8de348416eea3a9f054ffaffected
4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c< 226a40c06a183abaeb7529a4f54d6c203bd14407affected
4.15affected
< 4.15unaffected
6.19.4≤ 6.19.*unaffected
7.0≤ *unaffected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-46245

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
drm/amd/display: Fix dc_link NULL handling in HPD init
Source: NVD (National Vulnerability Database)
Vulnerability Description
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
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于drm/amd/display模块在HPD初始化中未正确处理dc_link为空的情况,可能导致空指针取消引用。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c ~ a490e4d3c9fed1e690c8de348416eea3a9f054ff -
LinuxLinux 4.15 -

II. Public POCs for CVE-2026-46245

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-46245

登录查看更多情报信息。

Patches & Fixes for CVE-2026-46245 (1)

Same Patch Batch · Linux · 2026-06-03 · 32 CVEs total

CVE-2026-462449.1 CRITICALnetfilter: nft_inner: Fix IPv6 inner_thoff desync
CVE-2026-462669.1 CRITICALinet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP
CVE-2026-462648.8 HIGHdrm/xe/pf: Fix sysfs initialization
CVE-2026-462738.6 HIGHibmveth: Disable GSO for packets with small MSS
CVE-2026-462518.4 HIGHbtrfs: fix block_group_tree dirty_list corruption
CVE-2026-462708.4 HIGHpower: supply: rt9455: Fix use-after-free in power_supply_changed()
CVE-2026-462537.8 HIGHpstore/ram: fix buffer overflow in persistent_ram_save_old()
CVE-2026-462597.8 HIGHprocfs: fix missing RCU protection when reading real_parent in do_task_stat()
CVE-2026-462607.8 HIGHipv6: Fix out-of-bound access in fib6_add_rt2node().
CVE-2026-462637.8 HIGHdrm/amd/display: Fix out-of-bounds stream encoder index v3
CVE-2026-462717.8 HIGHwifi: ath12k: do WoW offloads only on primary link
CVE-2026-462657.5 HIGHRDMA/hns: Fix WQ_MEM_RECLAIM warning
CVE-2026-462507.3 HIGHMIPS: Work around LLVM bug when gp is used as global register variable
CVE-2026-46247clk: qcom: gfx3d: add parent to parent request map
CVE-2026-46248wifi: ath12k: clear stale link mapping of ahvif->links_map
CVE-2026-46246power: supply: pm8916_lbc: Fix use-after-free for extcon in IRQ handler
CVE-2025-71314drm/panthor: Recover from panthor_gpu_flush_caches() failures
CVE-2025-71313PCI: endpoint: Add missing NULL check for alloc_workqueue()
CVE-2026-46249octeontx2-af: Fix PF driver crash with kexec kernel booting
CVE-2026-46252regulator: core: fix locking in regulator_resolve_supply() error path

Showing top 20 of 32 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-46245

No comments yet


Leave a comment