PT-2026-71084 · Pypi+1 · Kubernetes-Python+1
CVE-2026-73263
·
Published
2026-08-12
·
Updated
2026-08-13
CVSS v3.1
9.9
Critical
| Vector | AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Prowler versions prior to 5.36.0
Description
The Kubernetes provider connection test fails to properly validate
kubeconfig content containing a legacy GCP auth-provider. Specifically, the kubeconfig contains exec auth function in api/src/backend/api/v1/serializers.py only checks exec blocks, while the 'POST /api/v1/providers/{id}/connection' endpoint loads the configuration via config.load kube config from dict in prowler/providers/kubernetes/kubernetes provider.py. This allows an attacker to supply malicious commands through config.cmd-path and config.cmd-args, which are then executed via subprocess.Popen by the CommandTokenSource.token function in the kubernetes-python library on the shared worker, leading to remote code execution.Recommendations
Update to version 5.36.0.
Exploit
Fix
RCE
OS Command Injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Prowler
Kubernetes-Python