Skip to content
Red HatCVE-2026-76648

Red Hat Ansible Automation Platform 2: missing authorization

High8.5CVE-2026-76648 · Published Sep 23, 2026 · updated Sep 24, 2026

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.

Red Hat advisory

Affected versions

PackageAffectedFixed in
Red Hat Ansible Automation Platform 2
Product
all versionsNo fix yet
all versionsNo fix yet
Details and references

More Red Hat advisories

All Red Hat
Advisory
Red Hat OpenShift Container Platform 4: path traversal
High7.5Sep 23
Red Hat OpenShift Container Platform 4: attacker could send requests
High7.2Sep 23
Red Hat librsvg.: use after free
High7.8Sep 23
Red Hat: argument injection
Medium6.6Sep 23
A flaw was found in the Ansible Automation Platform automation controller
High7.2Sep 23
Red Hat: incomplete denylist
High7.1Sep 23

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.