Lucene search
+L

20 matches found

RedhatCVE
RedhatCVE
added 5 days ago10 views

CVE-2026-71313

A flaw was found in rclone, a command-line program for syncing files. The local backend's filename encoder, when configured in certain ways, can improperly decode remote filenames. This allows an attacker to craft a source object that, when processed, can create or overwrite files outside the...

6.9CVSS5.3AI score0.00253EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago5 views

UBUNTU-CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 6 days ago8 views

CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.4AI score0.00253EPSS
SaveExploits0References4
OSV
OSV
added last week4 views

DEBIAN-CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References1
NVD
NVD
added last week7 views

CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS0.00253EPSS
SaveExploits0References3
OSV
OSV
added last week5 views

GHSA-7P4M-QXVV-G567 rclone: Local Encoding Path Traversal

Summary The local backend relies on its configurable filename encoder to prevent remote filename data from becoming operating-system path syntax. If a local destination uses an encoding that omits Dot, such as Slash, None, or Raw, a remote object's standard-encoded .. component is decoded into an...

6.9CVSS6.1AI score0.00253EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added last week9 views

rclone: Local Encoding Path Traversal

Summary The local backend relies on its configurable filename encoder to prevent remote filename data from becoming operating-system path syntax. If a local destination uses an encoding that omits Dot, such as Slash, None, or Raw, a remote object's standard-encoded .. component is decoded into an...

6.9CVSS6.1AI score0.00253EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added last week56 views

CVE-2026-71313

The CVE affects the rclone local backend (local.go) from v1.51.0 through v1.75.0. A faulty filename encoder allows certain encodings (Slash, None, Raw, or Windows-preserving backslash variants) to be decoded into an actual parent-directory component by filepath.Join, enabling an attacker-controll...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added last week7 views

CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added last week7 views

CVE-2026-71313 rclone: Local Encoding Path Traversal

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added last week9 views

CVE-2026-71313 rclone: Local Encoding Path Traversal

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.5AI score0.00253EPSS
SaveExploits0References3
EUVD
EUVD
added last week10 views

EUVD-2026-53643

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0References3
Cvelist
Cvelist
added last week28 views

CVE-2026-71313 rclone: Local Encoding Path Traversal

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS0.00253EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added last week7 views

CVE-2026-71313

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From v1.51.0 until v1.75.0, the local backend in backend/local/local.go relies on the configurable filename encoder to prevent remote filename data from becoming operating-system path...

6.9CVSS5.6AI score0.00253EPSS
SaveExploits0
OSV
OSV
added last week6 views

GHSA-CF44-9PGV-M4XC rclone: Unvalidated symlink target in local `--links` — arbitrary file write from an untrusted remote

Summary With -l/--links, rclone serializes symlinks as .rclonelink text objects whose body is the link target. When rclone writes such an object to a local destination, it recreates the symlink with os.Symlink, and performs NO validation of the target. If the source is attacker-controlled, the...

7.5CVSS6.4AI score0.00309EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added last week8 views

rclone local `--metadata` applies attacker-controlled mode/uid - setuid binary planted from an untrusted remote

Summary When writing an object with metadata, the local backend applies the source-supplied mode, uid, and gid verbatim: it parses mode as an octal integer and passes it straight into os.Chmodo.path, os.FileModeumode, and passes uid/gid straight into os.Chown. The value is never masked to...

5.5AI score
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2026/07/15 12:45 a.m.5 views

Symlink Attack

Overview Affected versions of this package are vulnerable to Symlink Attack in the Object.Update method in backend/local/local.go, which passes the target stored in a .rclonelink file to os.Symlink without validating that it resolves within the destination directory. An attacker who controls the...

8.8CVSS6.3AI score0.00309EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/05/06 12:0 a.m.13 views

OpenClaw 安全漏洞

OpenClaw is an open-source intelligent artificial assistant developed by OpenClaw. Versions of OpenClaw from 2026.3.31 to 2026.4.10 contained a security vulnerability. This vulnerability stemmed from a failure in the heartbeat owner’s detection mechanism, which overlooked local backend asynchrono...

9.1CVSS5.9AI score0.00288EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/27 8:35 p.m.19 views

JLSEC-2026-279 Rclone has Improper Permission and Ownership Handling on Symlink Targets with --links and --metadata

tl;dr: unprivileged user creates a symlink to /etc/sudoers, /etc/shadow or similar and waits for a privileged user or process to copy/backup/mirror users data using --links and --metadata. unprivileged user now owns /etc/sudoers. Summary Insecure handling of symlinks with --links and --metadata i...

5.5CVSS7AI score0.00214EPSS
SaveExploits0References4
Snyk
Snyk
added 2026/03/26 4:48 p.m.5 views

Incorrect Authorization

Overview Affected versions of this package are vulnerable to Incorrect Authorization through the ciltocontainer and bpflxc local-backend packet path in the datapath components. An attacker can bypass ingress network policies and reach a local backend pod by sending traffic through an L7 load...

5.4CVSS6.4AI score0.00244EPSS
SaveExploits0References2
Rows per page
Query Builder