CVE-2026-45403

AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to 1.13.0, the AnythingLLM agent filesystem copy tool validates only the top-level source and destination paths. The recursive copy helper then descends into child entries using fs.stat() and copies files with fs.copyFile() without validating each child or rejecting symlinks. Because both APIs follow symlinks, a symlink nested inside an allowed source directory can point outside the allowed filesystem root and cause outside file contents to be copied into an allowed destination as a regular file. This vulnerability is fixed in 1.13.0.
Configurations

Configuration 1 (hide)

cpe:2.3:a:mintplexlabs:anythingllm:*:*:*:*:*:*:*:*

History

21 Jul 2026, 10:10

Type Values Removed Values Added
Summary
  • (es) AnythingLLM es una aplicación que convierte piezas de contenido en contexto que cualquier LLM puede usar como referencias durante el chat. Antes de la versión 1.13.0, la herramienta de copia del sistema de archivos del agente de AnythingLLM valida solo las rutas de origen y destino de nivel superior. El asistente de copia recursiva luego desciende a las entradas secundarias usando fs.stat() y copia archivos con fs.copyFile() sin validar cada elemento secundario ni rechazar los enlaces simbólicos. Debido a que ambas API siguen los enlaces simbólicos, un enlace simbólico anidado dentro de un directorio de origen permitido puede apuntar fuera de la raíz del sistema de archivos permitida y hacer que el contenido de archivos externos se copie en un destino permitido como un archivo regular. Esta vulnerabilidad se corrige en la versión 1.13.0.

02 Jun 2026, 14:48

Type Values Removed Values Added
CPE cpe:2.3:a:mintplexlabs:anythingllm:*:*:*:*:*:*:*:*
First Time Mintplexlabs
Mintplexlabs anythingllm
References () https://github.com/Mintplex-Labs/anything-llm/commit/21ce03087145a4261c1de03b056fba639f699c09 - () https://github.com/Mintplex-Labs/anything-llm/commit/21ce03087145a4261c1de03b056fba639f699c09 - Patch
References () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-vjrp-43mm-j7vw - () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-vjrp-43mm-j7vw - Exploit, Mitigation, Vendor Advisory

29 May 2026, 20:16

Type Values Removed Values Added
References () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-vjrp-43mm-j7vw - () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-vjrp-43mm-j7vw -

28 May 2026, 22:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-28 22:17

Updated : 2026-07-21 10:10


NVD link : CVE-2026-45403

Mitre link : CVE-2026-45403

CVE.ORG link : CVE-2026-45403


JSON object : View

Products Affected

mintplexlabs

  • anythingllm
CWE
CWE-59

Improper Link Resolution Before File Access ('Link Following')