<Vulnerability name="CVE-2026-59733">
    <DocumentDistribution xml:lang="en">Copyright © 2012 Red Hat, Inc. All rights reserved.</DocumentDistribution>
    <ThreatSeverity>Moderate</ThreatSeverity>
    <PublicDate>2026-07-14T21:38:37</PublicDate>
    <Bugzilla id="2500770" url="https://bugzilla.redhat.com/show_bug.cgi?id=2500770" xml:lang="en:us">
rclone: Rclone: Unauthorized access to private repositories via directory traversal
    </Bugzilla>
    <CVSS3 status="draft">
        <CVSS3BaseScore>7.5</CVSS3BaseScore>
        <CVSS3ScoringVector>CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H</CVSS3ScoringVector>
    </CVSS3>
    <CWE>CWE-22</CWE>
    <Details xml:lang="en:us" source="Mitre">
Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Prior to 1.74.4, rclone serve restic --private-repos enforces authorization using the routed user path segment while building the backend object key from the raw uncleaned URL path, allowing an authenticated user to include .. in a request such as //..//config and read, overwrite, or delete another user's private repository on backends that clean path components. This issue is fixed in version 1.74.4.
    </Details>
    <Details xml:lang="en:us" source="Red Hat">
A flaw was found in Rclone. When using the `rclone serve restic --private-repos` command, an authenticated user can include directory traversal sequences (e.g., `..`) in a request. This allows them to bypass authorization and read, overwrite, or delete another user's private repository on backends that clean path components. This vulnerability can lead to significant information disclosure, data integrity issues, and denial of service for other users' data.
    </Details>
    <Statement xml:lang="en:us">
This Moderate flaw in Rclone's `serve restic --private-repos` command allows an authenticated attacker to bypass authorization. By using directory traversal sequences in requests, an attacker can access, modify, or delete other users' private repositories. This could lead to unauthorized data access and integrity issues for users of affected Rclone services.
    </Statement>
    <Mitigation xml:lang="en:us">
To mitigate this issue, avoid using the `rclone serve restic --private-repos` command if its functionality is not strictly required.
Upgrading to v1.74.4 fixes the issue.
    </Mitigation>
    <References xml:lang="en:us">
https://www.cve.org/CVERecord?id=CVE-2026-59733
https://nvd.nist.gov/vuln/detail/CVE-2026-59733
https://github.com/rclone/rclone/commit/015fd0eba1cb138eef081517795fed47a2873f2d
https://github.com/rclone/rclone/commit/dade21c1616035b044df0eef7ee6a85aeb06a139
https://github.com/rclone/rclone/releases/tag/v1.74.4
https://github.com/rclone/rclone/security/advisories/GHSA-fqj9-69pf-6pjg
    </References>
</Vulnerability>