Lucene search
+L

399998 matches found

OSV
OSV
added yesterday2 views

CVE-2026-53785 rsync < 3.5.0 Path Traversal Write Escape via --relative Mode

rsync before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to write files outside the intended destination directory tree by crafting relative paths with symlink components in --relative mode. The makepath function follows symlinks pointing outside the destination...

6.9CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added yesterday15 views

CVE-2026-53785

CVE-2026-53785 affects rsync prior to 3.5.0. The vulnerability is a path traversal in --relative mode where make_path() follows symlinks outside the destination tree while creating intermediate directories, enabling an attacker to write files outside the intended destination on the receiver’s fil...

7.1CVSS5.5AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added yesterday3 views

CVE-2026-53785 rsync < 3.5.0 Path Traversal Write Escape via --relative Mode

rsync before 3.5.0 contains a path traversal vulnerability that allows a malicious sender to write files outside the intended destination directory tree by crafting relative paths with symlink components in --relative mode. The makepath function follows symlinks pointing outside the destination...

7.1CVSS5.5AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday17 views

CVE-2026-53784 rsync < 3.5.0 Path Traversal via Symlink Module Root

rsync before 3.5.0 contains a path traversal vulnerability that allows remote clients to access files outside the intended module root when use chroot is disabled and the module root path or a component of it is a symlink. The daemon calls chdir to the module root at session initialization withou...

8.4CVSS
SaveExploits0References3
CVE
CVE
added yesterday9 views

CVE-2026-53784

CVE-2026-53784 affects rsync before 3.5.0. A path traversal vulnerability arises when use of chroot is disabled and the module root path (or a component) is a symlink. At session init, rsync calls chdir() to the module root without resolving symlinks (realpath or equivalent), causing subsequent r...

8.4CVSS5.4AI score
SaveExploits0References3
CVE
CVE
added yesterday11 views

CVE-2026-53803

Technical details are not publicly available in the provided documents (no concrete affected products, versions, or fixes are described). Monitor for updates.

8.5CVSS5.4AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added yesterday2 views

CVE-2026-53803

rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject...

8.5CVSS5.4AI score
SaveExploits0References4
EUVD
EUVD
added yesterday5 views

EUVD-2026-58089

rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject...

8.5CVSS5.4AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday26 views

CVE-2026-53803 rsync < 3.5.0 Symlink Following Arbitrary File Overwrite

rsync before 3.5.0 contains a symlink following vulnerability that allows local attackers to overwrite arbitrary files by placing a symlink at a predictable output path such as --log-file, --write-batch, or daemon-mode log and statistics paths. Attackers can exploit rsync's failure to reject...

8.5CVSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added yesterday2 views

CVE-2026-53802 rsync < 3.5.0 Arbitrary File Read via Symlink Following

rsync before 3.5.0 contains an arbitrary file read vulnerability that allows attackers to read files accessible to the rsync daemon process by exploiting symlink following in input configuration file handling including --files-from, --password-file, and filter merge files. Attackers can place a...

8.4CVSS5.5AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added yesterday1 views

CVE-2026-53802

rsync before 3.5.0 contains an arbitrary file read vulnerability that allows attackers to read files accessible to the rsync daemon process by exploiting symlink following in input configuration file handling including --files-from, --password-file, and filter merge files. Attackers can place a...

8.4CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added yesterday19 views

CVE-2026-53802 rsync < 3.5.0 Arbitrary File Read via Symlink Following

rsync before 3.5.0 contains an arbitrary file read vulnerability that allows attackers to read files accessible to the rsync daemon process by exploiting symlink following in input configuration file handling including --files-from, --password-file, and filter merge files. Attackers can place a...

8.4CVSS
SaveExploits0References3
CVE
CVE
added yesterday16 views

CVE-2026-53802

The vulnerability CVE-2026-53802 affects rsync prior to 3.5.0. An arbitrary file read is possible by abusing symlink following in input configuration handling (including --files-from, --password-file, and filter merge files), allowing an attacker to read files accessible to the rsync daemon proce...

8.4CVSS5.5AI score
SaveExploits0References3
EUVD
EUVD
added yesterday8 views

EUVD-2026-58088

rsync before 3.5.0 contains an arbitrary file read vulnerability that allows attackers to read files accessible to the rsync daemon process by exploiting symlink following in input configuration file handling including --files-from, --password-file, and filter merge files. Attackers can place a...

8.4CVSS5.5AI score
SaveExploits0References3
EUVD
EUVD
added yesterday7 views

EUVD-2026-58087

OpenList a file list program that supports multiple storage. Prior to 4.2.4, the authenticated /api/fs/batchrename handler in server/handles/fsbatch.go authorizes only the source directory produced by user.JoinPathreq.SrcDir and validates renameObject.NewName with checkRelativePath, but does not...

7.6CVSS5.3AI score
SaveExploits0References3
Vulnrichment
Vulnrichment
added yesterday2 views

CVE-2026-73509 OpenList: Authenticated users can rename files outside their base path via batch rename `src_name` traversal

OpenList a file list program that supports multiple storage. Prior to 4.2.4, the authenticated /api/fs/batchrename handler in server/handles/fsbatch.go authorizes only the source directory produced by user.JoinPathreq.SrcDir and validates renameObject.NewName with checkRelativePath, but does not...

7.6CVSS5.3AI score
SaveExploits0References3
Cvelist
Cvelist
added yesterday22 views

CVE-2026-73509 OpenList: Authenticated users can rename files outside their base path via batch rename `src_name` traversal

OpenList a file list program that supports multiple storage. Prior to 4.2.4, the authenticated /api/fs/batchrename handler in server/handles/fsbatch.go authorizes only the source directory produced by user.JoinPathreq.SrcDir and validates renameObject.NewName with checkRelativePath, but does not...

7.6CVSS
SaveExploits0References3
CVE
CVE
added yesterday17 views

CVE-2026-73509

OpenList CVE-2026-73509 affects the batch_rename path: before 4.2.4, the /api/fs/batch_rename handler validates only the destination and a subset of the source directory, but does not validate attacker-controlled renameObject.SrcName. An authenticated user with rename permission can inject traver...

7.6CVSS5.3AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added yesterday5 views

atomic-agents-stack: Dashboard HTTP server path traversal allows arbitrary file read

The optional dashboard HTTP server atomicagents/dashboard/serve.py builds filesystem paths directly from the request path and serves them without a containment check. It is the only per-request untrusted-path site in the codebase that does not route through io.saferesolveunder. Literal ../ segmen...

5.5AI score
SaveExploits0References3Affected Software1
NVD
NVD
added yesterday5 views

CVE-2026-66657

Unauthenticated Local File Inclusion in Biagiotti Core = 2.1.1 versions...

8.1CVSS
SaveExploits0References1
Rows per page
Query Builder