paper-with-me

홈 › Papers

Semantic Denial of Service in LLM-controlled robots

2026-04-25 · Jonathan Steinberg, Oren Gal arxiv

Safety-oriented instruction-following is supposed to keep LLM-controlled robots safe. We show it also creates an availability attack surface. By injecting short safety-plausible phrases (1-5 tokens) into a robots audio channel, an adversary can trigger the models safety reasoning to halt or disrupt execution without jailbreaking the model or overriding its policy. In the embodied setting, this is a semantic denial-of-service attack: the agent stops because the injected signal looks like a legitimate alert. Across four vision-language models, seven prompt-level defenses, three deployment modes, and single- and multi-injection settings, we find that prompt-only defenses trade off attack suppression against genuine hazard response. The strongest defenses reduce hard-stop attack success on some models, but defenses change the form of disruption, not its fact: suppressed hard stops re-emerge as acknowledge loops and false alerts, which we measure with Disruption Success Rate (DSR). We further find that injection variety is consistently more effective than repeating the same phrase, suggesting that models treat diverse safety cues as corroborating evidence. The practical implication is architectural rather than prompt-level: systems that route unauthenticated audio text directly into the LLM create an avoidable security dependency between safety monitoring and action selection.

📄 PDF Abstract BibTeX arXiv:2604.24790

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CoAP-DoS: An IoT Network Intrusion Dataset

2022-06-29 · Jared Mathews, Prosenjit Chatterjee, Shankar Banik

The need for secure Internet of Things (IoT) devices is growing as IoT devices are becoming more integrated into vital networks. Many systems rely on these devices to remain available and provide reliable service. Denial…

BIG-bench Machine LearningIntrusion DetectionNetwork Intrusion Detection

Detecting Distributed Denial of Service Attacks Using Logistic Regression and SVM Methods

2024-11-21 · Mohammad Arafat Ullah, Arthy Anjum, Rashedul Amin Tuhin, Shamim Akhter

A distributed denial-of-service (DDoS) attack is an attempt to produce humongous traffic within a network by overwhelming a targeted server or its neighboring infrastructure with a flood of service requests ceaselessly c…

Causality Laundering: Denial-Feedback Leakage in Tool-Calling LLM Agents

2026-04-05 · Mohammad Hossein Chinaei arxiv

Tool-calling LLM agents can read private data, invoke external services, and trigger real-world actions, creating a security problem at the point of tool execution. We identify a denial-feedback leakage pattern, which we…

Application of Decision Tree Classifier in Detection of Specific Denial of Service Attacks with Genetic Algorithm Based Feature Selection on NSL-KDD

2022-10-19 · Deanna Wilborne

Using a Genetic Algorithm and Decision Tree Classifier, the features of the NSL-KDD dataset are reduced using combinatorial optimization to determine the minimum features required to accurately classify Denial of Service…

Combinatorial Optimizationfeature selection

Denial-of-Service Poisoning Attacks against Large Language Models

2024-10-14 · Kuofeng Gao, Tianyu Pang, Chao Du, Yong Yang 외

Recent studies have shown that LLMs are vulnerable to denial-of-service (DoS) attacks, where adversarial inputs like spelling errors or non-semantic prompts trigger endless outputs without generating an [EOS] token. Thes…

16kSpeech-to-Text