Description
rclone before v1.75.0 includes full Go stack traces in RC API error responses when panics occur. Attackers can trigger panics to leak internal file paths, module versions, goroutine states, and memory addresses.
Published: 2026-08-25
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Immediate Upgrade
AI Analysis

Impact

The vulnerability stems from rclone's RC API error handling. When a panic occurs, the API returns a full Go stack trace. This leak can reveal internal file paths, module names, goroutine states, and memory addresses, exposing sensitive implementation details. The flaw is classified as a CWE‑209 Information Exposure via Application Data.

Affected Systems

Affecting installations of rclone versions earlier than 1.75.0. The vulnerability applies to all platforms where the RC API is enabled. Version 1.75.0 and later rectify the issue by removing stack traces from RC API responses.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity vulnerability, and the EPSS score is not available, meaning the likelihood of exploitation cannot be precisely quantified. The vulnerability is not listed in CISA KEV. The attack most likely involves sending a crafted request to the RC API endpoint to trigger a panic, a feasible action for any user with network access to the API. As a result, the flaw could allow an attacker to gain internal system information through a simple API call.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to rclone version 1.75.0 or later to eliminate the stack trace leak in RC API responses.
  • Disable or restrict public access to the RC API endpoints if the feature is not required, limiting it to trusted users or secure networks.
  • If an upgrade cannot be applied immediately, configure custom error handling or a middleware layer to filter or obfuscate stack trace information before it is sent to clients.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Low


Fri, 28 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description rclone before v1.75.0 includes full Go stack traces in RC API error responses when panics occur. Attackers can trigger panics to leak internal file paths, module versions, goroutine states, and memory addresses.
Title rclone before v1.75.0 Information Disclosure via RC API
First Time appeared Rclone
Rclone rclone
Weaknesses CWE-209
CPEs cpe:2.3:a:rclone:rclone:*:*:*:*:*:*:*:*
Vendors & Products Rclone
Rclone rclone
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T22:25:36.423Z

Reserved: 2026-08-25T14:29:43.528Z

Link: CVE-2026-79777

cve-icon Vulnrichment

Updated: 2026-08-28T22:25:31.215Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-79777

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-79777 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T18:00:14Z

Weaknesses
  • CWE-209

    Generation of Error Message Containing Sensitive Information