CVE-2026-14947
Received Received - Intake

Directory Traversal in ZIP Archive Extraction Leading to RCE

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

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: CERT VDE

Description

A high-privileged remote attacker can upload malicious ZIP archive containing directory traversal sequences such as ../ can escape the intended extraction directory and write files to arbitrary locations on the server, potentially achieve arbitrary code execution due to improper validation of archive entry paths before writing files to disk which could result in full system compromise.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-24 The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "../" sequences that can resolve to a location that is outside of that directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability allows a high-privileged remote attacker to upload a malicious ZIP archive containing directory traversal sequences like ../. The improper validation of archive entry paths lets the attacker escape the intended extraction directory and write files to arbitrary locations on the server. This could lead to arbitrary code execution and full system compromise.

Detection Guidance

To detect this vulnerability, monitor for unexpected file writes outside intended directories, especially in web roots or system folders. Check logs for ZIP extraction operations with suspicious paths containing ../ sequences. Use tools like grep or find to search for recently modified files in unauthorized locations.

Impact Analysis

An attacker could exploit this to overwrite critical system files, install malware, or gain full control of the affected server. This may result in data theft, service disruption, or unauthorized access to sensitive information.

Compliance Impact

This vulnerability could lead to unauthorized data access or exfiltration, violating GDPR's data protection requirements and HIPAA's security rules. Non-compliance may result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Immediately update or patch the affected software to the latest version that fixes the directory traversal vulnerability in ZIP archive handling. Disable or restrict upload functionality if not required. Implement strict input validation for archive paths to prevent traversal sequences. Monitor system logs for unusual file writes or extraction attempts.

Chat Assistant

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

EPSS Chart