---
id: CVE-2026-48026
title: >-
  lakeFS is an open-source tool that transforms object storage into a Git-like
  repositories
summary: >-
  lakeFS is an open-source tool that transforms object storage into a Git-like
  repositories. Prior to version 1.81.1 of the open source edition and 1.84.0 of
  the enterprise edition, lakeFS Web UI renders markdown files from repository
  obje…
severity: high
cvss: 8.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'
cwe:
  - CWE-79
published: '2026-08-07'
updated: '2026-09-09'
sourceUpdated: '2026-09-09T20:55:04.493'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-48026'
references:
  - url: >-
      https://github.com/treeverse/lakeFS/blob/77539527e987fb05c27e3e74c59c0a46a05c47a0/webui/src/pages/repositories/repository/fileRenderers/useMarkdownProcessor.tsx
    label: security-advisories@github.com
  - url: >-
      https://github.com/treeverse/lakeFS/security/advisories/GHSA-c2r5-5j4w-2xff
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00367
epssPercentile: 0.27736
ingestedAt: '2026-09-09T21:22:45.525Z'
---

## Overview

lakeFS is an open-source tool that transforms object storage into a Git-like repositories. Prior to version 1.81.1 of the open source edition and 1.84.0 of the enterprise edition, lakeFS Web UI renders markdown files from repository objects without sanitizing the resulting HTML. A user with write access to any repository branch can commit a `.md` object containing arbitrary HTML/JavaScript. Any other user who opens that object, or who navigates to a repository or directory containing a malicious `README.md`, executes the attacker-supplied script in their own authenticated session. lakeFS fixes the issue in v1.81.1 and lakeFS Enterprise fixes the issue in in v1.84.0. Enterprise customers using older versions can temporarily disable Markdown rendering by adding YAML to their config. No workaround exists for OSS release. Users are advised to upgrade to the latest version for both lakeFS and lakeFS-Enterprise.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
