๐Ÿ” CVE Alert

CVE-2026-53941

UNKNOWN 0.0

Inspektor Gadget Uprobe gadgets: unprivileged container's ld.so.cache causes high CPU utilization and container startup DoS

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-770
Vendor inspektor-gadget
Product inspektor-gadget
Published Sep 15, 2026
Stay Ahead of the Next One

Get instant alerts for inspektor-gadget inspektor-gadget

Be the first to know when new unknown vulnerabilities affecting inspektor-gadget inspektor-gadget are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

inspektor-gadget / inspektor-gadget
>= 0.27.0, < 0.53.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/inspektor-gadget/inspektor-gadget/security/advisories/GHSA-vjhx-2cqw-3q6q github.com: https://github.com/inspektor-gadget/inspektor-gadget/pull/5547 github.com: https://github.com/inspektor-gadget/inspektor-gadget/commit/2ca55021acf675b65040beff2a5ec348054be782 github.com: https://github.com/inspektor-gadget/inspektor-gadget/releases/tag/v0.53.1