Description
rclone versions >= v1.72.0 and <= v1.74.4 (fixed in v1.75.0) contain multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser, which relies on the github.com/diskfs/go-diskfs dependency. The parser fails to validate attacker-controlled superblock and metadata values before use. An attacker who can place or modify a SquashFS image in storage exposed through an rclone :archive: remote can craft a malicious image that triggers an integer division-by-zero panic (zero block size), an out-of-bounds slice panic (out-of-range inode metadata offset), or a non-progress CPU loop (truncated metadata stream). Variants 1 and 2 terminate the rclone process and, via 'rclone serve sftp', can crash the entire SFTP server; variant 3 causes sustained CPU consumption. Parsing is lazy, so a victim or remote client must address or descend into the malicious archive object to trigger it.
Published: 2026-08-25
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

The vulnerability resides in rclone’s SquashFS parser within the archive backend. The parser does not validate attacker‑controlled superblock and metadata values before use, enabling malicious images to trigger integer division‑by‑zero panics, out‑of‑bounds slice panics, or a sustained CPU loop. When these faults occur the rclone process terminates, and if rclone is being used to serve SFTP, the entire SFTP server can crash. The impact is a loss of service availability for clients interacting with the affected archive.

Affected Systems

All rclone installations using versions v1.72.0 through v1.74.4 inclusive are affected. The vendor is rclone, and the issue lies specifically in the :archive: backend handling of SquashFS images. Versions v1.75.0 and later contain the fix.

Risk and Exploitability

The CVSS score of 7.1 indicates a severe availability impact. The EPSS score is < 1%, indicating a very low but non‑zero likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Exploitation requires an attacker to place or modify a SquashFS image in a storage location that is exposed through an rclone :archive: remote. Since the parser operates lazily, a remote client or any process that enumerates or accesses the malicious archive object must trigger the fault. The likely attack vector is remote or local access to the archive remote; it can also be triggered through an SFTP session if rclone is serving SFTP.

Generated by OpenCVE AI on September 1, 2026 at 17:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade rclone to version 1.75.0 or later, where the SquashFS parser bug has been fixed.
  • If an upgrade is not immediately possible, isolate or block untrusted SquashFS files from the :archive: storage location to prevent malicious images from being parsed.
  • Deploy network or application level controls to restrict or monitor access to the rclone :archive: remote, ensuring that only authenticated and trusted users can upload or modify archive files.

Generated by OpenCVE AI on September 1, 2026 at 17:54 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
Weaknesses CWE-369
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 16: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 versions >= v1.72.0 and <= v1.74.4 (fixed in v1.75.0) contain multiple denial-of-service vulnerabilities in the archive backend's SquashFS parser, which relies on the github.com/diskfs/go-diskfs dependency. The parser fails to validate attacker-controlled superblock and metadata values before use. An attacker who can place or modify a SquashFS image in storage exposed through an rclone :archive: remote can craft a malicious image that triggers an integer division-by-zero panic (zero block size), an out-of-bounds slice panic (out-of-range inode metadata offset), or a non-progress CPU loop (truncated metadata stream). Variants 1 and 2 terminate the rclone process and, via 'rclone serve sftp', can crash the entire SFTP server; variant 3 causes sustained CPU consumption. Parsing is lazy, so a victim or remote client must address or descend into the malicious archive object to trigger it.
Title rclone Archive Backend SquashFS Parser Denial of Service
First Time appeared Rclone
Rclone rclone
Weaknesses CWE-129
CPEs cpe:2.3:a:rclone:rclone:-:*:*:*:*:*:*:*
Vendors & Products Rclone
Rclone rclone
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-29T11:48:01.347Z

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

Link: CVE-2026-79775

cve-icon Vulnrichment

Updated: 2026-08-25T16:08:21.642Z

cve-icon NVD

Status : Awaiting Analysis

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

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

Link: CVE-2026-79775

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-79775 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T18:00:18Z

Weaknesses