---
id: CVE-2025-1753
aliases:
  - GHSA-g99h-56mw-8263
  - PYSEC-2026-1557
title: LLama-Index CLI OS command injection vulnerability
summary: LLama-Index CLI OS command injection vulnerability
severity: high
cvss: 7.8
cvssVector: 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
vendor: llama-index-cli
product: llama-index-cli
ecosystem: pip
affected:
  - llama-index-cli < 0.4.1
patched:
  - llama-index-cli 0.4.1
published: '2025-05-28'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-g99h-56mw-8263'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-1753'
  - url: >-
      https://github.com/run-llama/llama_index/commit/b57e76738c53ca82d88658b82f2d82d1c7839c7d
  - url: 'https://github.com/run-llama/llama_index'
  - url: 'https://huntr.com/bounties/19e1c67e-1d77-451d-b10b-acbe99900b22'
tags:
  - osv
  - pip
epss: 0.01052
epssPercentile: 0.6289
ingestedAt: '2026-07-08T18:25:49.688Z'
---

## Overview

LLama-Index CLI prior to v0.4.1, corresponding to LLama-Index prior to v0.12.21, contains an OS command injection vulnerability. The vulnerability arises from the improper handling of the `--files` argument, which is directly passed into `os.system`. An attacker who controls the content of this argument can inject and execute arbitrary shell commands. This vulnerability can be exploited locally if the attacker has control over the CLI arguments, and remotely if a web application calls the LLama-Index CLI with a user-controlled filename. This issue can lead to arbitrary code execution on the affected system.

## Affected packages

- `llama-index-cli < 0.4.1`

## Remediation

Upgrade to a patched release:

- `llama-index-cli 0.4.1`
