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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于__rlookup_amd_iommu()函数中devid缺乏边界检查,可能导致启动时发生一般性保护故障。

AI 预测 7.8 利用难度: 较易 EPSS 0.16% · P5

影响版本矩阵 8

厂商产品 版本范围状态
Linux Linux e874c666b15bcb6280c4e747d8de3879bb728829< f0a0f01787ecece814414b0665df879b69849d09 affected
e874c666b15bcb6280c4e747d8de3879bb728829< 79db4cbab81f07ce69a93d379ebd40d3709ecfb2 affected
e874c666b15bcb6280c4e747d8de3879bb728829< 07d0f496fe7ec5abe3bee7e38be709521567bb33 affected
6.16 affected
< 6.16 unaffected
6.18.33≤ 6.18.* unaffected
7.0.10≤ 7.0.* unaffected
7.1≤ * unaffected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
iommu/amd: Bounds-check devid in __rlookup_amd_iommu()
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bounds-check devid in __rlookup_amd_iommu() iommu_device_register() walks every device on the PCI bus via bus_for_each_dev() and calls amd_iommu_probe_device() for each. The inlined check_device() path computes the device's sbdf, calls rlookup_amd_iommu() to find the owning IOMMU, and only afterwards verifies devid <= pci_seg->last_bdf. __rlookup_amd_iommu() indexes rlookup_table[devid] with no bounds check of its own, so for a PCI device whose BDF is not described by the IVRS, the lookup reads past the end of the allocation before the caller's bounds check can run. This was harmless before commit e874c666b15b ("iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()"): the table was a zeroed page-order allocation, so the over-read returned NULL and the caller's NULL check skipped the device. After that commit the table is a tight kvcalloc() and the over-read returns adjacent slab contents, which check_device() then dereferences as a struct amd_iommu *, causing a boot-time GPF. Seen on Google Compute Engine ct6e VMs, where the virtualized IVRS describes only the four TPU endpoints 00:04.0-07.0; the gVNIC at 00:08.0 (devid 0x40) indexes 56 bytes past the 456-byte allocation, into the adjacent kmalloc-512 slab object: pci 0000:00:04.0: Adding to iommu group 0 pci 0000:00:05.0: Adding to iommu group 1 pci 0000:00:06.0: Adding to iommu group 2 pci 0000:00:07.0: Adding to iommu group 3 Oops: general protection fault, probably for non-canonical address 0x3a64695f78746382: 0000 [#1] SMP NOPTI CPU: 0 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.18.22 #1 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 12/06/2025 RIP: 0010:amd_iommu_probe_device+0x54/0x3a0 Call Trace: __iommu_probe_device+0x107/0x520 probe_iommu_group+0x29/0x50 bus_for_each_dev+0x7e/0xe0 iommu_device_register+0xc9/0x240 iommu_go_to_state+0x9c0/0x1c60 amd_iommu_init+0x14/0x40 pci_iommu_init+0x16/0x60 do_one_initcall+0x47/0x2f0 Guard the array access in __rlookup_amd_iommu(). With the fix applied on 6.18.22, the gVNIC at 00:08.0 is skipped cleanly and the VM boots.
来源: 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存在安全漏洞,该漏洞源于__rlookup_amd_iommu()函数中devid缺乏边界检查,可能导致启动时发生一般性保护故障。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux e874c666b15bcb6280c4e747d8de3879bb728829 ~ f0a0f01787ecece814414b0665df879b69849d09 -
Linux Linux 6.16 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53283 补丁与修复 (3)

同批安全公告 · Linux · 2026-06-26 · 共 47 条

CVE-2026-53309 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-53281 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53322 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53300 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53290 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53284 7.5 HIGH Linux kernel 安全漏洞
CVE-2026-53324 Linux kernel 安全漏洞
CVE-2026-53316 Linux kernel 安全漏洞
CVE-2026-53319 Linux kernel 安全漏洞
CVE-2026-53321 Linux kernel 安全漏洞
CVE-2026-53320 Linux kernel 安全漏洞
CVE-2026-53323 Linux kernel 安全漏洞
CVE-2026-53313 Linux kernel 安全漏洞
CVE-2026-53312 Linux kernel 安全漏洞
CVE-2026-53311 Linux kernel 安全漏洞
CVE-2026-53310 Linux kernel 安全漏洞
CVE-2026-53308 Linux kernel 安全漏洞
CVE-2026-53307 Linux kernel 安全漏洞
CVE-2026-53305 Linux kernel 安全漏洞
CVE-2026-53306 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53283

暂无评论


发表评论