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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53941— Inspektor Gadget 未授权容器 ld.so.cache 拒绝服务漏洞

一分钟漏洞结论

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

Inspektor Gadget 是一套基于 eBPF 的工具集和框架,用于在 Kubernetes 集群和 Linux 主机上进行数据收集和系统检查。 在 0.27.0 至 0.53.1 版本中,uprobe 库解析器允许非特权容器通过提供一个精心构造的 文件,在 uprobe 组件处于活动状态时,消耗过量 CPU 并阻塞其他容器的启动。 具体而言, 中的解析器过度信任 字段,导致进行大量迭代;使用 算术计算 时发生溢出;并在 中反复调用 函数。由于该函数内部对不可变字符串进行逐字节拼接,从而产生二次方级的时间复

CVSS 6.9 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Inspektor Gadget Uprobe gadgets: unprivileged container's ld.so.cache causes high CPU utilization and container startup DoS
来源: CVE Program / CVE List V5
Vulnerability Description
Inspektor Gadget is a set of tools and framework for data collection and system inspection on Kubernetes clusters and Linux hosts using eBPF. From 0.27.0 until 0.53.1, the uprobe library resolver can allow an unprivileged container to consume excessive CPU and block other containers from starting by supplying a crafted /etc/ld.so.cache file while an uprobe-based gadget is active. The parser in pkg/uprobetracer/ldcache_parser.go trusts EntryCount enough to perform excessive iteration, computes cache1Len with overflowing uint32 arithmetic, and repeatedly calls readStringFromBytes in pkg/uprobetracer/bytes.go, where byte-by-byte immutable string concatenation produces quadratic work. While this processing occurs, pkg/container-hook holds the fanotify container-start pause, allowing a crafted cache to delay startup for roughly a minute, prevent Docker from starting other containers, and degrade monitoring. Processing caches from already-running containers can still consume CPU but does not hold the new-container startup pause, and the advisory establishes no confidentiality or integrity impact. This issue is fixed in version 0.53.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
inspektor-gadget inspektor-gadget >= 0.27.0, < 0.53.1 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-53941 补丁与修复 (2)

CVE-2026-53941 厂商安全公告 (1)

CVE-2026-53941 厂商页面 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-53941

暂无评论


发表评论