CVE-2020-10289

Severity CVSS v4.0:
Pending analysis
Type:
CWE-502 Deserialization of Untrusted Dat
Publication date:
20/08/2020
Last modified:
20/12/2021

Description

Use of unsafe yaml load. Allows instantiation of arbitrary objects. The flaw itself is caused by an unsafe parsing of YAML values which happens whenever an action message is processed to be sent, and allows for the creation of Python objects. Through this flaw in the ROS core package of actionlib, an attacker with local or remote access can make the ROS Master, execute arbitrary code in Python form. Consider yaml.safe_load() instead. Located first in actionlib/tools/library.py:132. See links for more info on the bug.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:openrobotics:robot_operating_system:-:*:*:*:*:*:*:*


References to Advisories, Solutions, and Tools