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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未对齐的原子读取,可能导致ARM64对齐故障和内核崩溃。

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

可能的 ATT&CK 技术 1 AI

T1055 · Process Injection

影响版本矩阵 10

厂商产品 版本范围状态
Linux Linux 4ee2a8cace3fb9a34aea6a56426f89d26dd514f3< 4bdc94d45d5459f0149085dfc1efe733c8e14f11 affected
4ee2a8cace3fb9a34aea6a56426f89d26dd514f3< 7e4ad34a8889a6a9e0f6cc7c55d02161fe31a199 affected
4ee2a8cace3fb9a34aea6a56426f89d26dd514f3< 607e923a3c1b2120de430b3dcde25ed8ad213c0a affected
4ee2a8cace3fb9a34aea6a56426f89d26dd514f3< 4ee7fa6cf78ff26d783d39e2949d14c4c1cd5e7f affected
6.11 affected
< 6.11 unaffected
6.12.77≤ 6.12.* unaffected
6.18.17≤ 6.18.* unaffected
… +2 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
net: ipv4: fix ARM64 alignment fault in multipath hash seed
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix ARM64 alignment fault in multipath hash seed `struct sysctl_fib_multipath_hash_seed` contains two u32 fields (user_seed and mp_seed), making it an 8-byte structure with a 4-byte alignment requirement. In `fib_multipath_hash_from_keys()`, the code evaluates the entire struct atomically via `READ_ONCE()`: mp_seed = READ_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed).mp_seed; While this silently works on GCC by falling back to unaligned regular loads which the ARM64 kernel tolerates, it causes a fatal kernel panic when compiled with Clang and LTO enabled. Commit e35123d83ee3 ("arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y") strengthens `READ_ONCE()` to use Load-Acquire instructions (`ldar` / `ldapr`) to prevent compiler reordering bugs under Clang LTO. Since the macro evaluates the full 8-byte struct, Clang emits a 64-bit `ldar` instruction. ARM64 architecture strictly requires `ldar` to be naturally aligned, thus executing it on a 4-byte aligned address triggers a strict Alignment Fault (FSC = 0x21). Fix the read side by moving the `READ_ONCE()` directly to the `u32` member, which emits a safe 32-bit `ldar Wn`. Furthermore, Eric Dumazet pointed out that `WRITE_ONCE()` on the entire struct in `proc_fib_multipath_hash_set_seed()` is also flawed. Analysis shows that Clang splits this 8-byte write into two separate 32-bit `str` instructions. While this avoids an alignment fault, it destroys atomicity and exposes a tear-write vulnerability. Fix this by explicitly splitting the write into two 32-bit `WRITE_ONCE()` operations. Finally, add the missing `READ_ONCE()` when reading `user_seed` in `proc_fib_multipath_hash_seed()` to ensure proper pairing and concurrency safety.
来源: 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存在安全漏洞,该漏洞源于未对齐的原子读取,可能导致ARM64对齐故障和内核崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 4ee2a8cace3fb9a34aea6a56426f89d26dd514f3 ~ 4bdc94d45d5459f0149085dfc1efe733c8e14f11 -
Linux Linux 6.11 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-23316 补丁与修复 (4)

同批安全公告 · Linux · 2026-03-25 · 共 116 条

CVE-2026-23395 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-31788 8.2 HIGH Linux kernel 安全漏洞
CVE-2026-23280 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23317 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23393 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23392 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23391 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23340 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23306 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23372 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23288 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23378 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23336 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23351 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23383 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23350 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-23364 7.4 HIGH Linux kernel 安全漏洞
CVE-2026-23294 7.0 HIGH Linux kernel 安全漏洞
CVE-2026-23358 Linux kernel 安全漏洞
CVE-2026-23357 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-23316

暂无评论


发表评论