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

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-05-30 04:17


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')