目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-46276— Linux kernel 安全漏洞

一分钟漏洞结论

影响对象
Linux Linux
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于amdgpu驱动在RDNA4上初始化零大小GDS范围时未正确处理,可能导致内核崩溃。

AI 预测 5.5 利用难度: 较易 EPSS 0.12% · P2

可能的 ATT&CK 技术 1 AI

T1499.002 · Service Exhaustion Flood

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux c832c346cdf9022872655be621880e0f66f4135d< 1f5d33e7b0a9a2a140f46e22fb52eede323c5946 affected
c832c346cdf9022872655be621880e0f66f4135d< 9bc925759c05feae7dfa9570e77131d54729c8ea affected
c832c346cdf9022872655be621880e0f66f4135d< 36f9602fb22ede69fcc8b422be0cf8105bf655ad affected
c832c346cdf9022872655be621880e0f66f4135d< be0376affcafa0bbb371bb501579a825eae32281 affected
c832c346cdf9022872655be621880e0f66f4135d< 0e21db1a77967bc15df662efdca8ea8a61d124ea affected
c832c346cdf9022872655be621880e0f66f4135d< 30c000a49094ec568c9b51b7421f7a4a3f0b0298 affected
c832c346cdf9022872655be621880e0f66f4135d< 3e26c76891ab99fa173e9c501119fbb5c9f4600f affected
c832c346cdf9022872655be621880e0f66f4135d< 095a8b0ad3c3b5cdc3850d961adb8a8f735220bb affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-46276 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
drm/amdgpu: fix zero-size GDS range init on RDNA4
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix zero-size GDS range init on RDNA4 RDNA4 (GFX 12) hardware removes the GDS, GWS, and OA on-chip memory resources. The gfx_v12_0 initialisation code correctly leaves adev->gds.gds_size, adev->gds.gws_size, and adev->gds.oa_size at zero to reflect this. amdgpu_ttm_init() unconditionally calls amdgpu_ttm_init_on_chip() for each of these resources regardless of size. When the size is zero, amdgpu_ttm_init_on_chip() forwards the call to ttm_range_man_init(), which calls drm_mm_init(mm, 0, 0). drm_mm_init() immediately fires DRM_MM_BUG_ON(start + size <= start) -- trivially true when size is zero -- crashing the kernel during modprobe of amdgpu on an RX 9070 XT. Guard against this by returning 0 early from amdgpu_ttm_init_on_chip() when size_in_page is zero. This skips TTM resource manager registration for hardware resources that are absent, without affecting any other GPU type. DRM_MM_BUG_ON() only asserts if CONFIG_DRM_DEBUG_MM is enabled in the kernel config. This is apparently rarely enabled as these chips have been in the market for over a year and this issue was only reported now. Oops-Analysis: http://oops.fenrus.org/reports/bugzilla.korg/221376/report.html (cherry picked from commit 5719ce5865279cad4fd5f01011fe037168503f2d)
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于amdgpu驱动在RDNA4上初始化零大小GDS范围时未正确处理,可能导致内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux c832c346cdf9022872655be621880e0f66f4135d ~ 1f5d33e7b0a9a2a140f46e22fb52eede323c5946 -
Linux Linux 4.20 -

二、漏洞 CVE-2026-46276 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-46276 的情报信息

登录查看更多情报信息。

CVE-2026-46276 补丁与修复 (8)

同批安全公告 · Linux · 2026-06-08 · 共 41 条

CVE-2026-46289 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-46288 8.4 HIGH Linux kernel 安全漏洞
CVE-2026-46307 8.3 HIGH Linux kernel 安全漏洞
CVE-2026-46303 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-46274 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46275 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46277 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46280 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46311 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-46304 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-46306 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-46299 7.0 HIGH Linux kernel 安全漏洞
CVE-2026-46298 Linux kernel 安全漏洞
CVE-2026-46314 Linux kernel 安全漏洞
CVE-2026-46301 Linux kernel 安全漏洞
CVE-2026-46302 Linux kernel 安全漏洞
CVE-2026-46305 Linux kernel 安全漏洞
CVE-2026-46308 Linux kernel 安全漏洞
CVE-2026-46309 Linux kernel 安全漏洞
CVE-2026-46310 Linux kernel 安全漏洞

显示前 20 条,共 41 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-46276

暂无评论


发表评论