Description
rclone versions before v1.75.0 fail to reject transport downgrades in redirect handling, allowing Basic authorization and Cookie headers to be replayed over plaintext HTTP after same-host HTTPS-to-HTTP redirects. An on-path attacker observing the plaintext hop can capture and reuse credentials to perform WebDAV operations with the compromised account's permissions.
Published: 2026-08-25
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Credential Theft
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows an attacker on the network path to intercept an HTTPS request that is redirected to HTTP, causing the client to retransmit Basic authentication and Cookie headers over an insecure connection. The attacker can capture these credentials and reuse them to perform WebDAV operations with the compromised account’s permissions. The flaw does not provide direct code execution or denial‑of‑service but results in credential compromise and unauthorized access to stored data.

Affected Systems

rclone packages before version 1.75.0 are affected. The vendor product is rclone rclone; no sub‑product or component distinction is noted. Any deployment using these older releases that performs HTTPS‑to‑HTTP redirects when accessing WebDAV resources is vulnerable.

Risk and Exploitability

The CVSS score of 6.0 indicates a moderate severity. The EPSS score is below 1%, reflecting a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The flaw requires an on‑path attacker who can observe the traffic between the client and a single host. The exploit is straightforward: observe the redirect, capture the credential headers, and replay them over HTTP. Security controls such as TLS enforcement, network segmentation, or disabling redirects mitigate the risk.

Generated by OpenCVE AI on August 31, 2026 at 14:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.75.0 or later.
  • Reconfigure rclone to disallow HTTP redirects or enforce HTTPS‑only transport for WebDAV requests.
  • Ensure that all authenticated traffic is transmitted over TLS and prevent Basic auth or cookie headers from being sent to untrusted endpoints.

Generated by OpenCVE AI on August 31, 2026 at 14:14 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
Weaknesses CWE-523
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description rclone versions before v1.75.0 fail to reject transport downgrades in redirect handling, allowing Basic authorization and Cookie headers to be replayed over plaintext HTTP after same-host HTTPS-to-HTTP redirects. An on-path attacker observing the plaintext hop can capture and reuse credentials to perform WebDAV operations with the compromised account's permissions.
Title rclone before v1.75.0 WebDAV Credential Exposure via HTTPS-to-HTTP Redirect
First Time appeared Rclone
Rclone rclone
Weaknesses CWE-319
CPEs cpe:2.3:a:rclone:rclone:*:*:*:*:*:*:*:*
Vendors & Products Rclone
Rclone rclone
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-27T16:45:55.566Z

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

Link: CVE-2026-79779

cve-icon Vulnrichment

Updated: 2026-08-27T16:12:40.835Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-79779

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-79779 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:15:06Z

Weaknesses
  • CWE-319

    Cleartext Transmission of Sensitive Information

  • CWE-523

    Unprotected Transport of Credentials