CVE-2026-79783
Received Received - Intake

rclone Local Backend setuid/setgid Privilege Escalation

Vulnerability report for CVE-2026-79783, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: VulnCheck

Description

rclone before 1.74.4 fails to mask special permission bits when applying source-supplied mode metadata in the local backend, allowing attackers to set setuid/setgid bits on attacker-controlled files. When copying with metadata preservation from an untrusted remote, attackers can plant a setuid binary that escalates privileges to root if rclone runs as root, or to the service account user otherwise.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
rclone rclone to 1.74.4 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-732 The product specifies permissions for a security-critical resource in a way that allows that resource to be read or modified by unintended actors.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

rclone before 1.74.4 fails to mask special permission bits when applying source-supplied mode metadata in the local backend. Attackers can set setuid or setgid bits on files they control. If rclone runs as root, attackers can create a root-owned setuid binary to escalate privileges to root. If rclone runs as a non-root user, attackers can create a setuid binary owned by that user for lateral privilege escalation.

Detection Guidance

Check if your rclone version is 1.74.3 or earlier by running 'rclone version'. If vulnerable, inspect files copied with metadata preservation for unexpected setuid/setgid bits using 'ls -l' or 'find /path -perm /6000'.

Impact Analysis

If you use rclone versions 1.74.3 or earlier, an attacker who controls a remote source could plant a malicious setuid binary. If rclone runs as root, this could allow any local user to gain root privileges. Even if rclone runs as a non-root user, the attacker could escalate privileges to that user account.

Compliance Impact

This vulnerability could lead to unauthorized privilege escalation, potentially violating access control requirements in GDPR and HIPAA. If exploited, it may result in unauthorized data access or modification, compromising compliance with data protection and security standards.

Mitigation Strategies

Upgrade rclone to version 1.74.4 or later. Avoid running rclone as root. Disable metadata ownership preservation unless explicitly required. Use '--local-metadata-set-ownership' only when necessary.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-79783. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart