CVE-2020-10289

Source
https://cve.org/CVERecord?id=CVE-2020-10289
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2020-10289.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2020-10289
Downstream
Published
2020-08-20T08:15:10Z
Modified
2026-04-10T04:21:15.796882Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

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

Affected packages