Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Questions about the Threat Model. #343

Open
lizhi16 opened this issue Nov 24, 2024 · 1 comment
Open

Some Questions about the Threat Model. #343

lizhi16 opened this issue Nov 24, 2024 · 1 comment
Labels

Comments

@lizhi16
Copy link

lizhi16 commented Nov 24, 2024

Greetings,

The ROS2 threat model document mentions that one of the security issues in ROS2.0 is caused by the malicious node(s).

An attacker deploys a malicious node to the robot. This node performs dangerous movements that compromise safety. The node attempts to perform physical or logical damage to the modules.

It is unclear to me why malicious users are able to deploy a node on your robot (a benign user). Is it that the attacker can deceive you to use a repository containing malicious code? Or could the attacker be a collaborator, sharing access to the robot and thereby having the ability to directly deploy any node?

Are there any cases in which multiple users share a robot (or OS, such as Ubuntu) and can all deploy nodes?

@MichaelOrlov
Copy link

@lizhi16 The design doc was created 5 years ago, and it is currently difficult to find authors.
From the context, I think that the latter one "Or could the attacker be a collaborator, sharing access to the robot and thereby having the ability to directly deploy any node?" is true.

As regards:

Are there any cases in which multiple users share a robot (or OS, such as Ubuntu) and can all deploy nodes?

Not. At least not directly, as far as I am aware.
However, if the composition manager is running and the attacker has access over the network, he can run some node that is already on the robot and visible with ament_index by using commands like ros2 component load /ComponentManager composition composition::Talker. See details in the https://docs.ros.org/en/foxy/Tutorials/Intermediate/Composition.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants