Supply Chain Exploitation of Secure ROS 2 Systems: A Proof-of-Concept on Autonomous Platform Compromise via Keystore Exfiltration
Tahmid Hasan Sakib, Yago Romano Martinez, Carter Brady, Syed Rafay Hasan, Terry N. Guo
TL;DR
This paper addresses the risk that supply-chain compromises can undermine SROS 2-secured autonomous systems by demonstrating a PoC where a malicious Debian package exfiltrates keystore materials via DNS during keystore creation. The attacker reconstructs credentials to rejoin the DDS graph and impersonate legitimate nodes, enabling both control and perception spoofing on a Quanser QCar2 during a four-stop-sign navigation task. The work provides a concrete, end-to-end attack workflow—from Trojan package delivery and DNS exfiltration to authenticated impersonation and unsafe vehicle behavior—and offers mitigations spanning secure build practices, code signing, and runtime semantic validation. The study highlights the practical significance of supply-chain integrity and runtime trust checks for safeguarding DDS-based autonomous systems against insider and impersonation threats.
Abstract
This paper presents a proof-of-concept supply chain attack against the Secure ROS 2 (SROS 2) framework, demonstrated on a Quanser QCar2 autonomous vehicle platform. A Trojan-infected Debian package modifies core ROS 2 security commands to exfiltrate newly generated keystore credentials via DNS in base64-encoded chunks to an attacker-controlled nameserver. Possession of these credentials enables the attacker to rejoin the SROS 2 network as an authenticated participant and publish spoofed control or perception messages without triggering authentication failures. We evaluate this capability on a secure ROS 2 Humble testbed configured for a four-stop-sign navigation routine using an Intel RealSense camera for perception. Experimental results show that control-topic injections can cause forced braking, sustained high-speed acceleration, and continuous turning loops, while perception-topic spoofing can induce phantom stop signs or suppress real detections. The attack generalizes to any data distribution service (DDS)-based robotic system using SROS 2, highlighting the need for both supply chain integrity controls and runtime semantic validation to safeguard autonomous systems against insider and impersonation threats.
