cvedb.io
CVE-2026-26187
HIGH · CVSS 8.1
EPSS exploitation probability: 0%
Published 2026-02-13T19:17:29.100 · Last modified 2026-06-17T10:25:54.520

Summary

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 i

Affected products

lakefs — lakefs

Does this affect you?

Add your gear to cvedb and we'll alert you only when lakefs ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.