CVE-2026-29955

HIGH

KubePlus < 4.2.0 - OS Command Injection via /registercrd chartName Parameter

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-29955. PoCs published by b0b0haha.

AI-analyzed exploit summary This repository contains a functional exploit PoC for CVE-2026-29955, demonstrating command injection in KubePlus's kubeconfiggenerator component via the `chartName` parameter. The exploit leverages `shell=True` in `subprocess.Popen()` to execute arbitrary commands as root within the container.

Description

The `/registercrd` endpoint in KubePlus 4.14 in the kubeconfiggenerator component is vulnerable to command injection. The component uses `subprocess.Popen()` with `shell=True` parameter to execute shell commands, and the user-supplied `chartName` parameter is directly concatenated into the command string without any sanitization or validation. An attacker can inject arbitrary shell commands by crafting a malicious `chartName` parameter value.

Exploits (1)

nomisec WORKING POC
by b0b0haha · poc
https://github.com/b0b0haha/CVE-2026-29955

This repository contains a functional exploit PoC for CVE-2026-29955, demonstrating command injection in KubePlus's kubeconfiggenerator component via the `chartName` parameter. The exploit leverages `shell=True` in `subprocess.Popen()` to execute arbitrary commands as root within the container.

Classification
Working Poc 100%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: KubePlus kubeconfiggenerator component (version not specified)
No auth needed
Prerequisites: HTTP access to the `/registercrd` endpoint · KubePlus kubeconfiggenerator component running in a Kubernetes cluster
devstral-2 · analyzed Apr 28, 2026 Full analysis →

Scores

CVSS v3 8.8
EPSS 0.0218
EPSS Percentile 80.0%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact total

Details

CWE
CWE-94
Status published
Products (1)
cloudark/kubeplus < 4.2.0
Published Apr 13, 2026
Tracked Since Apr 14, 2026