CyberRota Analysis
AI-GeneratedFreeCAD's BIM Workbench is vulnerable to arbitrary code execution due to an eval() call on untrusted data from SVG template files, affecting versions 0.19 through 1.1.1. When a user generates a TechDraw page using a malicious SVG template, it can lead to the execution of arbitrary Python code, posing significant security risks. Users and organizations utilizing FreeCAD for architectural or engineering projects should prioritize upgrading to version 1.1.1 to mitigate this high-severity vulnerability.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
FreeCAD is a free and open-source multiplatform 3D parametric modeler. From 0.19 until 1.1.1, FreeCAD's BIM Workbench contains an eval() call on untrusted data from SVG template files. When a user creates a TechDraw page from a malicious SVG template, arbitrary Python code executes. The vulnerable code is in src/Mod/BIM/bimcommands/BimTDPage.py (line 87). This issue is fixed in version 1.1.1.