CVE-2026-84502

Published Sep 23, 2026

Last updated 2 days ago

CVSS critical 9.9
Git
Red Hat Ansible Automation Platform
Automation Controller

Overview

AI description

Automated description summarized from trusted sources.

CVE-2026-84502 is a vulnerability identified in the automation-controller component of Red Hat Ansible Automation Platform. The flaw stems from insufficient validation of the `Project scm_url` field. This field, when not properly sanitized, is passed directly to the `git SCM` module. Specifically, the `git ls-remote` command, which is executed by the module, does not use a "--" separator. This oversight allows a malicious Git project URL, crafted to begin with a dash (e.g., "--upload-pack=<command>:x"), to be interpreted as a `git` option. Consequently, an authenticated user with permissions to create or modify a project within a single organization can execute arbitrary commands on the control-plane task pod, with the output visible through the project update stdout endpoint. This can lead to cross-tenant compromise and lateral movement within the cluster.

Description
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
Source
secalert@redhat.com
NVD status
Awaiting Analysis

Risk scores

CVSS 3.1

Type
Secondary
Base score
9.9
Impact score
6
Exploitability score
3.1
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Severity
CRITICAL

Weaknesses

secalert@redhat.com
CWE-88

Social media

Hype score
Not currently trending