Testing Russian LLMs Against OWASP LLM10: Unbounded Consumption Attacks
Яндекс
Сбер
Researchers from the AI Red Team project tested Russian flagship models YandexGPT Lite 5 and GigaChat Lite against OWASP LLM10: Unbounded Consumption attacks. They used specially crafted prompts to trigger recursive context expansion, fractal nesting, combinatorial explosion, and multi-agent simulations, aiming to increase computational load. The study highlights that traditional defenses are insufficient against such resource-exhaustion attacks.
The article discusses the OWASP LLM10: Unbounded Consumption category, which focuses on attacks that force language models to perform disproportionately large amounts of computation, leading to resource exhaustion and denial of service. The researchers prepared malicious prompts representing various attack classes, including recursive context expansion (Quine-like recursion), fractal nesting, computational explosion, semantic combinatorial explosion, multi-agent simulation, and glitch token abuse. These prompts can cause models to generate excessively long responses, simulate thousands of entities, or recursively analyze their own reasoning, all while appearing as legitimate user requests. The study tested two Russian flagship LLMs, YandexGPT Lite 5 and GigaChat Lite, using the AI Red Team web service, which supports over 2000 malicious prompts, 200 of which target OWASP LLM10. The evaluation involved LLM-as-judge with manual validation. The article emphasizes that traditional security measures like keyword filtering are ineffective, and highlights the need for more robust architectural defenses.
- Abbreviations
- LLM = Large Language Model — большая языковая модель
- RAG = Retrieval-Augmented Generation — генерация с дополненной выборкой
- API = Application Programming Interface — программный интерфейс приложения
- GPU = Graphics Processing Unit — графический процессор
- WAF = Web Application Firewall — межсетевой экран веб-приложения
Source: Habr — хаб ИИ —
original
