SCA: security update for github.com/treeverse/lakefs (GHSA-699m-4v95-rmpm)

high Tenable Cloud Security Plugin ID 437731

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-26187)

See Also

https://github.com/advisories/GHSA-699m-4v95-rmpm

Plugin Details

Severity: High

ID: 437731

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 2/14/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.59

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 8.5

Temporal Score: 6.3

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:N

CVSS Score Source: CVE-2026-26187

CVSS v3

Risk Factor: High

Base Score: 8.1

Temporal Score: 7.1

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/13/2026

Vulnerability Publication Date: 2/13/2026

Reference Information

CVE: CVE-2026-26187

cwe: CWE-22