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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一个操作系统内核。 Linux kernel 6.13版本存在安全漏洞,该漏洞源于sctp模块的auth_enable sysctl处理程序在修改net.sctp.auth_enable后更新SCTP控制套接字时,处理程序从ctl->data获取per-net SCTP状态,导致已打开的sysctl文件在网络命名空间拆除时仍可访问该命名空间,从而造成释放后重用。

CVSS 7.8 · High EPSS 0.17% · P7

可能的 ATT&CK 技术 1 AI

T1552.012

影响版本矩阵 26

厂商产品 版本范围状态
Linux Linux 10c869a52f266e40f548cc3c565d14930a5edafc< 19573dcddb8819fd68d6cd1f916c1c99c3fa4ff4 affected
dc583e7e5f8515ca489c0df28e4362a70eade382< ceb7190b5c873d4a1267a1600c5aa52c600e929f affected
bd2a2939423566c654545fa3e96a656662a0af9e< fd66854a22661929245f3d2b244c432bc8b1a150 affected
1b67030d39f2b00f94ac1f0af11ba6657589e4d3< 158f3cc332dc53f43ec20060233d7c3cecd6d912 affected
7ec30c54f339c640aa7e49d7e9f7bbed6bd42bf6< 66700c0719675e0e118ae83b2d7168dacd69dd3d affected
c184bc621e3cef03ac9ba81a50dda2dae6a21d36< 626bda8cfe43dff19a9833ff6ba055a817b5455c affected
15649fd5415eda664ef35780c2013adeb5d9c695< be6aae9d1b91c603adb35872d37d40e83daf8758 affected
15649fd5415eda664ef35780c2013adeb5d9c695< a50e73488e0bbdd262b3be3c9a1d8dd078382381 affected
… +18 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
sctp: avoid auth_enable sysctl UAF during netns teardown
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: sctp: avoid auth_enable sysctl UAF during netns teardown proc_sctp_do_auth() updates the SCTP control socket after changing net.sctp.auth_enable. The handler gets the per-net SCTP state from ctl->data, so an already opened sysctl file can still target a network namespace while that namespace is being torn down. SCTP previously registered its per-net sysctls from sctp_defaults_init(), while the control socket is created later from sctp_ctrlsock_init(). This exposed a window during initialization where auth_enable was writable before net->sctp.ctl_sock existed, and a teardown window where auth_enable stayed writable after inet_ctl_sock_destroy() had released the control socket. Move the per-net SCTP sysctl registration into sctp_ctrlsock_init() after sctp_ctl_sock_init() succeeds, and unregister the sysctl table before destroying the control socket in sctp_ctrlsock_exit(). If sysctl registration fails after the control socket was created, destroy the control socket in the same init path. Make sctp_sysctl_net_unregister() tolerate a missing header and clear the saved pointer so init-error and exit paths can safely share the unregister helper.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/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 kernel 6.13版本存在安全漏洞,该漏洞源于sctp模块的auth_enable sysctl处理程序在修改net.sctp.auth_enable后更新SCTP控制套接字时,处理程序从ctl->data获取per-net SCTP状态,导致已打开的sysctl文件在网络命名空间拆除时仍可访问该命名空间,从而造成释放后重用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 10c869a52f266e40f548cc3c565d14930a5edafc ~ 19573dcddb8819fd68d6cd1f916c1c99c3fa4ff4 -
Linux Linux 6.13 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

同批安全公告 · Linux · 2026-08-10 · 共 344 条

CVE-2026-68136 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68144 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68127 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68302 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68154 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68156 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68158 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68159 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68160 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68300 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68161 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68117 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68388 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68137 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68426 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68385 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68123 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68381 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68170 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-68124 9.6 CRITICAL Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-68162

暂无评论


发表评论