CVE-2020-10289

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.
References
Link Resource
https://github.com/ros/actionlib/pull/171 Patch Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:o:openrobotics:robot_operating_system:-:*:*:*:*:*:*:*

History

20 Dec 2021, 22:30

Type Values Removed Values Added
References (CONFIRM) https://github.com/ros/actionlib/pull/171 - Third Party Advisory (CONFIRM) https://github.com/ros/actionlib/pull/171 - Patch, Third Party Advisory
CWE CWE-20 CWE-502

Information

Published : 2020-08-20 08:15

Updated : 2023-12-10 13:27


NVD link : CVE-2020-10289

Mitre link : CVE-2020-10289

CVE.ORG link : CVE-2020-10289


JSON object : View

Products Affected

openrobotics

  • robot_operating_system
CWE
CWE-502

Deserialization of Untrusted Data

CWE-20

Improper Input Validation