English

Simulating SQL Injection Vulnerability Exploitation Using Q-Learning Reinforcement Learning Agents

Cryptography and Security 2021-05-25 v2 Machine Learning

Abstract

In this paper, we propose a formalization of the process of exploitation of SQL injection vulnerabilities. We consider a simplification of the dynamics of SQL injection attacks by casting this problem as a security capture-the-flag challenge. We model it as a Markov decision process, and we implement it as a reinforcement learning problem. We then deploy reinforcement learning agents tasked with learning an effective policy to perform SQL injection; we design our training in such a way that the agent learns not just a specific strategy to solve an individual challenge but a more generic policy that may be applied to perform SQL injection attacks against any system instantiated randomly by our problem generator. We analyze the results in terms of the quality of the learned policy and in terms of convergence time as a function of the complexity of the challenge and the learning agent's complexity. Our work fits in the wider research on the development of intelligent agents for autonomous penetration testing and white-hat hacking, and our results aim to contribute to understanding the potential and the limits of reinforcement learning in a security environment.

Keywords

Cite

@article{arxiv.2101.03118,
  title  = {Simulating SQL Injection Vulnerability Exploitation Using Q-Learning Reinforcement Learning Agents},
  author = {Laszlo Erdodi and Åvald Åslaugson Sommervoll and Fabio Massimo Zennaro},
  journal= {arXiv preprint arXiv:2101.03118},
  year   = {2021}
}

Comments

20 pages, 6 figures

R2 v1 2026-06-23T21:55:33.806Z