Lucene search
+L

56076 matches found

NVD
NVD
added 2026/06/25 7:16 p.m.25 views

CVE-2026-54250

K3s is a fully conformant production-ready Kubernetes distribution. Prior to 1.35.3+k3s1, 1.34.6+k3s1, v1.33.10+k3s1, a path traversal vulnerability exists in K3s's etcd snapshot decompression functionality. Zip files containing archive members with maliciously crafted names can be written to...

5.8CVSS0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 6:43 p.m.17 views

GO-2026-5285 Daptin has Unauthenticated Path Traversal and Zip Slip in github.com/daptin/daptin

Daptin has Unauthenticated Path Traversal and Zip Slip in github.com/daptin/daptin...

5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/06/25 6:43 p.m.21 views

GO-2026-5367 Daytona: Path traversal in sandbox volume id mounts arbitrary host paths into the sandbox — cross-tenant data access and host escape in github.com/daytonaio/daytona

Daytona: Path traversal in sandbox volume id mounts arbitrary host paths into the sandbox — cross-tenant data access and host escape in github.com/daytonaio/daytona...

4.2CVSS6AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 6:43 p.m.16 views

GO-2026-5394 goshs: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in goshs PUT Upload in github.com/patrickhener/goshs

goshs: Improper Limitation of a Pathname to a Restricted Directory 'Path Traversal' in goshs PUT Upload in github.com/patrickhener/goshs...

9.8CVSS7.3AI score0.00683EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/25 6:43 p.m.26 views

GO-2026-5383 FileBrowser Public Share DELETE API Path Traversal Allows Unauthenticated Arbitrary File Deletion in github.com/gtsteffaniak/filebrowser

FileBrowser Public Share DELETE API Path Traversal Allows Unauthenticated Arbitrary File Deletion in github.com/gtsteffaniak/filebrowser...

9.1CVSS5.8AI score0.00523EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/25 6:43 p.m.22 views

GO-2026-5389 Note Mark: Arbitrary File Write via Path Traversal in Asset Names Leads to Remote Code Execution in github.com/enchant97/note-mark/backend

Note Mark: Arbitrary File Write via Path Traversal in Asset Names Leads to Remote Code Execution in github.com/enchant97/note-mark/backend...

8.6CVSS6AI score0.00495EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:43 p.m.19 views

GO-2026-5305 Gogs has Path Traversal in organization name that results in RCE through Git hooks in gogs.io/gogs

Gogs has Path Traversal in organization name that results in RCE through Git hooks in gogs.io/gogs. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing false-positive reports from...

10CVSS5.8AI score0.01107EPSS
SaveExploits1References4
OSV
OSV
added 2026/06/25 6:43 p.m.17 views

GO-2026-5311 Mattermost has a Path Traversal issue in github.com/mattermost/mattermost-server

Mattermost has a Path Traversal issue in github.com/mattermost/mattermost-server...

9.9CVSS5.8AI score0.00327EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:43 p.m.23 views

GO-2026-5344 Boxlite: Path Traversal Vulnerability Leads to Arbitrary File Write on the Host in github.com/boxlite-ai/boxlite/sdks/go

Boxlite: Path Traversal Vulnerability Leads to Arbitrary File Write on the Host in github.com/boxlite-ai/boxlite/sdks/go...

9.6CVSS5.9AI score0.00482EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/25 6:43 p.m.20 views

GO-2026-5206 androidqf: APK download Path Traversal in device APK paths in github.com/mvt-project/androidqf

androidqf: APK download Path Traversal in device APK paths in github.com/mvt-project/androidqf...

5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/06/25 6:43 p.m.13 views

GO-2026-5186 goshs: Improper Limitation of a Pathname to a Restricted Directory (Path Traversal) in github.com/patrickhener/goshs

goshs: Improper Limitation of a Pathname to a Restricted Directory Path Traversal in github.com/patrickhener/goshs...

9.8CVSS7.3AI score0.00683EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/25 6:43 p.m.13 views

GO-2026-5270 Code Extension Marketplace: Zip Slip Path Traversal in github.com/coder/code-marketplace

Code Extension Marketplace: Zip Slip Path Traversal in github.com/coder/code-marketplace...

8.7CVSS5.8AI score0.00343EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/25 6:41 p.m.42 views

CVE-2026-54917 SeaweedFS: Path traversal in the S3 and Iceberg REST gateways allows cross-bucket access

SeaweedFS is a distributed storage system for object storage S3, file systems, and Iceberg tables. Prior to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter.SkipCleantrue. With path cleaning disabled, a .. segment inside the URL survives...

7.8CVSS0.01219EPSS
SaveExploits2References2
CVE
CVE
added 2026/06/25 6:41 p.m.66 views

CVE-2026-54917

CVE-2026-54917 affects SeaweedFS prior to 4.30. The S3 gateway and Iceberg REST catalog gateway construct routers with mux.NewRouter().SkipClean(true); when path cleaning is disabled, a .. segment in URLs can survive routing (example: GET /bucket-A/../evil-bucket/key) and be parsed as a valid buc...

10CVSS5.9AI score0.01219EPSS
SaveExploits2References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/25 6:41 p.m.21 views

CVE-2026-54917

SeaweedFS is a distributed storage system for object storage S3, file systems, and Iceberg tables. Prior to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter.SkipCleantrue. With path cleaning disabled, a .. segment inside the URL survives...

7.8CVSS5.9AI score0.01219EPSS
SaveExploits2References3Affected Software1
OSV
OSV
added 2026/06/25 6:41 p.m.27 views

CVE-2026-54917 SeaweedFS: Path traversal in the S3 and Iceberg REST gateways allows cross-bucket access

SeaweedFS is a distributed storage system for object storage S3, file systems, and Iceberg tables. Prior to 4.30, the S3 API gateway and the Iceberg REST catalog gateway construct their routers with mux.NewRouter.SkipCleantrue. With path cleaning disabled, a .. segment inside the URL survives...

7.8CVSS6AI score0.01119EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/25 6:26 p.m.23 views

GO-2026-5154 Rancher Extensions have arbitrary file access via path traversal in github.com/rancher/rancher

Rancher Extensions have arbitrary file access via path traversal in github.com/rancher/rancher. NOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions. If this is causing false-positive reports from vulnerabilit...

8.4CVSS6AI score0.00369EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:26 p.m.11 views

GO-2026-5115 Grafana Loki Path Traversal - CVE-2021-36156 Bypass in github.com/grafana/loki

Grafana Loki Path Traversal - CVE-2021-36156 Bypass in github.com/grafana/loki...

5.3CVSS5.8AI score0.00409EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/25 6:26 p.m.11 views

GO-2026-5126 opentelemetry-collector-contrib sentryexporter: Path traversal in Sentry exporter via attacker-controlled service.name reaches privileged Sentry API endpoints with operator bearer token in github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sentryexporter

opentelemetry-collector-contrib sentryexporter: Path traversal in Sentry exporter via attacker-controlled service.name reaches privileged Sentry API endpoints with operator bearer token in github.com/open-telemetry/opentelemetry-collector-contrib/exporter/sentryexporter...

5.3CVSS5.8AI score0.00416EPSS
SaveExploits0References1
OSV
OSV
added 2026/06/25 6:26 p.m.17 views

GO-2026-5079 Crabbox contains a path traversal vulnerability in the Islo provider's workspace path resolution in github.com/openclaw/crabbox

Crabbox contains a path traversal vulnerability in the Islo provider's workspace path resolution in github.com/openclaw/crabbox...

7.1CVSS5.8AI score0.00144EPSS
SaveExploits0References6
Rows per page
Query Builder