CVE-2026-76648
Last modified
CVE-2026-76648 is a high-severity vulnerability rated 8.5/10 on the CVSS scale. 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. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Red Hat | Red Hat Ansible Automation Platform 2.7 | All versions |
| Red Hat | Red Hat Ansible Automation Platform 2 | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-76648?
How severe is CVE-2026-76648?
How do I fix CVE-2026-76648?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7664IBM Langflow OSS 1.0.0 through 1.8.4 could allow unauthentic…9.8
- CVE-2026-76640Unitree G1 EDU firmware through 1.5.2 contains multiple chai…7.5
- CVE-2026-76641Expat through 2.8.3 contains an out-of-bounds read vulnerabi…7.5
- CVE-2026-76642util-linux versions through 2.41.5 and 2.42.2 fail to check …7.8
- CVE-2026-76646A remote attacker could cause excessive resource consumption…7.5
- CVE-2026-76647Leantime JSON-RPC API through version 3.9.0 contains a missi…8.8
- CVE-2026-76649A NULL pointer dereference vulnerability exists in TL-WR841N…5.3
- CVE-2026-7665The Essential Addons for Elementor – Popular Elementor Templ…5.3
- CVE-2026-76650A NULL pointer dereference vulnerability exists in TL-WR841N…5.3
- CVE-2026-76651A buffer overflow vulnerability exists in the embedded HTTP …5.3
- CVE-2026-76652An authenticated directory traversal vulnerability in file u…4.8
- CVE-2026-76653A missing authentication vulnerability in the VPN configurat…5.3
Are you affected by CVE-2026-76648?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
