SQL Injection in Vanna-Ai Vanna-Ai/vanna

CVE-2024-7764

Vanna-ai v0.6.2 is vulnerable to SQL Injection due to insufficient protection against injecting additional SQL commands from user requests. The vulnerability occurs when the `generate_sql` function calls `extract_sql` with the LLM response. An attacker can include a semi-colon between a search data field and their own command, causing the `extract_sql` function to remove all LLM generated SQL and execute the attacker's command if it passes the `is_sql_valid` function. This allows the execution of user-defined SQL beyond the expected boundaries, notably the trained schema.

Vulnerability class: SQL Injection

EPSS: 0.007 (50.1th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 8.1 (High). Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2024-7764?
CVE-2024-7764 is a high-severity vulnerability in Vanna-Ai Vanna-Ai/vanna, classified under SQL Injection. CVSS score: 8.1/10. Published 2025-03-20.
How severe is CVE-2024-7764?
High severity. CVSS v3 base score is 8.1 out of 10.