---
id: CVE-2024-3429
aliases:
  - GHSA-3x47-w4rx-6pm7
  - PYSEC-2026-1583
title: LoLLMS Path Traversal vulnerability
summary: LoLLMS Path Traversal vulnerability
severity: critical
cvss: 9.8
cvssVector: 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'
vendor: lollms
product: lollms
ecosystem: pip
affected:
  - lollms < 9.5.0
patched:
  - lollms 9.5.0
published: '2024-06-06'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-3x47-w4rx-6pm7'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-3429'
  - url: >-
      https://github.com/parisneo/lollms/commit/f4424cfc3d6dfb3ad5ac17dd46801efe784933e9
  - url: 'https://github.com/parisneo/lollms'
  - url: 'https://huntr.com/bounties/fd8f50c8-17f0-40be-a2c6-bb8d80f7c409'
tags:
  - osv
  - pip
epss: 0.28317
epssPercentile: 0.98036
ingestedAt: '2026-07-08T18:25:45.204Z'
---

## Overview

A path traversal vulnerability exists in the parisneo/lollms application, specifically within the `sanitize_path_from_endpoint` and `sanitize_path` functions in `lollms_core\lollms\security.py`. This vulnerability allows for arbitrary file reading when the application is running on Windows. The issue arises due to insufficient sanitization of user-supplied input, enabling attackers to bypass the path traversal protection mechanisms by crafting malicious input. Successful exploitation could lead to unauthorized access to sensitive files, information disclosure, and potentially a denial of service (DoS) condition by including numerous large or resource-intensive files. This vulnerability affects the latest version prior to 9.5.0.

## Affected packages

- `lollms < 9.5.0`

## Remediation

Upgrade to a patched release:

- `lollms 9.5.0`
