SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-44778

LOW · CVSS 2.9 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the Inspektor Gadget toolset used for data collection and system inspection on Kubernetes clusters and Linux hosts, specifically in versions 0.28.0 to 0.53.1. It allows unprivileged containers to crash or exhaust the memory of the privileged Inspektor Gadget process through crafted ELF binaries, leading to a denial of service. Organizations utilizing custom USDT gadgets in their deployments should prioritize addressing this issue by upgrading to version 0.53.1 to mitigate potential disruptions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44778
Severity
LOW
CVSS
2.9
EPSS
0.46%
Linux Kubernetes

Original NVD 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.