CVE Catalog

CVE-2026-84724

MediumCVSS 6.6
Published: Updated: Translated: NVD NIST

Summary

An argument-injection flaw exists in the Ansible Automation Platform automation-controller system-job subsystem. The system-job template launch endpoint stores a user-supplied "days" variable without integer validation, and the dispatcher flattens the management-command argument list into a single space-separated string, so spaces become additional arguments. An authenticated superuser can inject arbitrary arguments, including Python's path option, into the awx-manage process.

Risk Assessment

Argument injection with control of the process search path can lead to remote code execution if an additional import gadget is present. Requires superuser privileges.

Recommendation

Upgrade Ansible Automation Platform to a version containing the fix. Restrict superuser privileges and verify validation of the "days" variable.

Other vulnerabilities in Ansible Automation Platform automation-controller

See all
Original NVD description (English source)

An argument-injection flaw was found in the Ansible Automation Platform automation-controller system-job subsystem. The system-job template launch endpoint stores a user-supplied "days" variable without running the integer validation defined elsewhere for that field, and the dispatcher flattens the management-command argument list into a single string with spaces before the job runner re-splits it, so spaces in the value become additional command-line arguments. Because system jobs are executed in-process on the control node without the container isolation applied to all other job types, an authenticated user with superuser privileges can inject arbitrary arguments — including Python's path option — into the control-plane awx-manage process, controlling its argument vector and the first entry of its module search path. Full remote code execution requires an additional import gadget that is not present in the current management commands, so the demonstrated impact is argument injection with control of the process search path rather than confirmed code execution.

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