---
id: CVE-2025-7707
aliases:
  - GHSA-rg9h-vx28-xxp5
  - PYSEC-2026-1556
title: llama-index has Insecure Temporary File
summary: llama-index has Insecure Temporary File
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'
vendor: llama-index
product: llama-index
ecosystem: pip
affected:
  - llama-index < 0.13.0
patched:
  - llama-index 0.13.0
published: '2025-10-13'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-rg9h-vx28-xxp5'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2025-7707'
  - url: >-
      https://github.com/run-llama/llama_index/commit/98816394d57c7f53f847ed7b60725e69d0e7aae4
  - url: 'https://github.com/run-llama/llama_index'
  - url: 'https://huntr.com/bounties/3fe2c8ab-6727-4aef-a0ef-4d2818e48803'
tags:
  - osv
  - pip
epss: 0.00186
epssPercentile: 0.08461
ingestedAt: '2026-07-08T18:25:52.714Z'
---

## Overview

The llama_index library version 0.12.33 sets the NLTK data directory to a subdirectory of the codebase by default, which is world-writable in multi-user environments. This configuration allows local users to overwrite, delete, or corrupt NLTK data files, leading to potential denial of service, data tampering, or privilege escalation. The vulnerability arises from the use of a shared cache directory instead of a user-specific one, making it susceptible to local data tampering and denial of service.

## Affected packages

- `llama-index < 0.13.0`

## Remediation

Upgrade to a patched release:

- `llama-index 0.13.0`
