LlamaIndex (run-llama/llamaindex) versions up to and including 0.12.2 contain an uncontrolled resource consumption vulnerability in the VannaPack VannaQueryEngine implementation. The customquery() logic generates SQL statements from a user-supplied prompt and executes them via vn.runsql() without enforcing query execution limits In downstream deployments where untrusted users can supply prompts, an attacker can trigger expensive or unbounded SQL operations that exhaust CPU or memory resources, resulting in a denial-of-service condition. The vulnerable execution path occurs in llamaindex/packs/vanna/base.py within custom_query().