Key Information Vulnerability Type: Code Injection (CWE-94) Cause: Use of function Affected Function: Description: - When starts with "Running" and matches a specific regex pattern, the function extracts and . - For certain values, is used to execute as a Python expression. Affected Code: Exploitation Method: - Attackers can craft a specific string to execute arbitrary Python code. - Example: - This would result in deleting all files under the root directory on Unix-like systems. Other Vulnerable Function Names: , , , , Scope of Impact: All versions are affected, as usage is pervasive throughout the codebase. Remediation Recommendation: Avoid using when processing strings.