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

目标: 1000 元 · 已筹: 1325

100%

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

AI 预测 5.5 利用难度: 中等 EPSS 0.09% · P1

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux296b01fd106e787d4463974a7f42d286a5df08cd< 38a07194bbcddb18d77dad40ba9978d994c0b74caffected
296b01fd106e787d4463974a7f42d286a5df08cd< 6906aa70d4fc5900b954136e20e27c2be6d1acabaffected
296b01fd106e787d4463974a7f42d286a5df08cd< e6e43e82c79c97917cbe356c07e8a6f3f982ab53affected
6.5affected
< 6.5unaffected
6.18.14≤ 6.18.*unaffected
6.19.4≤ 6.19.*unaffected
7.0≤ *unaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
coresight: tmc-etr: Fix race condition between sysfs and perf mode
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: coresight: tmc-etr: Fix race condition between sysfs and perf mode When trying to run perf and sysfs mode simultaneously, the WARN_ON() in tmc_etr_enable_hw() is triggered sometimes: WARNING: CPU: 42 PID: 3911571 at drivers/hwtracing/coresight/coresight-tmc-etr.c:1060 tmc_etr_enable_hw+0xc0/0xd8 [coresight_tmc] [..snip..] Call trace: tmc_etr_enable_hw+0xc0/0xd8 [coresight_tmc] (P) tmc_enable_etr_sink+0x11c/0x250 [coresight_tmc] (L) tmc_enable_etr_sink+0x11c/0x250 [coresight_tmc] coresight_enable_path+0x1c8/0x218 [coresight] coresight_enable_sysfs+0xa4/0x228 [coresight] enable_source_store+0x58/0xa8 [coresight] dev_attr_store+0x20/0x40 sysfs_kf_write+0x4c/0x68 kernfs_fop_write_iter+0x120/0x1b8 vfs_write+0x2c8/0x388 ksys_write+0x74/0x108 __arm64_sys_write+0x24/0x38 el0_svc_common.constprop.0+0x64/0x148 do_el0_svc+0x24/0x38 el0_svc+0x3c/0x130 el0t_64_sync_handler+0xc8/0xd0 el0t_64_sync+0x1ac/0x1b0 ---[ end trace 0000000000000000 ]--- Since the enablement of sysfs mode is separeted into two critical regions, one for sysfs buffer allocation and another for hardware enablement, it's possible to race with the perf mode. Fix this by double check whether the perf mode's been used before enabling the hardware in sysfs mode. mode: [sysfs mode] [perf mode] tmc_etr_get_sysfs_buffer() spin_lock(&drvdata->spinlock) [sysfs buffer allocation] spin_unlock(&drvdata->spinlock) spin_lock(&drvdata->spinlock) tmc_etr_enable_hw() drvdata->etr_buf = etr_perf->etr_buf spin_unlock(&drvdata->spinlock) spin_lock(&drvdata->spinlock) tmc_etr_enable_hw() WARN_ON(drvdata->etr_buf) // WARN sicne etr_buf initialized at the perf side spin_unlock(&drvdata->spinlock) With this fix, we retain the check for CS_MODE_PERF in get_etr_sysfs_buf. This ensures we verify whether the perf mode's already running before we actually allocate the buffer. Then we can save the time of allocating/freeing the sysfs buffer if race with the perf mode.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于tmc-etr驱动在sysfs和perf模式间存在竞争条件,可能导致警告。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 296b01fd106e787d4463974a7f42d286a5df08cd ~ 38a07194bbcddb18d77dad40ba9978d994c0b74c -
LinuxLinux 6.5 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-06-03 · 共 32 条

CVE-2026-462449.1 CRITICALLinux kernel 安全漏洞
CVE-2026-462669.1 CRITICALLinux kernel 安全漏洞
CVE-2026-462648.8 HIGHLinux kernel 安全漏洞
CVE-2026-462738.6 HIGHLinux kernel 安全漏洞
CVE-2026-462708.4 HIGHLinux kernel 安全漏洞
CVE-2026-462518.4 HIGHLinux kernel 安全漏洞
CVE-2026-462717.8 HIGHLinux kernel 安全漏洞
CVE-2026-462537.8 HIGHLinux kernel 安全漏洞
CVE-2026-462597.8 HIGHLinux kernel 安全漏洞
CVE-2026-462607.8 HIGHLinux kernel 安全漏洞
CVE-2026-462637.8 HIGHLinux kernel 安全漏洞
CVE-2026-462657.5 HIGHLinux kernel 安全漏洞
CVE-2026-462507.3 HIGHLinux kernel 安全漏洞
CVE-2026-46252Linux kernel 安全漏洞
CVE-2026-46269Linux kernel 安全漏洞
CVE-2025-71313Linux kernel 安全漏洞
CVE-2025-71314Linux kernel 安全漏洞
CVE-2026-46245Linux kernel 安全漏洞
CVE-2026-46246Linux kernel 安全漏洞
CVE-2026-46247Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-46272

暂无评论


发表评论