On the Security Vulnerabilities of Text-to-SQL Models
Xutan Peng, Yipeng Zhang, Jingfeng Yang, Mark Stevenson
TL;DR
The paper presents a security-focused evaluation of Text-to-SQL systems, showing that six commercial Text-to-SQL services are vulnerable to black-box injections that can cause information disclosure, tampering, and DoS, while four open-source Text-to-SQL models can be backdoored via poisoned training data with negligible impact on normal performance. It demonstrates that both real-world deployments and supply-chain pathways can be exploited, including recovery of database parameters and disruptive attacks, and shows that backdoors generalize across database schemata. The authors propose practical mitigations, such as input filtering, supplier verification, and defense-in-depth strategies, and advocate for automated vulnerability detection and responsible disclosure. The findings highlight a critical need for security-aware design and testing of NLP-based database interfaces as NLP adoption in production grows.
Abstract
Although it has been demonstrated that Natural Language Processing (NLP) algorithms are vulnerable to deliberate attacks, the question of whether such weaknesses can lead to software security threats is under-explored. To bridge this gap, we conducted vulnerability tests on Text-to-SQL systems that are commonly used to create natural language interfaces to databases. We showed that the Text-to-SQL modules within six commercial applications can be manipulated to produce malicious code, potentially leading to data breaches and Denial of Service attacks. This is the first demonstration that NLP models can be exploited as attack vectors in the wild. In addition, experiments using four open-source language models verified that straightforward backdoor attacks on Text-to-SQL systems achieve a 100% success rate without affecting their performance. The aim of this work is to draw the community's attention to potential software security issues associated with NLP algorithms and encourage exploration of methods to mitigate against them.
