Open App →
Back to News Feed
IEEE Spectrum September 16, 2026 By VicOne neutral

Rethinking Robot Safety in the Age of AI

NVIDIAAI / LLMSemiconductorsNVIDIA / GPURegulationEdge AIData Center
<img src="https://spectrum.ieee.org/media-library/humanoid-robots-and-people-walking-through-a-modern-city-street-with-glass-buildings.jpg?id=67745861&width=1245&height=700&coordinates=0%2C0%2C0%2C0"/><br/><br/><p><em>This article is brought to you by <a href="https://vicone.com?utm_source=ieee-spectrum&utm_medium=sponsored-content&utm_campaign=2026-09" target="_blank">VicOne</a>.</em></p><p>Robot safety has traditionally asked: Can a machine remain safe when something goes wrong? Physical AI raises a harder question: Can a machine remain safe when an attacker changes what it sees, decides, or does even when nothing appears to have failed?</p><p>As AI and robotics continue to advance at an unprecedented pace, modern robots perceive through multimodal sensors, interpret context using AI models, and translate those interpretations into physical action. As they move into dynamic environments, their safety increasingly depends on the integrity of the data guiding their decisions.</p><p>That dependence creates risks that conventional safety assessments may not fully capture. Recent research has demonstrated that manipulating what a robot sees, hears, or interprets can influence its behavior without requiring direct control.</p><p>Such manipulation can occur anywhere across its complex sensing and decision-making system — a layered attack surface encompassing training pipelines, system infrastructure, and runtime perception.</p><h2>Layer One: Corrupting intelligence at its source</h2><p>In 2017, <a href="https://arxiv.org/abs/1708.06733" rel="noopener noreferrer" target="_blank">BadNets</a> demonstrated that a model could behave normally under most conditions, yet fail in the presence of a specific hidden trigger. In one example, a subtle pattern caused a stop sign to be misclassified as a speed limit sign without affecting the model’s behavior on other inputs.</p><p>What began as a classification vulnerability has since evolved into action manipulation.</p><p>At NeurIPS 2025, researchers introduced <a href="https://arxiv.org/abs/2505.16640" rel="noopener noreferrer" target="_blank">BadVLA</a><strong> </strong>a backdoor attack targeting Vision-Language-Action (VLA) models that allow robots to see, interpret instructions, and produce coordinated physical movement. Rather than altering a single label, the attack caused conditional deviations in the robot’s action trajectory when a trigger was present. Without the trigger, the model largely preserved normal task performance, while the backdoor remained effective under task transfers and model fine-tuning.</p><p>A related study in 2025, <a href="https://arxiv.org/abs/2510.09269" rel="noopener noreferrer" target="_blank">GoBA</a>, showed that ordinary objects such as a coffee mug could serve as a reliable trigger. The researchers reported a 97 percent attack success rate without degrading performance on clean inputs.</p><p class="pull-quote">A critical safety question today is whether Physical AI models remain within their task and safety boundaries under adversarial conditions.</p><p>These studies expose a blind spot in model validation: A model may pass testing yet produce corrupted behavior when a hidden trigger appears in operation.</p><p>So a critical safety question today is whether Physical AI models remain within their task and safety boundaries under adversarial conditions. <a href="https://vicone.com/company/press-releases/vicone-turns-def-con-34-robot-hacking-research-into-free-nvidia-isaac-sim-extension?utm_source=ieee-spectrum&utm_medium=sponsored-content&utm_campaign=2026-09" rel="noopener noreferrer" target="_blank">Simulation tools</a> such as NVIDIA Isaac Sim, when paired with <a href="https://vicone.com/products/radeis?utm_source=ieee-spectrum&utm_medium=sponsored-content&utm_campaign=2026-09" target="_blank">VicOne Radeis</a>, can test the effects of manipulated inputs before deployment.</p><p class="shortcode-media shortcode-media-youtube"> <span class="rm-shortcode" data-rm-shortcode-id="fe238fbc85e0e9d5ab228b9941e03b92" style="display:block;position:relative;padding-top:56.25%;"><iframe frameborder="0" height="auto" lazy-loadable="true" scrolling="no" src="https://www.youtube.com/embed/SJH5PFiqQQ8?rel=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" width="100%"></iframe></span> <small class="image-media media-caption" placeholder="Add Photo Caption...">VicOne LAB R7 demonstrates Radeis, a Physical AI safety validator for NVIDIA Isaac Sim that tests how adversarial visual inputs affect robot behavior before deployment.</small><small class="image-media media-photo-credit" placeholder="Add Photo Credit...">VicOne</small></p><h2>Layer Two: System vulnerabilities as gateways to AI control</h2><p>Even a securely trained model can be subverted if the surrounding system stack is vulnerable.</p><p>In September 2025, researchers disclosed <a href="https://github.com/Bin4ry/UniPwn" rel="noopener noreferrer" target="_blank">UniPwn</a>, a Bluetooth <a href="https://spectrum.ieee.org/unitree-robot-exploit" target="_blank">exploit chain affecting quadruped and humanoid robots</a> from a major manufacturer. Hardcoded cryptographic keys allowed traffic decryption, authentication checks were bypassed, and command injection enabled root-level execution. The exploit is also described as “wormable.” A compromised robot could scan nearby units and potentially affect an entire fleet.</p><p class="shortcode-media shortcode-media-youtube"> <span class="rm-shortcode" data-rm-shortcode-id="5b91ed786a1def3b7559894e9734b569" style="display:block;position:relative;padding-top:56.25%;"><iframe frameborder="0" height="auto" lazy-loadable="true" scrolling="no" src="https://www.youtube.com/embed/v0i_0Or4ytU?rel=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" width="100%"></iframe></span> <small class="image-media media-caption" placeholder="Add Photo Caption...">VicOne Lab R7’s demo shows how chaining three wireless exploits can trigger uncontrolled robot behavior within 60 seconds, resulting in operational disruption.</small><small class="image-media media-photo-credit" placeholder="Add Photo Credit...">VicOne</small></p><p><span>Middleware creates another exposure point. Vulnerabilities in <a href="https://www.ros.org/" target="_blank">ROS 2</a> and DDS-based systems can enable arbitrary code execution or abuse unauthenticated topics to deliver malicious commands. With sufficient access, an attacker could override motor commands or replace AI model weights without directly attacking the model architecture.</span></p><p>In this case, the components may still function as designed. What has changed is the trustworthiness of the commands flowing through the system. Vulnerability management can help teams identify known risks before deployment, while continuous monitoring can surface emerging threats.</p><h2>Layer Three: Manipulating perception and reasoning at runtime</h2><p>At runtime, manipulating inputs that shape perception or reasoning may require neither firmware modification nor a network breach.</p><p>In 2024, <a href="https://robopair.org/" target="_blank">RoboPAIR</a><strong> </strong>demonstrated how carefully structured prompts could redirect LLM-controlled robots into unsafe trajectories. <a href="https://arxiv.org/abs/2407.20242" target="_blank">BadRobot</a><strong> </strong>exposed a deeper architectural weakness: in several cases, a robot verbally refused a dangerous command while its motion controller executed the action anyway.</p><p>Vision-based manipulation is equally powerful. <a href="https://arxiv.org/abs/2411.13587" target="_blank">VLAttack</a><strong> </strong>showed that an adversarial patch within the camera’s view could reduce a VLA model’s task success rate to zero. <a href="https://arxiv.org/abs/2509.19870" target="_blank">FreezeVLA</a><strong> </strong>showed that a single adversarial image could freeze a robot’s decision-making loop, making it unresponsive to subsequent instructions.</p><p class="pull-quote">Runtime assurance must therefore look beyond whether individual components remain available and assess whether cyber events are beginning to affect physical behavior.</p><p>In each case, the camera may still work, the model may still run, and the controller may still respond. Yet the resulting behavior can be unsafe because the robot is acting on manipulated perception or reasoning.</p><p>Runtime assurance must therefore look beyond whether individual components remain available and assess whether cyber events are beginning to affect physical behavior. Security event correlation, behavioral-impact assessment, and policy-bounded response supported by edge AI, can help contain the affected path without unnecessarily stopping the entire robot fleet.</p><h2>From point-in-time safety to lifecycle assurance</h2><p>The risks across these three layers reveal the missing layer in robot safety assurance: cybersecurity. Functional safety addresses failures and unexpected operating conditions; cybersecurity extends that assurance to deliberate manipulation, including attacks that may leave the underlying system apparently functional.</p><p>This requires assurance across the robot’s lifecycle. During design, teams need to understand which cyber risks could invalidate assumptions behind intended behavior. Before deployment, they should test whether realistic attacks can cause a robot to deviate from its task or safety boundaries. In operation, monitoring should identify whether cyber events are beginning to affect behavior, contain the affected path, and preserve safe operation where possible.</p><p class="shortcode-media shortcode-media-rebelmouse-image"> <img alt="Diagram of end\u2011to\u2011end AI robot security from development to operation monitoring" class="rm-shortcode" data-rm-shortcode-id="3a5c07555be0c79667c536a20f66a2f2" data-rm-shortcode-name="rebelmouse-image" id="097ea" loading="lazy" src="https://spectrum.ieee.org/media-library/diagram-of-end-u2011to-u2011end-ai-robot-security-from-development-to-operation-monitoring.jpg?id=67745953&width=980"/> <small class="image-media media-caption" placeholder="Add Photo Caption...">VicOne’s lifecycle approach combines AI model and vulnerability scanning, simulation-based validation, and continuous monitoring to help secure robots from development through operation.</small><small class="image-media media-photo-credit" placeholder="Add Photo Credit...">VicOne</small></p><p><span>While cybersecurity does not replace functional safety, it helps ensure that Physical AI remains within acceptable boundaries even when what it sees, decides, or does is under attack.</span></p><p>For a deeper look at the cybersecurity risks and defense strategies shaping autonomous robotics, download our whitepaper “<a href="https://info.vicone.com/ai-robotics-security-risk-whitepaper?utm_source=ieee-spectrum&utm_medium=sponsored-content&utm_campaign=2026-09" target="_blank">Securing the Rise of AI Robots: Cyber Risks, Real-World Threats, and Defense Strategies</a>.”</p>
Read original article ↗

Related Articles

Apple might make servers again to cash in on the AI rush

According to The Information, Apple is planning to get back into the server game and might just pair up with NVIDIA to m

The Verge · September 16, 2026

IonQ and Partners Report AI Method for Scaling Hybrid Quantum Optimization

An AI model directly generated quantum circuits, making accurate large-scale optimization faster and more affordable wit

HPC Wire · September 16, 2026

Developer vibe codes a tool to let NVIDIA RTX 50-series laptop owners crank up their power limits — can juice RTX 5090 mobile GPU to 225W

A developer has created a fully vibe-coded tool that seems to work to allow some GeForce RTX 50-series laptops to crank

Tom's Hardware · September 16, 2026

NVIDIA Vera Rubin NVL72 Delivers Leading Performance in MLPerf Inference v6.1 Debut

System performance, efficient infrastructure scaling and continuous software optimization are key levers that determine

Nvidia Blog · September 16, 2026