Lucene search
+L

92 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2026-79781

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in ...

6.9CVSS5.4AI score0.00255EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/25 4:17 p.m.7 views

CVE-2026-79781

rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys. Attackers can send requests with object keys like ../root-secret.txt to escape the bucket namespace and access files in t...

6.9CVSS0.00255EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 3:16 p.m.6 views

EUVD-2026-65539

rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys. Attackers can send requests with object keys like ../root-secret.txt to escape the bucket namespace and access files in t...

6.9CVSS5.2AI score0.00255EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 3:16 p.m.4 views

CVE-2026-79781 rclone serve s3 Path Traversal via dot-dot object keys

rclone serve s3 before 1.74.4 contains a path traversal vulnerability that allows attackers to read and overwrite root-level files by using dot-dot segments in S3 object keys. Attackers can send requests with object keys like ../root-secret.txt to escape the bucket namespace and access files in t...

6.9CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/13 7:15 p.m.58 views

CVE-2026-48099

CVE-2026-48099 - WsgiDAV directory traversal via encoded dot segments WsgiDAV

7.1CVSS5.3AI score0.00331EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/06 2:52 p.m.11 views

CVE-2026-18427 @fastify/static vulnerable to route guard bypass via non-canonical path segments

@fastify/static before version 10.1.3 contains an incomplete fix for a previous route guard bypass. The static file handler rejected only parent directory segments, but it did not canonicalize dot segments, duplicate slashes, encoded dots, or backslashes before route matching and before delegatin...

7.5CVSS5.5AI score0.00458EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/05 8:27 p.m.14 views

rclone: Path traversal in serve s3 allows reading and overwriting root-level files

Summary rclone serve s3 allows a client to read and write files at the root of the remote which would normally be inaccessible by using dot-dot path segments in the object key. It does not allow reading files outside of the root. A request such as GET /bucket/../root-secret.txt is handled as an...

5.5AI score
SaveExploits0References5Affected Software1
Veracode
Veracode
added 2026/08/01 2:32 p.m.11 views

Path Traversal

openhole is vulnerable to Path Traversal CWE-22: Improper Limitation of a Pathname to a Restricted Directory. The vulnerability is due to openhole-server forwarding r.URL.Path instead of preserving the original request target with r.URL.EscapedPath, which allows percent-encoded dot segments %2e a...

8.6CVSS5.4AI score0.00361EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/07/28 11:17 p.m.18 views

CVE-2026-54650

openhole exposes localhost to the internet in one command. In 0.1.1 and earlier, openhole-server in internal/server/publicproxy.go forwarded r.URL.Path instead of preserving the original request target with r.URL.EscapedPath, allowing percent encoded dot segments %2e and separators %2f to reach...

8.6CVSS0.00361EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/28 10:20 p.m.66 views

CVE-2026-54650

CVE-2026-54650 describes a path traversal vulnerability in openhole-server prior to 0.1.2. In 0.1.1 and earlier, internal/server/public_proxy.go forwarded the request using r.URL.Path instead of preserving the original target via r.URL.EscapedPath(). This allowed percent-encoded dot segments (%2e...

8.6CVSS5.9AI score0.00361EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 4:43 p.m.12 views

@fastify/static vulnerable to route guard bypass via path traversal

Impact @fastify/static is vulnerable to a bypass of route-based middleware and guards via non-leading .. and %2E%2E path segments. find-my-way does not normalize .. when matching routes, so a request such as /foo/../deep/secret.txt matches the static plugin's catch-all instead of the guarded...

7.5CVSS5.9AI score0.00672EPSS
SaveExploits0References6Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/23 3:01 a.m.15 views

CVE-2026-15074

@fastify/static up to and including version 10.1.0 fails to reject dot-dot path segments in request pathnames before the file-resolution stage. This is a bypass of the earlier fix for CVE-2026-6414, which only covered encoded forward slashes. Because the underlying send library normalizes dot...

7.5CVSS5.3AI score0.00672EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/23 3:01 a.m.10 views

CVE-2026-15074 @fastify/static vulnerable to route guard bypass via path traversal

@fastify/static up to and including version 10.1.0 fails to reject dot-dot path segments in request pathnames before the file-resolution stage. This is a bypass of the earlier fix for CVE-2026-6414, which only covered encoded forward slashes. Because the underlying send library normalizes dot...

7.5CVSS5.8AI score
SaveExploits0References4
CVE
CVE
added 2026/07/23 2:48 a.m.78 views

CVE-2026-7120

The CVE-2026-7120 issue affects @fastify/static (versions up to and including 10.1.1). The root cause is that allowedPath is evaluated before normalizing dot segments and duplicate separators in the request pathname, allowing an unauthenticated attacker to bypass path-based filtering by using equ...

5.3CVSS5.3AI score0.00369EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/23 2:48 a.m.9 views

CVE-2026-7120 @fastify/static vulnerable to Authorization Bypass via Non-Canonical URL Paths

@fastify/static evaluates the allowedPath callback before normalizing dot segments and duplicate path separators in the pathname used for file resolution. Versions up to and including 10.1.1 are affected. An unauthenticated attacker can bypass allowedPath restrictions by requesting equivalent...

5.3CVSS5.8AI score
SaveExploits0References4
OSV
OSV
added 2026/07/22 10:57 p.m.10 views

GHSA-W7X5-G22V-XQHR Eclipse Jetty: Path parameter traversal

Description as reported Summary In Jetty 12.1.8, org.eclipse.jetty.util.URIUtil.canonicalPath may leave dot-dot path segments unnormalized when a semicolon path parameter marker is followed by a slash and a dot segment. A minimal example is: /public;/../admin/secret In my local reproduction,...

5.3CVSS5.5AI score0.0033EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2026/07/20 4:17 p.m.11 views

fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies

A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator URL containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization...

7.5CVSS7.8AI score0.00634EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/07/20 4:12 p.m.13 views

fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies

A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator URL containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization...

7.5CVSS7.8AI score0.00634EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/14 8:17 p.m.10 views

CVE-2026-48784

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.53, 6.4.41, 7.4.13, and 8.0.13, UrlGenerator::doGenerate used strtr dot-segment encoding that skipped every other chained ../ or ./ segment, allowing attacker-controlled route parameters...

6.1CVSS0.00348EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/07/14 8:17 p.m.24 views

CVE-2026-48784

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.53, 6.4.41, 7.4.13, and 8.0.13, UrlGenerator::doGenerate used strtr dot-segment encoding that skipped every other chained ../ or ./ segment, allowing attacker-controlled route parameters...

6.1CVSS6.1AI score0.00348EPSS
SaveExploits0References3
Rows per page
Query Builder