Description
Duplicati v2.3.0.1 backup software gives Authenticated Users MODIFY permissions that propagate to all subdirectories. Installing the software outside of the Program Files directory, or on a custom path, creates a LocalSystem service running from a directory that any standard local user can write to. A standard local user can overwrite any DLL in the service directory. On service restart, the OS loads the attacker's DLL before any managed code runs, executing arbitrary code as SYSTEM.
Published: 2026-07-22
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Duplicati v2.3.0.1 assigns MODIFY permissions to authenticated users that spread to all subdirectories. This is a CWE-732 weakness. As a result, installing the software outside the Program Files folder creates a LocalSystem service that runs from a directory writable by any standard local user, allowing a local attacker to replace a DLL in the service directory; when the service is restarted, Windows loads the attacker‑supplied DLL before executing the legitimate code, executing arbitrary code as SYSTEM.

Affected Systems

The impacted product is Duplicati backup software version 2.3.0.1, which is available for Windows operating systems. Users who installed the software on a non-default path or in a location with insufficient directory permissions are vulnerable. No other versions or operating systems were listed as affected.

Risk and Exploitability

The vulnerability is a high-severity privilege escalation, effectively giving a local attacker SYSTEM level execution. The existing EPSS score of < 1% indicates a very low exploitation probability, and the CVSS score of 7.8 confirms high severity. The vulnerability is not listed in CISA KEV, but the potential for arbitrary code execution still warrants immediate attention. The exploit requires only a standard local user account with write access to the installation directory and the ability to restart the service; no network component or elevated privileges are needed.

Generated by OpenCVE AI on August 3, 2026 at 23:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑published patch or upgrade to a version where the permission bug is fixed.
  • Restrict write permissions on the installation directory so that only SYSTEM or administrators can modify DLL files.
  • Reinstall Duplicati in the default Program Files location or otherwise ensure the service runs from a directory with restrictively set permissions; alternatively change the service to run as a non‑SYSTEM account if appropriate.

Generated by OpenCVE AI on August 3, 2026 at 23:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Mon, 27 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Duplicati
Duplicati duplicati
Weaknesses CWE-284
CWE-732
Vendors & Products Duplicati
Duplicati duplicati

Wed, 22 Jul 2026 17:45:00 +0000

Type Values Removed Values Added
Description Duplicati v2.3.0.1 backup software gives Authenticated Users MODIFY permissions that propagate to all subdirectories. Installing the software outside of the Program Files directory, or on a custom path, creates a LocalSystem service running from a directory that any standard local user can write to. A standard local user can overwrite any DLL in the service directory. On service restart, the OS loads the attacker's DLL before any managed code runs, executing arbitrary code as SYSTEM.
Title Duplicati backup software v2.3.0.1 is vulnerable to an incorrect permission assignment vulnerability
References

Subscriptions

Duplicati Duplicati
cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-07-27T17:03:37.752Z

Reserved: 2026-07-17T19:45:55.953Z

Link: CVE-2026-16157

cve-icon Vulnrichment

Updated: 2026-07-22T18:25:41.589Z

cve-icon NVD

Status : Deferred

Published: 2026-07-22T18:16:55.410

Modified: 2026-07-27T18:16:52.640

Link: CVE-2026-16157

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T23:30:17Z

Weaknesses
  • CWE-732

    Incorrect Permission Assignment for Critical Resource