SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-71364

HIGH · CVSS 7.2 EPSS 1.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-24 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

A path traversal vulnerability in AWX's project archive extraction allows attackers to exploit improperly handled archive member paths, enabling arbitrary file writes to locations outside the intended project directory. This could lead to severe consequences, including remote code execution, if an attacker controls the archive content. Organizations using AWX should prioritize remediation to mitigate the risk of exploitation, especially those handling sensitive data or operating in environments where file integrity is critical.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71364
Severity
HIGH
CVSS
7.2
EPSS
1.20%

Original NVD 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.