Description
rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys. Attackers can send requests with object keys like ../root-secret.txt to escape the bucket namespace and access files in the serve root directory.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote traversal enabling read and overwrite of root-level files
Action: Immediate Patch
AI Analysis

Impact

rclone serve s3 before 1.74.4 is vulnerable to a path traversal flaw triggered by dot-dot segments in S3 object keys. An attacker can craft keys such as "../root-secret.txt" to escape the bucket namespace and access arbitrary files in the serve root directory, causing unauthorized read and write operations that compromise confidentiality and integrity.

Affected Systems

The vulnerability affects all rclone installations prior to version 1.74.4. Any deployment using rclone serve s3 in that version range is susceptible if the service is reachable from external clients.

Risk and Exploitability

With a CVSS score of 6.9 the flaw is moderate in severity. The EPSS score is not available, and it is not listed in CISA’s KEV catalog, indicating no current widespread exploitation evidence. The likely attack vector is remote, via the S3-compatible API, where an attacker sends specially crafted object key requests to the running rclone service.

Generated by OpenCVE AI on August 25, 2026 at 16:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.74.4 or later to apply the vendor patch that removes the traversal logic.
  • If an upgrade is unavailable, restrict external access to the serve s3 endpoint or disable the feature until a fix can be applied.
  • In the meantime, run the service with restricted filesystem permissions, limiting the root directory to only the intended bucket data, to reduce the impact of potential traversal attempts.

Generated by OpenCVE AI on August 25, 2026 at 16:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Description rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys. Attackers can send requests with object keys like ../root-secret.txt to escape the bucket namespace and access files in the serve root directory.
Title rclone serve s3 Path Traversal via dot-dot object keys
First Time appeared Rclone
Rclone rclone
Weaknesses CWE-22
CPEs cpe:2.3:a:rclone:rclone:*:*:*:*:*:*:*:*
Vendors & Products Rclone
Rclone rclone
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T17:29:20.262Z

Reserved: 2026-08-25T14:32:37.762Z

Link: CVE-2026-79781

cve-icon Vulnrichment

Updated: 2026-08-25T17:28:54.289Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-25T16:17:30.080

Modified: 2026-09-10T20:46:19.780

Link: CVE-2026-79781

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T15:16:10Z

Links: CVE-2026-79781 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T17:00:04Z

Weaknesses
  • CWE-22

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