Skip to main content

rclone CVE-2026-79782

| EUVDEUVD-2026-65540 CRITICAL
Cleartext Transmission of Sensitive Information (CWE-319)
2026-08-25 VulnCheck GHSA-mwgh-564g-j9ww
9.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
9.3 CRITICAL
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
5.9 MEDIUM

Network vector but requires a specific same-host scheme-downgrade redirect plus on-path interception (AC:H); impact is disclosure of the STS token only, so C:H with I:N/A:N.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:H/AT:P/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

4
Patch available
Aug 25, 2026 - 17:17 EUVD
Source Code Evidence Fetched
Aug 25, 2026 - 16:07 vuln.today
Analysis Generated
Aug 25, 2026 - 16:07 vuln.today
CVE Published
Aug 25, 2026 - 15:16 cve.org
CRITICAL 9.3

DescriptionCVE.org

rclone before 1.74.4 fails to strip the X-Amz-Security-Token header when an S3 redirect changes scheme from HTTPS to HTTP on the same host. Attackers can intercept plaintext HTTP traffic to capture AWS STS session tokens sent in request headers.

AnalysisAI

Cleartext disclosure of AWS STS session tokens affects rclone before 1.74.4 when its S3 backend follows a redirect that keeps the same host:port but downgrades the scheme from HTTPS to HTTP. The redirect-safety logic added in v1.74.3 (commit e7b1eb774) compares only URL.Host and ignores URL.Scheme, so the X-Amz-Security-Token header is re-sent over the now-plaintext connection, letting any passive observer on the path harvest the temporary credential. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Position on network path to S3 endpoint
Delivery
Victim runs rclone with STS session token
Exploit
Endpoint returns same-host https-to-http redirect
Execution
rclone re-sends X-Amz-Security-Token over plaintext
Persist
Capture STS token from cleartext headers
Impact
Reuse token to access AWS resources

Vulnerability AssessmentAI

Exploitation Requires the rclone S3 backend to be configured with temporary AWS credentials that include an STS session_token (assumed-role, CI, or Kubernetes IRSA setups), AND the configured S3 endpoint (via s3 remote or --s3-endpoint) to respond with a 3xx redirect to the same host:port that downgrades the scheme from https:// to http://, AND a passive attacker positioned on the resulting plaintext network path to read request headers. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The published CVSS 4.0 vector (AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H, score 9.3) rates this Critical with high impact across confidentiality, integrity, and availability, but that appears aggressive relative to the described mechanism: the primary, directly-caused effect is disclosure of an STS session token (a confidentiality loss), while integrity/availability impact is only indirect and contingent on what the captured token can subsequently do. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An operator configures an rclone S3 remote against a self-hosted or third-party S3-compatible endpoint using assumed-role temporary credentials, so requests carry an X-Amz-Security-Token header. The endpoint (compromised, or misconfigured behind a TLS front) answers a request with a 3xx redirect to the identical host:port over http:// instead of https://; rclone treats it as 'same host,' follows it, and re-sends the STS token in cleartext, where a passive on-path observer captures it and reuses it until it expires. …
Remediation Vendor-released patch: 1.74.4 - upgrade rclone to 1.74.4 or later, which extends the redirect check to compare URL.Scheme in addition to host (fix commit https://github.com/rclone/rclone/commit/1a28451ea6fc8ac1806b0e9923dcb5b3f543f7fa; advisory GHSA-gx4c-2hqx-cw2r). … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours: Inventory all rclone instances with S3 backends and identify those operating on internet-exposed or untrusted network paths where HTTP redirects might occur. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

More in Rclone

View all
CVE-2026-71312 HIGH POC
8.0 Aug 05

PowerShell smart-quote filename injection in rclone's SFTP backend allows an attacker who controls remote filenames to e

CVE-2020-28924 HIGH POC
7.5 Nov 19

An issue was discovered in Rclone before 1.53.3. Rated high severity (CVSS 7.5), this vulnerability is remotely exploita

CVE-2026-71311 MEDIUM POC
6.4 Aug 05

FTP CRLF injection in rclone before 1.75.0 allows an attacker who can place crafted filenames in a source namespace to i

CVE-2026-59733 HIGH POC
8.8 Jul 14

Path traversal in the `rclone serve restic --private-repos` REST server (versions prior to 1.74.4) allows an authenticat

CVE-2026-54572 HIGH POC
8.8 Jul 14

Arbitrary file write via symlink traversal in Rclone prior to 1.74.4 lets an attacker-controlled remote escape the local

CVE-2018-12907 HIGH
7.5 Jun 27

In Rclone 1.42, use of "rclone sync" to migrate data between two Google Cloud Storage buckets might allow attackers to t

CVE-2026-79775 HIGH
7.1 Aug 25

Denial-of-service vulnerabilities in rclone's archive backend SquashFS parser allow an attacker with write access to rcl

CVE-2026-79781 MEDIUM
6.9 Aug 25

Path traversal in rclone's serve s3 command (versions before 1.74.4) allows unauthenticated remote attackers to both rea

CVE-2026-79776 MEDIUM
6.9 Aug 25

Unauthenticated credential exposure in rclone before 1.75.0 allows remote attackers to retrieve backend storage secrets

CVE-2026-79779 MEDIUM
6.0 Aug 25

Credential exposure in rclone's WebDAV backend allows an adjacent on-path attacker to capture and replay Basic authentic

CVE-2026-79780 MEDIUM
6.0 Aug 25

Credential exposure in rclone before v1.75.0 allows network-adjacent attackers to capture IBM IAM bearer tokens during s

CVE-2026-79778 MEDIUM
6.0 Aug 25

Rclone before v1.75.0 panics in the WebDAV TUS creation handler when a transport failure returns a nil HTTP response, be

Share

CVE-2026-79782 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy