CVE-2026-41179: RClone: Unauthenticated operations/fsinfo allows attacker-controlled backend instantiation and local command execution
Rclone is a command-line program to sync files and directories to and from different cloud storage providers. Starting in version 1.48.0 and prior to version 1.73.5, the RC endpoint `operations/fsinfo` is exposed without `AuthRequired: true` and accepts attacker-controlled `fs` input. Because `rc.GetFs(...)` supports inline backend definitions, an unauthenticated attacker can instantiate an attacker-controlled backend on demand. For the WebDAV backend, `bearer_token_command` is executed during backend initialization, making single-request unauthenticated local command execution possible on reachable RC deployments without global HTTP authentication. Version 1.73.5 patches the issue.
Security readout for executives and security teams
Plain-English summary
CVE-2026-41179 lets an unauthenticated network user potentially make a reachable rclone remote-control service run local commands. It affects rclone 1.48.0 through 1.73.4 when RC is reachable and lacks global HTTP authentication. Exposed deployments should be treated as urgent.
Executive priority
Prioritize exposed RC services immediately. This is critical because no credentials or user interaction are required, and successful exploitation can lead to local command execution on the rclone host.
Technical view
The RC operations/fsinfo endpoint accepted attacker-controlled fs input without endpoint-level authentication. rc.GetFs supports inline backend definitions; the WebDAV backend can execute bearer_token_command during backend initialization. The advisory says rclone 1.73.5 patches this by requiring authentication for the vulnerable operation.
Likely exposure
Highest risk is internet- or network-reachable rclone RC deployments running versions >=1.48.0 and <1.73.5 without global HTTP authentication. Local-only or authenticated RC services have materially lower exposure, but should still be upgraded.
Exploitation context
The provided sources support single-request unauthenticated local command execution on reachable unauthenticated RC deployments. KEV is false, and the bundle does not provide evidence of active exploitation in the wild.
Researcher notes
Evidence ties the issue to missing AuthRequired on operations/fsinfo, inline backend creation through rc.GetFs, and WebDAV initialization behavior. Avoid assuming other backend execution paths unless independently confirmed.
Mitigation direction
Upgrade rclone to version 1.73.5 or later.
Require authentication for any rclone RC HTTP service.
Restrict RC access to trusted hosts or private management networks.
Disable RC exposure where remote control is not operationally required.
Check vendor advisories for downstream package fixes.
Validation and detection
Inventory rclone installations and record exact versions.
Identify systems running the rclone RC HTTP interface.
Confirm RC is not reachable from untrusted networks.
Verify global HTTP authentication is enforced on RC services.
Confirm upgraded instances are running 1.73.5 or later.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-306: Credential and account abuse lookup
Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
11Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.