CVE-2024-41921

Summary

A code injection vulnerability has been discovered in the Robot Operating System (ROS) 'rostopic' command-line tool, affecting ROS distributions Noetic Ninjemys and earlier. The vulnerability lies in the 'echo' verb, which allows a user to introspect a ROS topic and accepts a user-provided Python expression via the –filter option. This input is passed directly to the eval() function without sanitization, allowing a local user to craft and execute arbitrary code.

Affected Software

VendorProductVersion RangeStatus
Open Source Robotics FoundationRobot Operating System (ROS)Noetic Ninjemysaffected
Open Source Robotics FoundationRobot Operating System (ROS)Melodic Moreniaaffected
Open Source Robotics FoundationRobot Operating System (ROS)Kinetic Kameaffected
Open Source Robotics FoundationRobot Operating System (ROS)Indigo Iglooaffected

Weaknesses

  • CWE-95: CWE-95 Improper Neutralization of Directives in Dynamically Evaluated Code ('Eval Injection')
  • CWE-94: CWE-94: Improper Control of Generation of Code ('Code Injection')

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: total

References