Description
Duplicacy through 3.2.5 contains a path traversal vulnerability in the restore function that fails to validate entry paths deserialized from snapshot files. Attackers can craft malicious snapshot entries with directory traversal sequences to write files outside the restore directory to arbitrary locations accessible by the restoring user.
Published: 2026-08-28
Score: 6.1 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Duplicacy up to version 3.2.5 fails to validate entry paths deserialized from snapshot files during restore. This allows an attacker to craft malicious snapshot entries containing directory traversal sequences, which the restore process interprets without sanitization, enabling the attacker to write files outside the intended restore directory to arbitrary locations that the restoring user can access.

Affected Systems

The vulnerability affects the Duplicacy backup utility created by gilbertchen. Any installation of Duplicacy at or before release 3.2.5 is susceptible to this flaw.

Risk and Exploitability

The vulnerability carries a CVSS score of 6.1, indicating moderate risk. While the EPSS score is unavailable and it is not listed in the CISA KEV catalog, the ability to write arbitrary files can lead to configuration tampering or execution of malicious code if the written file is later executed. The attack vector is inferred to require an attacker to supply a malicious snapshot file or otherwise manipulate snapshot contents before restoration, as the description does not mention remote exploitation. Consequently, the risk is moderate but significant for systems that accept untrusted snapshots or lack proper integrity checks.

Generated by OpenCVE AI on August 28, 2026 at 22:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Duplicacy to a patched version (>=3.2.6) that addresses the path traversal flaw.
  • If an upgrade is not immediately possible, restrict restore operations to snapshots that have been verified for integrity and authenticity before restoration.
  • Ensure that snapshots are stored in a secure, access‑controlled location and configure file system permissions to prevent the restoring user from writing to critical system locations.

Generated by OpenCVE AI on August 28, 2026 at 22:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Duplicacy through 3.2.5 contains a path traversal vulnerability in the restore function that fails to validate entry paths deserialized from snapshot files. Attackers can craft malicious snapshot entries with directory traversal sequences to write files outside the restore directory to arbitrary locations accessible by the restoring user.
Title Duplicacy Path Traversal during Restore via Unsanitized Snapshot Paths
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 6.1, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T20:28:04.153Z

Reserved: 2026-08-28T11:12:36.348Z

Link: CVE-2026-82264

cve-icon Vulnrichment

Updated: 2026-08-28T20:27:57.841Z

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:16.923

Modified: 2026-08-28T22:16:55.610

Link: CVE-2026-82264

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:30:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')