vendor:
Blender
by:
SecurityFocus
7.5
CVSS
HIGH
Python Code-Execution
78
CWE
Product Name: Blender
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2005
Blender Python Code-Execution Vulnerability
Blender is susceptible to a Python code-execution vulnerability. This issue is due to the application's failure to properly sanitize user-supplied input before using it in a Python 'eval' statement. This issue allows attackers to execute arbitrary Python code in the context of the user running the affected application.
Mitigation:
Input validation should be used to ensure that untrusted input is not used in 'eval' statements.