CVE-2026-48116

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 filesystem-search-files agent skill passes its LLM-controlled pattern parameter to ripgrep as a positional argument without a -- end-of-options separator. ripgrep parses any argument that starts with - as an option, so a pattern of --pre=/bin/sh turns ripgrep into a script executor: it runs /bin/sh <file> for every file it walks. An attacker who can chat with an agent on a deployment with the filesystem plugin enabled (the default in the official Docker image) can use this, together with the sibling filesystem-write-text-file skill, to run arbitrary commands inside the AnythingLLM server container. 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 fragmentos de contenido en contexto que cualquier LLM puede usar como referencias durante el chat. Antes de la versión 1.13.0, la habilidad del agente filesystem-search-files pasa su parámetro de patrón controlado por LLM a ripgrep como un argumento posicional sin un separador de fin de opciones --. ripgrep analiza cualquier argumento que comienza con - como una opción, por lo que un patrón de --pre=/bin/sh convierte a ripgrep en un ejecutor de scripts: ejecuta /bin/sh <file> para cada archivo que recorre. Un atacante que puede chatear con un agente en una implementación con el plugin de sistema de archivos habilitado (el valor predeterminado en la imagen oficial de Docker) puede usar esto, junto con la habilidad hermana filesystem-write-text-file, para ejecutar comandos arbitrarios dentro del contenedor del servidor de AnythingLLM. Esta vulnerabilidad está corregida en la versión 1.13.0.

30 May 2026, 04:17

Type Values Removed Values Added
References () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-6hrp-7mw6-8v59 - Exploit, Mitigation, Vendor Advisory () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-6hrp-7mw6-8v59 - Exploit, Mitigation, Vendor Advisory

29 May 2026, 18:50

Type Values Removed Values Added
References () https://github.com/Mintplex-Labs/anything-llm/commit/94ed62d320df1a06c229e4bc3ee09c2cb5111b33 - () https://github.com/Mintplex-Labs/anything-llm/commit/94ed62d320df1a06c229e4bc3ee09c2cb5111b33 - Patch
References () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-6hrp-7mw6-8v59 - () https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-6hrp-7mw6-8v59 - Exploit, Mitigation, Vendor Advisory
CPE cpe:2.3:a:mintplexlabs:anythingllm:*:*:*:*:*:*:*:*
First Time Mintplexlabs
Mintplexlabs anythingllm

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-48116

Mitre link : CVE-2026-48116

CVE.ORG link : CVE-2026-48116


JSON object : View

Products Affected

mintplexlabs

  • anythingllm
CWE
CWE-77

Improper Neutralization of Special Elements used in a Command ('Command Injection')

CWE-88

Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')