FlawAtlas
Search the atlas
CVE-2025-27100 Moderate

lakeFS allows an authenticated user to cause a crash by exhausting server memory in github.com/treeverse/lakefs

lakeFS allows an authenticated user to cause a crash by exhausting server memory in github.com/treeverse/lakefs

Exploit probability 0.4%
Published March 3, 2025
Required by Not available
Last source change March 3, 2026

02 / AFFECTED SOFTWARE

Affected packages

Unknown Unknown

248 explicit affected versions

Go github.com/treeverse/lakefs
Go github.com/treeverse/lakefs

03 / CONNECTIONS

Connected vulnerabilities

04 / EVIDENCE

Source records

Open Source Vulnerabilities GO-2025-3479

lakeFS allows an authenticated user to cause a crash by exhausting server memory in github.com/treeverse/lakefs

View original source
Open Source Vulnerabilities GHSA-j7jw-28jm-whr6

### Impact An authenticated user can crash lakeFS by exhausting server memory. This is an authenticated denial-of-service issue. ### Patches This problem has been patched and exists in versions 1.49.1 and below ### Workarounds On S3 backends, configure ```yaml # ... blockstore: s3: disable_pre_signed_multipart: true ``` or set environment variable `LAKEFS_BLOCKSTORE_S3_DISABLE_PRE_SIGNED_MULTIPART` to `true`. ### References _Are there any links users can visit to find out more?_

View original source
Open Source Vulnerabilities CVE-2025-27100

lakeFS is an open-source tool that transforms your object storage into a Git-like repository. In affected versions an authenticated user can crash lakeFS by exhausting server memory. This is an authenticated denial-of-service issue. This problem has been patched in version 1.50.0. Users on versions 1.49.1 and below are affected. Users are advised to upgrade. Users unable to upgrade should either set the environment variable `LAKEFS_BLOCKSTORE_S3_DISABLE_PRE_SIGNED_MULTIPART` to `true` or configure the `disable_pre_signed_multipart` key to true in their config yaml.

View original source

05 / REFERENCES

Further evidence