1 results (0.001 seconds)
CVSS: 8.4EPSS: 0%CPEs: 3EXPL: 0

CVE-2024-39780 – Use of unsafe yaml load in dynparam
https://notcve.org/view.php?id=CVE-2024-39780
02 Apr 2025 — A YAML deserialization vulnerability was found in the Robot Operating System (ROS) 'dynparam', a command-line tool for getting, setting, and deleting parameters of a dynamically configurable node, affecting ROS distributions Noetic and earlier. The issue is caused by the use of the yaml.load() function in the 'set' and 'get' verbs, and allows for the creation of arbitrary Python objects. Through this flaw, a local or remote user can craft and execute arbitrary Python code. This issue has now been fixed for ... • https://github.com/ros/dynamic_reconfigure/pull/202 • CWE-20: Improper Input Validation CWE-502: Deserialization of Untrusted Data •