ghsa-rg9h-vx28-xxp5
Vulnerability from github
Published
2025-10-13 18:31
Modified
2025-10-13 21:02
Severity ?
VLAI Severity ?
Summary
llama-index has Insecure Temporary File
Details
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": [ { "package": { "ecosystem": "PyPI", "name": "llama-index" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.13.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-7707" ], "database_specific": { "cwe_ids": [ "CWE-377" ], "github_reviewed": true, "github_reviewed_at": "2025-10-13T21:02:28Z", "nvd_published_at": "2025-10-13T17:15:35Z", "severity": "HIGH" }, "details": "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.", "id": "GHSA-rg9h-vx28-xxp5", "modified": "2025-10-13T21:02:28Z", "published": "2025-10-13T18:31:13Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7707" }, { "type": "WEB", "url": "https://github.com/run-llama/llama_index/commit/98816394d57c7f53f847ed7b60725e69d0e7aae4" }, { "type": "PACKAGE", "url": "https://github.com/run-llama/llama_index" }, { "type": "WEB", "url": "https://huntr.com/bounties/3fe2c8ab-6727-4aef-a0ef-4d2818e48803" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", "type": "CVSS_V3" } ], "summary": "llama-index has Insecure Temporary File" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…