LlamaIndex Retrievers Integration: DuckDBRetriever SQL Injection
Critical severity
GitHub Reviewed
Published
Mar 20, 2025
to the GitHub Advisory Database
•
Updated May 28, 2025
Package
Affected versions
< 0.4.0
Patched versions
0.4.0
Description
Published by the National Vulnerability Database
Mar 20, 2025
Published to the GitHub Advisory Database
Mar 20, 2025
Reviewed
May 28, 2025
Last updated
May 28, 2025
A SQL injection vulnerability exists in the
duckdb_retriever
component of the run-llama/llama_index repository, specifically in llama-index-retrievers-duckdb-retriever prior to v0.4.0. The vulnerability arises from the construction of SQL queries without using prepared statements, allowing an attacker to inject arbitrary SQL code. This can lead to remote code execution (RCE) by installing the shellfs extension and executing malicious commands.References