Skip to main content

Allegra EUVDEUVD-2025-17354

| CVE-2025-3485 HIGH
Path Traversal (CWE-22)
2025-06-06 zdi-disclosures@trendmicro.com
8.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.8 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
EUVD ID Assigned
Mar 14, 2026 - 18:10 euvd
EUVD-2025-17354
Analysis Generated
Mar 14, 2026 - 18:10 vuln.today
CVE Published
Jun 06, 2025 - 19:15 nvd
HIGH 8.8

DescriptionCVE.org

Allegra extractFileFromZip Directory Traversal Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Allegra. Authentication is required to exploit this vulnerability.

The specific flaw exists within the implementation of the extractFileFromZip method. The issue results from the lack of proper validation of a user-supplied path prior to using it in file operations. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-26524.

AnalysisAI

Directory traversal vulnerability in Allegra's extractFileFromZip method that allows authenticated attackers to execute arbitrary code on affected systems. The vulnerability stems from insufficient path validation, enabling remote code execution in the context of the running process. With a CVSS score of 8.8 and requiring only low-privilege authentication, this represents a significant risk to Allegra deployments, though exploitation requires prior authenticated access.

Technical ContextAI

The vulnerability exists in Allegra's file extraction functionality (extractFileFromZip method) and is classified as CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'). The root cause is the failure to properly sanitize user-supplied file paths before using them in file operations. An attacker can craft malicious path inputs containing directory traversal sequences (e.g., '../', '..\') to write files outside the intended extraction directory, potentially overwriting critical system files or placing executable code in directories within the application's execution path. This is a classic path traversal vulnerability that escalates to RCE due to the ability to write executable content to accessible locations. The vulnerability was previously tracked as ZDI-CAN-26524 in the Zero Day Initiative database.

RemediationAI

Immediate remediation steps: (1) Apply vendor-supplied security patches/updates to Allegra as soon as available from the vendor's security advisory; (2) If patches are not yet available, implement input validation by strictly sanitizing all user-supplied file paths before extraction—reject any path containing directory traversal sequences ('../', '..\', absolute paths, or symbolic links); (3) Enforce file extraction to a restricted sandbox directory with strict permissions; (4) Consider implementing a path canonicalization approach that resolves the final path and verifies it remains within the intended extraction directory; (5) Restrict file upload functionality to authenticated users with minimal privilege where possible; (6) Monitor file system access patterns for suspicious zip extraction activity. Consult vendor advisories at https://www.zerodayinitiative.com/advisories/ZDI-CAN-26524 and official Allegra security updates for patched version numbers and detailed remediation guidance.

Share

EUVD-2025-17354 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy