Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-44778
Published:June 22, 2026
Updated:August 27, 2026
A malicious container can crash or destabilize the privileged Inspektor Gadget process when a gadget using USDT probes is deployed. The vulnerability is in the USDT note parser ("pkg/uprobetracer/usdt.go") which is invoked when a gadget with a "SEC("usdt/...")" section attaches to a target binary. An unprivileged process can place a crafted ELF binary at the expected library path, triggering one of two attack vectors: 1. Panic (immediate crash): A stapsdt note with a small "DescSize" causes an out-of-bounds slice access, panicking the IG process. 2. Memory exhaustion (OOM kill): A stapsdt note with a very large "NameSize" or "DescSize" causes IG to allocate up to ~4 GiB of memory, which can killnthe process if deployed with memory restrictions (e.g., cgroup limits). Important: The vulnerability is only triggered when running a gadget that uses USDT probes (i.e., contains a "SEC("usdt/...")" eBPF section). No gadget shipped by the Inspektor Gadget project uses USDT today. Users who deploy their own custom USDT gadgets are affected.
Affected Packages
https://github.com/inspektor-gadget/inspektor-gadget.git (GITHUB):
Affected version(s) >=v0.28.0 <v0.53.1
Fix Suggestion:
Update to version v0.53.1
github.com/inspektor-gadget/inspektor-gadget (GO):
Affected version(s) >=v0.28.0 <v0.53.1
Fix Suggestion:
Update to version v0.53.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
2.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
Exploit Maturity
POC
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Improper Input Validation