CVE Catalog

CVE-2026-48116

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.37%

29th percentile - higher than 29% of all known CVEs

Summary

In AnythingLLM 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 starting with - as an option, so a pattern of --pre=/bin/sh turns ripgrep into a script executor, running /bin/sh for each file. Attackers can use this with the filesystem-write-text-file skill to execute arbitrary commands in the AnythingLLM server container.

Risk Assessment

The risk is remote code execution (RCE) in the AnythingLLM container by an attacker who can chat with an agent with the filesystem plugin enabled (default in the official Docker image). This could lead to full container compromise and data access.

Recommendation

Immediately upgrade AnythingLLM to version 1.13.0 or later. If upgrade is not possible, temporarily disable the filesystem plugin or restrict agent access to trusted users only.

Other vulnerabilities in AnythingLLM

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS