惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
G
Google Developers Blog
WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Blog — PlanetScale
Blog — PlanetScale
T
Tailwind CSS Blog
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
I
InfoQ
MyScale Blog
MyScale Blog
V
V2EX
B
Blog
罗磊的独立博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

IEEE Spectrum

Single-Phase Direct Liquid Cooling Is Proven for the Next Decade of Ultra-Dense Compute - Wiley Science and Engineering Content Hub Responsible AI for Higher Education How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip Adversarial Fashion Makes a Statement on AI Surveillance AI Agents Run Real Shops to Expose Their Hidden Failure Modes AI Text Watermarks Will Rewrite Models' Language China’s Regulators Take Aim at "AI Boyfriends" Will Junior Engineers Learn Enough in an AI-First Coding World? DeepMind's AI Just Mapped 9 Billion Possible DNA Variants AI Efficiency Could Cost Us the Next Generation of Experts Cash in on the AI Boom by Renting Out Your Spare Compute Inside Silico’s AI Microscope That Makes Black Boxes Make More Sense AI Companion Robots Are Closing the Human Connection in Modern Homes Self-driving Cars Could Someday Take Requests What Adaptability Actually Means in Tech Jobs This IEEE Senior Member Develops AI Tools for E-Commerce Sites Stop Hunting, Start Solving: Accelerating Root Cause Analysis with Agentic AI How AMD’s AI Swarms Are Rewriting the Software Development Playbook AI-Generated Math Proof Hints at a Path to Safer Automated Code Roll Over GPUs, CPUs Are Back In the Spotlight 2026 State of Visual and Physical AI: A Survey of 700+ Practitioners - Wiley Science and Engineering Content Hub Can Careful Training Make AI a Trusted Partner for Judges Worldwide? Runaway OpenAI Agent Hits Hugging Face and Exposes AI Guardrail Gaps IEEE Course Teaches How to Use AI to Modernize Power Grids Should Researchers Write Papers for AI Instead of People? The 2026 R&D Benchmark Report: Waste, AI and the Race to Market - Wiley Science and Engineering Content Hub Fridays With Bob Can Weightless Neural Nets Make Chatbots Lean and Fast? Siobahn Day Grady Wants Everyone to Be AI Literate When AI Literacy Becomes the New Fault Line In Global Inequality
How Hidden Triggers Can Make Robots Ignore Their Own Safe...
https://www.facebook.com/48576411181 · 2026-09-17 · via IEEE Spectrum

This article is brought to you by VicOne.

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?

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.

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.

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.

Layer One: Corrupting intelligence at its source

In 2017, BadNets 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.

What began as a classification vulnerability has since evolved into action manipulation.

At NeurIPS 2025, researchers introduced BadVLA 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.

A related study in 2025, GoBA, 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.

A critical safety question today is whether Physical AI models remain within their task and safety boundaries under adversarial conditions.

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.

So a critical safety question today is whether Physical AI models remain within their task and safety boundaries under adversarial conditions. Simulation tools such as NVIDIA Isaac Sim, when paired with VicOne Radeis, can test the effects of manipulated inputs before deployment.

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.VicOne

Layer Two: System vulnerabilities as gateways to AI control

Even a securely trained model can be subverted if the surrounding system stack is vulnerable.

In September 2025, researchers disclosed UniPwn, a Bluetooth exploit chain affecting quadruped and humanoid robots 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.

VicOne Lab R7’s demo shows how chaining three wireless exploits can trigger uncontrolled robot behavior within 60 seconds, resulting in operational disruption.VicOne

Middleware creates another exposure point. Vulnerabilities in ROS 2 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.

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.

Layer Three: Manipulating perception and reasoning at runtime

At runtime, manipulating inputs that shape perception or reasoning may require neither firmware modification nor a network breach.

In 2024, RoboPAIR demonstrated how carefully structured prompts could redirect LLM-controlled robots into unsafe trajectories. BadRobot exposed a deeper architectural weakness: in several cases, a robot verbally refused a dangerous command while its motion controller executed the action anyway.

Vision-based manipulation is equally powerful. VLAttack showed that an adversarial patch within the camera’s view could reduce a VLA model’s task success rate to zero. FreezeVLA showed that a single adversarial image could freeze a robot’s decision-making loop, making it unresponsive to subsequent instructions.

Runtime assurance must therefore look beyond whether individual components remain available and assess whether cyber events are beginning to affect physical behavior.

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.

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.

From point-in-time safety to lifecycle assurance

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.

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.

Diagram of end\u2011to\u2011end AI robot security from development to operation monitoring VicOne’s lifecycle approach combines AI model and vulnerability scanning, simulation-based validation, and continuous monitoring to help secure robots from development through operation.VicOne

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.

For a deeper look at the cybersecurity risks and defense strategies shaping autonomous robotics, download our whitepaper “Securing the Rise of AI Robots: Cyber Risks, Real-World Threats, and Defense Strategies.”