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

目标: 1000 元 · 已筹: 1336

100%

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

一分钟漏洞结论

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

Linux kernel是美国Linux基金会开源的一款操作系统内核。 Linux kernel 4.19版本存在安全漏洞,该漏洞源于slimbus qcom-ngd-ctrl在创建ngd之前注册回调,导致回调在未初始化数据上操作,可能造成受影响的设备启动问题。

AI 预测 5.5 利用难度: 困难 EPSS 0.13% · P3

影响版本矩阵 18

厂商产品 版本范围状态
Linux Linux 917809e2280bb83994be8b642373fd941d40c407< 946b97d632f0f58a705dafac644c1e9346e01f35 affected
917809e2280bb83994be8b642373fd941d40c407< 2047eeb38db878a31f58db19d98f8aedf284342e affected
917809e2280bb83994be8b642373fd941d40c407< afc631e246936a40558f494112a4188401382671 affected
917809e2280bb83994be8b642373fd941d40c407< 290014c7987636e6105bba89fa04cb4d59f775c1 affected
917809e2280bb83994be8b642373fd941d40c407< fa3790c7ea98328ddc3f7d8bf40247556245a6fc affected
917809e2280bb83994be8b642373fd941d40c407< 24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753 affected
917809e2280bb83994be8b642373fd941d40c407< 08564e15c47a5fb0af6643a43ee15521d49bcdea affected
917809e2280bb83994be8b642373fd941d40c407< 2a9d50e9ea406e0c8735938484adc20515ef1b47 affected
… +10 条更多
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd When the remoteproc starts in parallel with the NGD driver being probed, or the remoteproc is already up when the PDR lookup is being registered, or in the theoretical event that we get an interrupt from the hardware, these callbacks will operate on uninitialized data. This result in issues to boot the affected boards. One such example can be seen in the following fault, where qcom_slim_ngd_ssr_pdr_notify() schedules work on the NULL ngd_up_work. [ 21.858578] ------------[ cut here ]------------ [ 21.858745] WARNING: kernel/workqueue.c:2338 at __queue_work+0x5e0/0x790, CPU#2: kworker/2:2/116 ... [ 21.859251] Call trace: [ 21.859255] __queue_work+0x5e0/0x790 (P) [ 21.859265] queue_work_on+0x6c/0xf0 [ 21.859273] qcom_slim_ngd_ssr_pdr_notify+0x110/0x150 [slim_qcom_ngd_ctrl] [ 21.859304] qcom_slim_ngd_ssr_notify+0x24/0x40 [slim_qcom_ngd_ctrl] [ 21.859318] notifier_call_chain+0xa4/0x230 [ 21.859329] srcu_notifier_call_chain+0x64/0xb8 [ 21.859338] ssr_notify_start+0x40/0x78 [qcom_common] [ 21.859355] rproc_start+0x130/0x230 [ 21.859367] rproc_boot+0x3d4/0x518 ... Move the enablement of interrupts, and the registration of SSR and PDR until after the NGD device has been registered. This could be further refined by moving initialization to the control driver probe and by removing the platform driver model from the picture.
来源: 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 kernel 4.19版本存在安全漏洞,该漏洞源于slimbus qcom-ngd-ctrl在创建ngd之前注册回调,导致回调在未初始化数据上操作,可能造成受影响的设备启动问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
Linux Linux 917809e2280bb83994be8b642373fd941d40c407 ~ 946b97d632f0f58a705dafac644c1e9346e01f35 -
Linux Linux 4.19 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53332 补丁与修复 (6)

同批安全公告 · Linux · 2026-07-01 · 共 31 条

CVE-2026-53355 9.8 CRITICAL Linux kernel 安全漏洞
CVE-2026-53354 8.8 HIGH Linux kernel 安全漏洞
CVE-2026-53356 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53341 7.8 HIGH Linux kernel 安全漏洞
CVE-2026-53329 7.0 HIGH Linux kernel 安全漏洞
CVE-2026-53342 Linux kernel 安全漏洞
CVE-2026-53353 Linux kernel 安全漏洞
CVE-2026-53352 Linux kernel 安全漏洞
CVE-2026-53351 Linux kernel 安全漏洞
CVE-2026-53350 Linux kernel 安全漏洞
CVE-2026-53348 Linux kernel 安全漏洞
CVE-2026-53349 Linux kernel 安全漏洞
CVE-2026-53346 Linux kernel 安全漏洞
CVE-2026-53347 Linux kernel 安全漏洞
CVE-2026-53344 Linux kernel 安全漏洞
CVE-2026-53345 Linux kernel 安全漏洞
CVE-2026-53343 Linux kernel 安全漏洞
CVE-2026-53327 Linux kernel 安全漏洞
CVE-2026-53340 Linux kernel 安全漏洞
CVE-2026-53339 Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-53332

暂无评论


发表评论