Description
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.
Published: 2026-08-25
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure via HTTP Redirect
Action: Immediate Patch
AI Analysis

Impact

rclone versions prior to 1.74.4 fail to remove the X‑Amz‑Security‑Token header when an S3 redirect changes the scheme from HTTPS to HTTP on the same host. As a result, requests that originally used secure transport are re‑sent over an unencrypted connection, exposing the AWS STS session token in clear text within the request header. The exposed token can be leveraged by an attacker to impersonate the authenticated user or to gain unauthorized access to AWS resources. The weakness is characterized by CWE‑319, which involves the improper handling of sensitive information in transport.

Affected Systems

The vulnerability affects the rclone tool shipped before release 1.74.4. Users running any earlier version on any operating system are at risk. The affected product list includes rclone rclone and any distributions or packaged versions based on those upstream releases, as listed by the CNA. No specific platform restrictions are noted.

Risk and Exploitability

The CVSS base score of 9.3 signifies high severity, and the mechanism involves a publicly available redirect that can be triggered during normal S3 access. Because the issue arises when the same host is used for HTTPS to HTTP redirection, an attacker who can position themselves on the network path and capture plain HTTP traffic can steal the token. The EPSS score is not available, but the lack of public disclosures and the fact that the vulnerability is not catalogued in CISA’s KEV suggest that exploitation may be currently limited. Nonetheless, the high CVSS and the potential for token compromise imply that this risk should be treated as critical and mitigated without delay.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.74.4 or later, which removes the bug.
  • Configure rclone or the S3 service to enforce HTTPS for all redirects, preventing the downgrade to HTTP.
  • If an immediate upgrade is not possible, strip or discard the X‑Amz‑Security‑Token header when HTTP traffic is detected, or block HTTP traffic to the S3 endpoint altogether.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 23:30: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 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.
Title rclone before 1.74.4 Security Token Disclosure 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': 3.1, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}

cvssV4_0

{'score': 9.3, 'vector': '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T22:26:44.440Z

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

Link: CVE-2026-79782

cve-icon Vulnrichment

Updated: 2026-08-28T22:26:38.136Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-79782

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T17:30:07Z

Weaknesses
  • CWE-319

    Cleartext Transmission of Sensitive Information