CVE Catalog

CVE-2026-84502

CriticalCVSS 9.9
Published: Updated: Translated: NVD NIST

Summary

A flaw in Red Hat Ansible Automation Platform's automation-controller: the Project scm_url field is not validated against values that begin with a dash and is stored and passed verbatim to the git SCM module. Because the module runs git ls-remote with the URL as a positional argument and without a "--" separator, a git project URL such as "--upload-pack=<command>:x" is interpreted by git as the --upload-pack option and executed via a shell. A user with permission to create or modify a project in a single organization can thereby execute arbitrary commands on the control-plane task pod, with output reflected through the project update stdout endpoint, leading to cross-tenant compromise and in-cluster lateral movement.

Risk Assessment

A user with limited privileges can execute arbitrary commands in the cluster, potentially leading to privilege escalation and breach of tenant isolation.

Recommendation

Update Ansible Automation Platform to a patched version and restrict permissions to create and modify projects.

Other vulnerabilities in Ansible Automation Platform

See all
Original NVD description (English source)

A flaw was found in Red Hat Ansible Automation Platform's automation- controller. The Project scm_url field is not validated against values that begin with a dash and is stored and passed verbatim to the git SCM module. Because the module runs git ls-remote with the URL as a positional argument and without a "--" separator, a git project URL such as "--upload-pack=<command>:x" is interpreted by git as the --upload-pack option and executed via a shell. A user with permission to create or modify a project in a single organization can thereby execute arbitrary commands on the control-plane task pod, with output reflected through the project update stdout endpoint, leading to cross-tenant compromise and in-cluster lateral movement

Vulnerability data from NVD (NIST) · CISA KEV · EPSS