๐Ÿ” CVE Alert

CVE-2026-71465

LOW 3.1

Automation-controller: automation-controller-container: automation-controller: ad-hoc command limit field allows cli argument injection into ansible executable

CVSS Score
3.1
EPSS Score
0.0%
EPSS Percentile
0th

RunAdHocCommand.build_args() appends limit as bare positional (args.append(limit)) instead of using args.extend(['-l', limit]) like RunJob. A limit beginning with - is parsed as an ansible CLI option. Currently limited to short-circuit flags (--version, --help) since injected element displaces required pattern positional. Would escalate if ansible-core ever defaults pattern.

CWE CWE-88
Vendor red hat
Product red hat ansible automation platform 2
Published Sep 23, 2026
Stay Ahead of the Next One

Get instant alerts for red hat red hat ansible automation platform 2

Be the first to know when new low vulnerabilities affecting red hat red hat ansible automation platform 2 are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

Red Hat / Red Hat Ansible Automation Platform 2
All versions affected
Red Hat / Red Hat Ansible Automation Platform 2
All versions affected
Red Hat / Red Hat Ansible Automation Platform 2
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
access.redhat.com: https://access.redhat.com/security/cve/CVE-2026-71465 bugzilla.redhat.com: https://bugzilla.redhat.com/show_bug.cgi?id=2512375

Credits

This issue was discovered by Chris Meyers (Red Hat).