๐Ÿ” CVE Alert

CVE-2026-44778

UNKNOWN 0.0

Inspektor Gadget: Unprivileged container can crash USDT note parser via crafted ELF

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.28.0 until 0.53.1, the USDT note parser in pkg/uprobetracer/usdt.go can allow an unprivileged container to crash or exhaust the memory of the privileged Inspektor Gadget process when a custom gadget containing a SEC("usdt/...") eBPF section attaches to a crafted ELF binary. The getUsdtInfo() function reads the .note.stapsdt section without validating that DescSize is large enough for three address fields, allowing an out-of-bounds slice operation to panic, and it uses untrusted NameSize and DescSize values for allocations that can consume gigabytes of memory. The parser also invokes debug/elf without panic recovery, allowing other malformed ELF structures to terminate the process. No gadget shipped by Inspektor Gadget uses USDT probes, so only deployments using custom USDT gadgets are affected, and the demonstrated impact is denial of service rather than code execution or privilege escalation. This issue is fixed in version 0.53.1.

CWE CWE-20
Vendor inspektor-gadget
Product inspektor-gadget
Published Sep 15, 2026
Last Updated 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.28.0, < 0.53.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/inspektor-gadget/inspektor-gadget/security/advisories/GHSA-7cfq-5mhv-jrp9 github.com: https://github.com/inspektor-gadget/inspektor-gadget/pull/5547 github.com: https://github.com/inspektor-gadget/inspektor-gadget/commit/27263e50d6287891eee4d9a1cfae62681260e1a2 github.com: https://github.com/inspektor-gadget/inspektor-gadget/commit/aaffacc6a9e43b4de5ce8f8148e6c2d9a1ea6026 github.com: https://github.com/inspektor-gadget/inspektor-gadget/releases/tag/v0.53.1