cve/2024/CVE-2024-5565.md
2024-06-18 02:51:15 +02:00

883 B
Raw Blame History

CVE-2024-5565

Description

The Vanna library uses a prompt function to present the user with visualized results, it is possible to alter the prompt using prompt injection and run arbitrary Python code instead of the intended visualization code. Specifically - allowing external input to the librarys “ask” method with "visualize" set to True (default behavior) leads to remote code execution.

POC

Reference

Github

No PoCs found on GitHub currently.