CVE-2026-26187

HIGH EPSS 30.9%
Published Feb 13, 20264mo ago · Modified Jun 17, 20261w ago
8.1 CVSS 3.1
High
Find Similar
Published Feb 13, 2026 4mo ago
Last Modified Jun 17, 2026 1w ago

Description

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.

CVSS Details

Base Score
8.1
Exploitability
2.8
Impact
5.2
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
30.9% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-22 Path Traversal Resource Mgmt

Affected Products 1

VendorProductVersionRange
lakefslakefs* <1.77.0

References 3

  • github.com https://github.com/treeverse/lakeFS/commit/cbc106275357302a834280f133265dc39f1384ce
    Patch
  • github.com https://github.com/treeverse/lakeFS/releases/tag/v1.77.0
    ProductRelease Notes
  • github.com https://github.com/treeverse/lakeFS/security/advisories/GHSA-699m-4v95-rmpm
    MitigationVendor Advisory

Remediation

  • github.com https://github.com/treeverse/lakeFS/commit/cbc106275357302a834280f133265dc39f1384ce
    Patch