AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2020-10289

HIGH · CVSS 8.8 EPSS 1.95% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2020-08-20 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2020-10289
Severity
HIGH
CVSS
8.8
EPSS
1.95%

Original NVD 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.