PatchSiren cyber security CVE debrief
CVE-2026-76648 Red Hat CVE debrief
PatchSiren debrief for CVE-2026-76648, a high-severity vulnerability in an unknown vendor's product, potentially allowing unauthorized data access. The vulnerability exists in the CopyAPIView of awx/awx/api/generics.py, specifically affecting POST requests that do not perform object-level Role-Based Access Control (RBAC). This oversight could lead to unauthorized data access if exploited. Defenders and administrators should assess exposure and prioritize mitigation, especially in systems handling sensitive data.
- Vendor
- Red Hat
- Product
- Red Hat Ansible Automation Platform 2.7
- CVSS
- HIGH 8.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-23
- Original CVE updated
- 2026-09-26
- Advisory published
- 2026-09-23
- Advisory updated
- 2026-09-26
Who should care
Defenders and administrators of systems using the affected product should assess exposure and prioritize mitigation, especially in systems handling sensitive data. The vulnerability's existence and impact require verification, and defenders should monitor system logs for potential exploitation attempts. Prioritization is crucial for systems with high sensitivity or those that could be targeted by attackers.
Why it matters
CVE-2026-76648 is a high-severity vulnerability in an unknown vendor's product, potentially allowing unauthorized data access. Defenders should prioritize verifying and mitigating this vulnerability, especially in systems handling sensitive data. The vulnerability's existence and impact require verification, and defenders should monitor system logs for potential exploitation attempts.
- Potential unauthorized data access
- Need for verification of vulnerability existence and impact
- Potential for exploitation attempts
- Priority for applying patches or updates
Technical summary
The CopyAPIView in awx/awx/api/generics.py does not perform object-level RBAC for POST requests. Specifically, the get() handler checks request.user.can_access(obj._class_, 'read', obj), but the post() handler only checks can_access(model, 'add', create_kwargs_check) and can_access(model, 'copy_related', obj). This discrepancy could allow unauthorized data access if an attacker can manipulate the POST request. The vulnerability affects JobTemplate, where can_add gates on inventory.use_role + project.use_role + execution_environment.read_role, and can_copy_related checks only credentials.use_role. None of these checks imply the caller can read the source JobTemplate.
Defensive priority
Defenders should prioritize verifying and mitigating this vulnerability, especially in systems handling sensitive data.
Recommended defensive actions
- Verify the vulnerability's existence and impact on your systems.
- Check for and apply any available patches or updates.
- Monitor system logs for potential exploitation attempts.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability is described in the CVE record and NVD entry, with limited additional information from other sources. The CVE record was published on 2026-09-23T19:19:15.030Z and has not been modified since then. The NVD entry provides further details on the vulnerability's impact and potential exploitation methods. However, due to limited information, defenders should verify the vulnerability's existence and impact on their systems.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-76648 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-76648
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-76648 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-76648
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://access.redhat.com/errata/RHSA-2026:71177
-
Source reference
Unverified legacy reference
URL: https://access.redhat.com/security/cve/CVE-2026-76648
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.