All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34399
HIGHpublished 2026-08-17 21:16 UTC · 12 hours ago
7.8
CVSS / 10
// 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.
// weaknesses (CWE)
- CWE-95