paper-with-me

Papers

Adversarial SQL Injection Generation with LLM-Based Architectures

2026-05-11 · Ali Karakoc, H. Birkan Yilmaz arxiv

SQL injection (SQLi) attacks are still one of the serious attacks ranked in the Open Worldwide Application Security Project (OWASP) Top 10 threats. Today, with advances in Artificial Intelligence (AI), especially in Large Language Models (LLMs), an opportunity has been created for automating adversarial attack tests to measure the defense mechanisms. In this paper, we aim to create a comprehensive evaluation of use cases that utilize LLMs for adversarial SQL injection generation. We introduce two novel LLM-based systems, Retrieval Augmented Generation for Adversarial SQLi (RADAGAS) and Reflective Chain-of-Thought SQLi (RefleXQLi), and compare them with existing baselines against 10 Web Application Firewalls (WAFs) and one execution-based MySQL validator. To perform a comprehensive test, we used six rule-based open-source WAFs (ModSecurity PL1--3, Coraza PL1--3), 2 AI/ML-based WAFs (WAF Brain, CNN-WAF), and 2 commercial WAFs (AWS WAF and Cloudflare WAF). For the LLM models, we used GPT-4o, Claude 3.7 Sonnet, and DeepSeek R1. Our tests consist of 240 experiments that generate 240,000 payloads and perform 2.2 million tests against WAFs. Our comprehensive evaluation reveals that RADAGAS-GPT4o outperforms other baseline models with a 22.73\% bypass rate. The proposed RADAGAS variants are highly successful on AI/ML-based WAFs (92.49\% on WAF-Brain by RADAGAS-DeepSeek, 80.48\% on CNN-WAF by RADAGAS-Claude), but struggle to bypass rule-based WAFs (0--5.70\% on ModSecurity and Coraza). In addition to these findings, another observation is that creating less diverse payloads achieves more bypasses, however they show poor results if the initially chosen payload is not successful. We observe that our findings provide a comprehensive view on using LLM-based approaches in security testing.

📄 PDF Abstract BibTeX arXiv:2605.11188

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Zero-Shot Embedding Drift Detection: A Lightweight Defense Against Prompt Injections in LLMs

2026-01-18 · Anirudh Sekar, Mrinal Agarwal, Rachel Sharma, Akitsugu Tanaka 외 arxiv

Prompt injection attacks have become an increasing vulnerability for LLM applications, where adversarial prompts exploit indirect input channels such as emails or user-generated content to circumvent alignment safeguards…

SLACK: Attacking LiDAR-based SLAM with Adversarial Point Injections

2025-04-03 · Prashant Kumar, Dheeraj Vattikonda, Kshitij Madhav Bhat, Kunal Dargan 외

The widespread adoption of learning-based methods for the LiDAR makes autonomous vehicles vulnerable to adversarial attacks through adversarial \textit{point injections (PiJ)}. It poses serious security challenges for na…

Autonomous VehiclesContrastive Learning

Led to Mislead: Adversarial Content Injection for Attacks on Neural Ranking Models

2026-05-02 · Amin Bigdeli, Amir Khosrojerdi, Radin Hamidi Rad, Morteza Zihayat 외 arxiv

Neural Ranking Models (NRMs) are central to modern information retrieval but remain highly vulnerable to adversarial manipulation. Existing attacks often rely on heuristics or surrogate models, limiting effectiveness and…

Information Retrieval

Do Agents Dream of False Memories? Black-box Visual Attacks on Long-term Memory in Multimodal AI Agents

2026-07-17 · Halima Bouzidi, Mboutidem Ekemini Mkpong, Mohammad Abdullah Al Faruque arxiv

Multimodal AI agents increasingly rely on persistent long-term memory to ground generation in past visual and textual episodes. We show that unconditional trust in visual data creates a critical vulnerability. We propose…

OET: Optimization-based prompt injection Evaluation Toolkit

2025-05-01 · Jinsheng Pan, Xiaogeng Liu, Chaowei Xiao

Large Language Models (LLMs) have demonstrated remarkable capabilities in natural language understanding and generation, enabling their widespread adoption across various domains. However, their susceptibility to prompt …

Adversarial RobustnessNatural Language UnderstandingRed Teaming