Description
rclone before 1.75.0 mounts the pprof debug handler as its own router route, bypassing the fail-closed authentication rule in the main handler. Attackers can access the /debug/pprof/cmdline endpoint unauthenticated to retrieve the full process argv including backend credentials.
Published: 2026-08-25
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Exposure
Action: Immediate Patch
AI Analysis

Impact

rclone prior to 1.75.0 was mounting the pprof debug handler as a separate router route, which unintentionally bypassed the main handler’s fail‑closed authentication rule; as a result, an attacker could access the /debug/pprof/cmdline endpoint without authentication and retrieve the full process command line, exposing backend credentials and other sensitive data. This flaw represents a combination of sensitive data exposure (CWE-200) and authentication bypass (CWE-305).

Affected Systems

The vulnerability affects all installations of the rclone product from any release older than 1.75.0; no specific vendor or product version list is provided beyond the general "before 1.75.0" notation, so any host running rclone earlier than that version is potentially impacted.

Risk and Exploitability

The CVSS score of 6.9 classifies the issue as moderate severity, and the EPSS score of < 1% indicates a very low but nonzero likelihood of exploitation; it is not listed in the CISA KEV catalog; the attack requires network access to the rclone instance and the ability to issue an HTTP request to the exposed /debug/pprof/cmdline endpoint, which, if the service is reachable from an attacker’s network or the same host, allows them to retrieve credentials without any authentication.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.75.0 or newer where the authentication bypass has been corrected.
  • If an immediate upgrade is not possible, block or restrict access to the /debug/pprof/cmdline URL using firewall rules or by disabling the pprof debug interface via configuration or environment settings, thereby preventing unauthenticated access.
  • Remove or rotate any backend credentials that may have been exposed while the vulnerable version was in use, and audit logs for any unauthorized access attempts to the debug endpoint.

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

None

threat_severity

Important


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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', '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 1.75.0 mounts the pprof debug handler as its own router route, bypassing the fail-closed authentication rule in the main handler. Attackers can access the /debug/pprof/cmdline endpoint unauthenticated to retrieve the full process argv including backend credentials.
Title rclone before 1.75.0 Authentication Bypass via pprof
First Time appeared Rclone
Rclone rclone
Weaknesses CWE-200
CPEs cpe:2.3:a:rclone:rclone:*:*:*:*:*:*:*:*
Vendors & Products Rclone
Rclone rclone
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-25T17:27:57.096Z

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

Link: CVE-2026-79776

cve-icon Vulnrichment

Updated: 2026-08-25T17:27:36.553Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-79776

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-79776 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T15:00:07Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-305

    Authentication Bypass by Primary Weakness