๐Ÿ” CVE Alert

CVE-2026-76648

HIGH 8.5

Automation-controller: automation-controller-container: aap controller: copyapiview.post() missing read authorization check enables job template secret recovery

CVSS Score
8.5
EPSS Score
0.0%
EPSS Percentile
0th

CopyAPIView (awx/awx/api/generics.py:873) sets permission_classes = (IsAuthenticated,), so DRF's get_object() performs no object-level RBAC. The get() handler (lines 988โ€“991) explicitly guards with request.user.can_access(obj._class_, 'read', obj) โ€” but post() (lines 1001โ€“1010) does not. POST only checks: can_access(model, 'add', create_kwargs_check) can_access(model, 'copy_related', obj) For JobTemplate, can_add (awx/awx/main/access.py:1465โ€“1520) gates on inventory.use_role + project.use_role + execution_environment.read_role โ€” resource-level roles that do not imply read on the source JT โ€” and can_copy_related (1522โ€“1534) checks only credentials.use_role. None of these imply the caller can read the source JT.

CWE CWE-862
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 high 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:L/PR:L/UI:N/S:C/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
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
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-76648 bugzilla.redhat.com: https://bugzilla.redhat.com/show_bug.cgi?id=2519720

Credits

Red Hat would like to thank Chris Meyers for reporting this issue.