67 matches found
CVE-2024-10513
CVE-2024-10513 describes a path traversal in mintplex-labs/anything-llm prior to 1.2.2 via the /api/document/move-files endpoint in the document uploads manager. An attacker with the manager role can relocate the anythingllm.db database to a publicly accessible directory, then download and delete...
CVE-2026-41318
AnythingLLM prior to v1.12.1 is vulnerable to stored DOM-based XSS via an unsafe image rendering rule and unsanitized chart captions in the Chartable component. The vulnerability arises because renderMarkdown(...) output is sanitized in all call sites except Chartable, where LLM-generated caption...
CVE-2024-4084
CVE-2024-4084 affects mintplex-labs/anything-llm. The issue is a Server-Side Request Forgery (SSRF) due to insufficient validation of user-supplied URLs, enabling access to internal assets and services. Attackers can bypass intranet IP filters (192/172/10/127) and protocol restrictions by using a...
CVE-2024-8248
CVE-2024-8248 affects mintplex-labs/anything-llm (commit 296f041). The vulnerability occurs in the project’s normalizePath function, enabling path traversal that can read/write arbitrary files in the storage directory and potentially escalate privileges from manager to admin. Connected sources co...
CVE-2026-32719
AnythingLLM (versions
CVE-2026-48116
AnythingLLM CVE-2026-48116: Prior to 1.13.0, the filesystem-search-files agent passes a user-controlled pattern to ripgrep as a positional argument without a -- end-of-options separator. ripgrep interprets arguments starting with - as options, so a pattern like --pre=/bin/sh can execute /bin/sh f...
CVE-2024-7771
CVE-2024-7771 affects the Dockerized mintplex-labs/anything-llm (latest digest 1d9452da2b92). The issue is in the localWhisper audio transcription path: resampling from 1 Hz to 16000 Hz can quickly exhaust memory, causing the Docker container to be killed by the daemon and leading to a denial of ...
CVE-2026-47713
Summary of CVE-2026-47713 : AnythingLLM prior to version 1.13.0 allowed a mobile device token created in single-user mode to survive the migration to multi-user mode without an attached user. In multi-user mode, the mobile authentication middleware accepted this token, causing downstream handlers...
CVE-2026-5627
The CVE-2026-5627 issue affects mintplex-labs/anything-llm up to version 1.9.1, specifically in the AgentFlows component. The vulnerability stems from improper handling of user input in loadFlow and deleteFlow (server/utils/agentFlows/index.js), where path.join combined with normalizePath can byp...
CVE-2026-32626
CVE-2026-32626 affects AnythingLLM Desktop (1.11.1 and earlier). The root cause is in the chat rendering pipeline where user-provided content is interpolated into the alt attribute of an image in frontend/src/utils/chat/markdown.js without HTML entity escaping, combined with rendering the output ...
CVE-2026-45403
Summary of CVE-2026-45403 : AnythingLLM’s agent filesystem copy tool (prior to v1.13.0) validates only the top-level source/destination. The recursive copy helper traverses child entries with fs.stat() and copies via fs.copyFile() without validating each child or rejecting symlinks. A symlink ins...
CVE-2026-32717
AnythingLLM prior to 1.11.2 in multi-user mode suffers an access control bypass where suspended users remain authenticated via browser extension API keys. If a user already has a valid brx-... browser extension API key, it continues to work after suspension, allowing access to browser extension e...
CVE-2026-42456
AnythingLLM vulnerable prior to v1.12.1: GET /api/workspace/:slug/tts/:chatId exposes another user’s private chat response as TTS audio due to ownership check not being enforced, enabling IDOR. Authenticated users can access audio content by guessing known chatId. Issue patched in v1.12.1; remedi...
CVE-2026-32715
CVE-2026-32715 | AnythingLLM in versions up to 1.11.1 has a privilege bypass where two generic system-preferences endpoints expose manager-level access, bypassing admin-only restrictions. This allows a manager to read plaintext SQL database credentials and overwrite admin-only global settings (e....
CVE-2025-63390
CVE-2025-63390 affects AnythingLLM v1.8.5 with an authentication bypass via the /api/workspaces endpoint. The endpoint fails to enforce auth, allowing unauthenticated remote attackers to enumerate and retrieve detailed workspace configuration data (ids, names, slugs; AI model configs like chatPro...
CVE-2026-32617
AnythingLLM prior to 1.11.1 on default installations with no credentials exposes unauthenticated HTTP endpoints and WebSocket, with CORS accepting any origin. The server binds to 127.0.0.1 by default, and browser Private Network Access blocks public-to-private requests, so exploitation is feasibl...
CVE-2026-24478
CVE-2026-24478 — AnythingLLM is affected by a prior to 1.10.0 path traversal in the DrupalWiki integration that allows a malicious admin (or an attacker tricking an admin) to write arbitrary server files, enabling Remote Code Execution (RCE) by overwriting configuration files or adding scripts. M...