GHSA-699m-4v95-rmpm · Severity: high · Ecosystem: go — lakeFS vulnerable to path traversal in local block adapter allow cross-namespace and sibling directory access
lakeFS is an open-source tool that transforms object storage into a Git-like repositories. Prior to 1.77.0, the local block adapter (pkg/block/local/adapter.go) allows authenticated users to read and write files outside their designated storage boundaries. The verifyRelPath function used strings.HasPrefix() to verify that requested paths fall within the configured storage directory. This check was insufficient because it validated only the path prefix without requiring a path separator, allowing access to sibling directories with similar names. Also, the adapter verified that resolved paths stayed within the adapter's base path, but did not verify that object identifiers stayed within their designated storage namespace. This allowed attackers to use path traversal sequences in the object identifier to access files in other namespaces. Fixed in version v1.77.0.
Conclusion & alert: CVE-2026-26187 is rated Moderate Risk (43.4/100): CVSS High severity, with low exploitation likelihood (EPSS 0.39%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.07% | 0.39% | +0.32% |
| 2 | 2026-02-19 | 0.05% | 0.07% | +0.02% |
| 3 | 2026-02-14 | — | 0.05% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.1 | 3.1 | HIGH |
|
2.8 | 5.2 | [email protected] |
GHSA-699m-4v95-rmpm · Severity: high · Ecosystem: go — lakeFS vulnerable to path traversal in local block adapter allow cross-namespace and sibling directory access
| URL | Tags |
|---|---|
| https://github.com/treeverse/lakeFS/commit/cbc106275357302a834280f133265dc39f1384ce | Patch |
| https://github.com/treeverse/lakeFS/releases/tag/v1.77.0 | Product Release Notes |
| https://github.com/treeverse/lakeFS/security/advisories/GHSA-699m-4v95-rmpm | Mitigation Vendor Advisory |