CVE-2026-26187
Last modified
CVE-2026-26187 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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. EPSS estimates a 0.39% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Lakefs | Lakefs | < 1.77.0 |
References
- https://github.com/treeverse/lakeFS/releases/tag/v1.77.0Product, Release Notes
- https://github.com/treeverse/lakeFS/security/advisories/GHSA-699m-4v95-rmpmMitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-26187?
How severe is CVE-2026-26187?
How do I fix CVE-2026-26187?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-26181Use after free in Microsoft Brokering File System allows an …7.8
- CVE-2026-26182Use after free in Windows Ancillary Function Driver for WinS…7
- CVE-2026-26183Improper access control in Windows RPC API allows an authori…7.8
- CVE-2026-26184Buffer over-read in Windows Projected File System allows an …7.8
- CVE-2026-26185Directus is a real-time API and App dashboard for managing S…5.3
- CVE-2026-26186Fleet is open source device management software. A SQL injec…8.8
- CVE-2026-26188Solspace Freeform plugin for Craft CMS 5.x is a super flexib…5.4
- CVE-2026-26189Trivy Action runs Trivy as GitHub action to scan a Docker co…8.1
- CVE-2026-2619GitLab has remediated an issue in GitLab EE affecting all ve…4.3
- CVE-2026-26190Milvus is an open-source vector database built for generativ…9.8
- CVE-2026-26191Fleet is open source device management software. Prior to ve…9.8
- CVE-2026-26192Open WebUI is a self-hosted artificial intelligence platform…5.4
Are you affected by CVE-2026-26187?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
