CVE-2026-73667

8.8

OpenChoreo · OpenChoreo

OpenChoreo contains an OS command injection vulnerability allowing authenticated users to execute arbitrary commands on the underlying Kubernetes host.

Executive summary

An OS command injection vulnerability in OpenChoreo allows authenticated attackers to execute arbitrary system commands, posing a severe risk to the entire Kubernetes environment.

Vulnerability

This vulnerability is an OS command injection flaw (CWE-78) occurring when the application fails to properly sanitize input before passing it to system commands. The vulnerability requires the attacker to be authenticated as a user with low privileges to trigger the command execution.

Business impact

Successful exploitation of this vulnerability permits an attacker to execute arbitrary code with the permissions of the application process. Given the context of a Kubernetes developer platform, this could lead to full container breakout, unauthorized access to sensitive cluster secrets, or total system compromise. The CVSS score of 8.8 reflects the high potential for impact on confidentiality, integrity, and availability.

Remediation

Immediate Action: Update OpenChoreo to a patched version as specified in the vendor security advisory.

Proactive Monitoring: Monitor system logs for suspicious process spawning or unexpected shell commands originating from the application service account.

Compensating Controls: Implement strict network segmentation and Kubernetes Pod Security Admissions to limit the blast radius of a potential container compromise.

Exploitation status

Public Exploit Available: False

Analyst recommendation

The severity of this command injection vulnerability necessitates immediate attention. Administrators should verify their current deployment version against the affected ranges provided and apply the vendor-supplied updates as a priority to prevent potential cluster-wide exploitation.