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

目标: 1000 元 · 已筹: 1336

100%

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

CVSS 7.5 · High EPSS 0.43% · P36

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 91f25749aaf57c47ae1e12478144e6ea8c8562f2affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 73fbc5d1a9ccb626937500bbd67136f077d8237baffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< aba0b4bc09376dfc3d53c826514fe38fc8337f52affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< e075ec9b08f862dade8011481058f7eb5f716c57affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 97900f512252a59f23d6ce4ab215cc88fed66e68affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< e4ff4e3ffcf9d5aad380cdd1d8cdc008bb34f97daffected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 5189368f10903956be05062d160b2804bf5e5016affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 8930878101cd40063888a68af73b1b0f8b6c79bcaffected
… +10 条更多
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
atm: fore200e: fix use-after-free in tasklets during device removal
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: atm: fore200e: fix use-after-free in tasklets during device removal When the PCA-200E or SBA-200E adapter is being detached, the fore200e is deallocated. However, the tx_tasklet or rx_tasklet may still be running or pending, leading to use-after-free bug when the already freed fore200e is accessed again in fore200e_tx_tasklet() or fore200e_rx_tasklet(). One of the race conditions can occur as follows: CPU 0 (cleanup) | CPU 1 (tasklet) fore200e_pca_remove_one() | fore200e_interrupt() fore200e_shutdown() | tasklet_schedule() kfree(fore200e) | fore200e_tx_tasklet() | fore200e-> // UAF Fix this by ensuring tx_tasklet or rx_tasklet is properly canceled before the fore200e is released. Add tasklet_kill() in fore200e_shutdown() to synchronize with any pending or running tasklets. Moreover, since fore200e_reset() could prevent further interrupts or data transfers, the tasklet_kill() should be placed after fore200e_reset() to prevent the tasklet from being rescheduled in fore200e_interrupt(). Finally, it only needs to do tasklet_kill() when the fore200e state is greater than or equal to FORE200E_STATE_IRQ, since tasklets are uninitialized in earlier states. In a word, the tasklet_kill() should be placed in the FORE200E_STATE_IRQ branch within the switch...case structure. This bug was identified through static analysis.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
来源: 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存在安全漏洞,该漏洞源于fore200e驱动在设备移除时未正确取消任务队列,可能导致释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ 91f25749aaf57c47ae1e12478144e6ea8c8562f2 -
LinuxLinux 2.6.12 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-05-06 · 共 224 条

CVE-2026-431259.8 CRITICALLinux kernel 安全漏洞
CVE-2026-431869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-431859.8 CRITICALLinux kernel 安全漏洞
CVE-2026-431989.8 CRITICALLinux kernel 安全漏洞
CVE-2026-432089.8 CRITICALLinux kernel 安全漏洞
CVE-2026-431149.4 CRITICALLinux kernel 安全漏洞
CVE-2026-431179.1 CRITICALLinux kernel 安全漏洞
CVE-2026-431979.1 CRITICALLinux kernel 安全漏洞
CVE-2026-430839.1 CRITICALLinux kernel 安全漏洞
CVE-2026-432398.8 HIGHLinux kernel 安全漏洞
CVE-2026-431768.8 HIGHLinux kernel 安全漏洞
CVE-2026-432158.8 HIGHLinux kernel 安全漏洞
CVE-2026-432838.8 HIGHLinux kernel 安全漏洞
CVE-2026-431878.8 HIGHLinux kernel 安全漏洞
CVE-2026-431588.8 HIGHLinux kernel 安全漏洞
CVE-2026-431728.8 HIGHLinux kernel 安全漏洞
CVE-2026-432328.8 HIGHLinux kernel 安全漏洞
CVE-2026-431108.8 HIGHLinux kernel 安全漏洞
CVE-2026-431138.8 HIGHLinux kernel 安全漏洞
CVE-2026-431128.8 HIGHLinux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-43203

暂无评论


发表评论