SQL Injection Vulnerability in AnythingLLM Application by Mintplex Labs
CVE-2026-32628
7.7HIGH
What is CVE-2026-32628?
The AnythingLLM application, utilized for transforming content into usable context for various language models, is susceptible to a SQL injection flaw that allows any user with access to the built-in SQL Agent plugin to execute arbitrary SQL commands on associated databases. This vulnerability arises from the getTableSchemaSql() method within all three database connectors—MySQL, PostgreSQL, and MSSQL—where SQL queries are formed through direct string concatenation of the user-supplied table_name parameter, devoid of necessary sanitization or parameterization, potentially leading to severe security risks.
Affected Version(s)
anything-llm <= 1.11.1
