CVE-2026-71364
Received Received - Intake

Path Traversal in AWX Project Archive Extraction

Vulnerability report for CVE-2026-71364, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: redhat-SADP

Description

A path traversal vulnerability was found in AWX's project archive extraction. The project_archive action plugin extracts zip and tar archive members by joining the project directory path with the member filename without performing path normalization, boundary validation, or rejecting directory traversal sequences. A malicious archive containing members with path traversal components can write files to arbitrary locations on the execution node's filesystem outside the intended project directory. An attacker who controls the archive content, either through a compromised upstream source, a malicious archive URL, or a man-in-the-middle attack on a plain HTTP connection, can achieve arbitrary file writes as the user performing the extraction, potentially leading to remote code execution through mechanisms such as cron files, SSH authorized keys, or playbook content injection.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-24
Last Modified
2026-08-24
Generated
2026-08-24
AI Q&A
2026-08-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
redhat awx *
red_hat ansible_automation_platform From 2.5 (inc)
red_hat ansible_automation_platform From 2.6 (inc)
red_hat awx *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a path traversal vulnerability in AWX's project archive extraction feature. When extracting zip or tar archives, the system joins the project directory path with archive member filenames without validating paths. This allows malicious archives to write files outside the intended project directory on the execution node's filesystem.

Detection Guidance

To detect this vulnerability, monitor for unexpected file writes outside project directories during archive extraction. Check AWX logs for project update operations with scm_type='archive'. Inspect filesystem for files modified by the AWX service user in unintended locations. Review network traffic for unencrypted HTTP connections to archive sources.

Impact Analysis

An attacker who controls archive content can write arbitrary files on the system as the AWX service user. This could lead to remote code execution by manipulating files like cron jobs, SSH authorized keys, or playbook content. The impact depends on deployment type: containerized environments may limit exposure while RPM-based deployments run with host privileges.

Compliance Impact

This vulnerability could lead to unauthorized file access, modification, or execution, potentially violating data integrity and confidentiality requirements in GDPR and HIPAA. Unauthorized file writes might expose sensitive data or allow system compromise, creating compliance violations related to access controls and data protection.

Mitigation Strategies

Apply available patches from Red Hat for Red Hat Ansible Automation Platform 2.5 and 2.6. Avoid using archive-type projects until patched. Ensure all archive sources use HTTPS with valid certificates from trusted providers. Restrict project creation permissions to trusted administrators only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-71364. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart