Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-88014

Опубликовано: 10 сент. 2026
Источник: nvd
CVSS3: 6.3
EPSS Низкий

Описание

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.72.0 until 1.75.1, the archive ZIP backend method (*Fs).readZip in backend/archive/zip/zip.go accepts archive/zip.File.Name values from an untrusted central directory and exposes cleaned entry names without ensuring that they remain inside the archive namespace. Entries such as ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values that fs/sync and fs/operations use as destination-relative paths, allowing rclone copy or sync to write outside the selected destination on backends that do not independently confine the path. The non-empty root check also used strings.HasPrefix without a path boundary, so root foo could incorrectly include sibling foobar entries. This issue is fixed in version 1.75.1.

EPSS

Процентиль: 4%
0.0014
Низкий

6.3 Medium

CVSS3

Дефекты

CWE-22

Связанные уязвимости

CVSS3: 6.3
ubuntu
5 дней назад

(rclone is a command-line program to sync files and directories to and ...)

CVSS3: 5.9
redhat
5 дней назад

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.72.0 until 1.75.1, the archive ZIP backend method (*Fs).readZip in backend/archive/zip/zip.go accepts archive/zip.File.Name values from an untrusted central directory and exposes cleaned entry names without ensuring that they remain inside the archive namespace. Entries such as ../../etc/cron.d/evil can survive path.Clean and become Object.Remote() values that fs/sync and fs/operations use as destination-relative paths, allowing rclone copy or sync to write outside the selected destination on backends that do not independently confine the path. The non-empty root check also used strings.HasPrefix without a path boundary, so root foo could incorrectly include sibling foobar entries. This issue is fixed in version 1.75.1.

CVSS3: 6.3
debian
5 дней назад

rclone is a command-line program to sync files and directories to and ...

CVSS3: 6.3
github
5 дней назад

rclone archive/zip: Zip Slip via unsanitized zip entry names lets a malicious archive escape its own namespace

EPSS

Процентиль: 4%
0.0014
Низкий

6.3 Medium

CVSS3

Дефекты

CWE-22