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

目标: 1000 元 · 已筹: 1336

100%

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

AI 预测 7.8 利用难度: 较易 EPSS 0.17% · P6

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinuxe874c666b15bcb6280c4e747d8de3879bb728829< f0a0f01787ecece814414b0665df879b69849d09affected
e874c666b15bcb6280c4e747d8de3879bb728829< 79db4cbab81f07ce69a93d379ebd40d3709ecfb2affected
e874c666b15bcb6280c4e747d8de3879bb728829< 07d0f496fe7ec5abe3bee7e38be709521567bb33affected
6.16affected
< 6.16unaffected
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()
来源: 美国国家漏洞数据库 NVD
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.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
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订阅
LinuxLinux e874c666b15bcb6280c4e747d8de3879bb728829 ~ f0a0f01787ecece814414b0665df879b69849d09 -
LinuxLinux 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-533099.8 CRITICALLinux kernel 安全漏洞
CVE-2026-533228.8 HIGHLinux kernel 安全漏洞
CVE-2026-532818.8 HIGHLinux kernel 安全漏洞
CVE-2026-533007.8 HIGHLinux kernel 安全漏洞
CVE-2026-532907.8 HIGHLinux kernel 安全漏洞
CVE-2026-532847.5 HIGHLinux kernel 安全漏洞
CVE-2026-53278Linux kernel 安全漏洞
CVE-2026-53288Linux kernel 安全漏洞
CVE-2026-53285Linux kernel 安全漏洞
CVE-2026-53280Linux kernel 安全漏洞
CVE-2026-53282Linux kernel 安全漏洞
CVE-2026-53279Linux kernel 安全漏洞
CVE-2026-53291Linux kernel 安全漏洞
CVE-2026-53293Linux kernel 安全漏洞
CVE-2026-53294Linux kernel 安全漏洞
CVE-2026-53295Linux kernel 安全漏洞
CVE-2026-53296Linux kernel 安全漏洞
CVE-2026-53297Linux kernel 安全漏洞
CVE-2026-53298Linux kernel 安全漏洞
CVE-2026-53299Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53283

暂无评论


发表评论