CVE-2026-44778
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.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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/inspektor-gadget/inspektor-gadgetGo | >= 0.28.0, < 0.53.1 | 0.53.1 |
Affected products
2- osv-coordsRange: < 0.0.20260723T184607-160000.1.1
- Range: 0.28.0 - 0.53.1
Patches
Vulnerability mechanics
References
7- github.com/advisories/GHSA-7cfq-5mhv-jrp9ghsaADVISORY
- github.com/inspektor-gadget/inspektor-gadget/commit/ec69da2e00c39bc43f389f943899e5ff9c7b011aghsaWEB
- github.com/inspektor-gadget/inspektor-gadget/pull/5547nvdWEB
- github.com/inspektor-gadget/inspektor-gadget/releases/tag/v0.53.1nvdWEB
- github.com/inspektor-gadget/inspektor-gadget/security/advisories/GHSA-7cfq-5mhv-jrp9nvdWEB
- github.com/inspektor-gadget/inspektor-gadget/commit/27263e50d6287891eee4d9a1cfae62681260e1a2nvd
- github.com/inspektor-gadget/inspektor-gadget/commit/aaffacc6a9e43b4de5ce8f8148e6c2d9a1ea6026nvd
News mentions
0No linked articles in our index yet.