CVE-2024-8374
UltiMaker Cura ThreeMF Reader Remote Code Injection
Description
UltiMaker Cura slicer versions 5.7.0-beta.1 through 5.7.2 are vulnerable to code injection via the 3MF format reader (/plugins/ThreeMFReader.py). The vulnerability arises from improper handling of the drop_to_buildplate property within 3MF files, which are ZIP archives containing the model data. When a 3MF file is loaded in Cura, the value of the drop_to_buildplate property is passed to the Python eval() function without proper sanitization, allowing an attacker to execute arbitrary code by crafting a malicious 3MF file. This vulnerability poses a significant risk as 3MF files are commonly shared via 3D model databases.
INFO
Published Date :
Sept. 3, 2024, 10:15 a.m.
Last Modified :
Sept. 16, 2024, 4:44 p.m.
Source :
596c5446-0ce5-4ba2-aa66-48b3b757a647
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-8374
.
URL | Resource |
---|---|
https://github.com/Ultimaker/Cura/commit/285a241eb28da3188c977f85d68937c0dad79c50 | Patch |
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-8374
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-8374
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Sep. 16, 2024
Action Type Old Value New Value Added CVSS V3.1 NIST AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H Changed Reference Type https://github.com/Ultimaker/Cura/commit/285a241eb28da3188c977f85d68937c0dad79c50 No Types Assigned https://github.com/Ultimaker/Cura/commit/285a241eb28da3188c977f85d68937c0dad79c50 Patch Added CWE NIST CWE-94 Added CPE Configuration OR *cpe:2.3:a:ultimaker:ultimaker_cura:5.7.0:-:*:*:*:*:*:* *cpe:2.3:a:ultimaker:ultimaker_cura:5.7.0:beta1:*:*:*:*:*:* *cpe:2.3:a:ultimaker:ultimaker_cura:5.7.1:*:*:*:*:*:*:* *cpe:2.3:a:ultimaker:ultimaker_cura:5.7.2:rc2:*:*:*:*:*:* *cpe:2.3:a:ultimaker:ultimaker_cura:5.8.0:beta1:*:*:*:*:*:* *cpe:2.3:a:ultimaker:ultimaker_cura:5.8.0:beta1_rc1:*:*:*:*:*:* *cpe:2.3:a:ultimaker:ultimaker_cura:5.8.0:beta1_rc2:*:*:*:*:*:* -
CVE Received by 596c5446-0ce5-4ba2-aa66-48b3b757a647
Sep. 03, 2024
Action Type Old Value New Value Added Description UltiMaker Cura slicer versions 5.7.0-beta.1 through 5.7.2 are vulnerable to code injection via the 3MF format reader (/plugins/ThreeMFReader.py). The vulnerability arises from improper handling of the drop_to_buildplate property within 3MF files, which are ZIP archives containing the model data. When a 3MF file is loaded in Cura, the value of the drop_to_buildplate property is passed to the Python eval() function without proper sanitization, allowing an attacker to execute arbitrary code by crafting a malicious 3MF file. This vulnerability poses a significant risk as 3MF files are commonly shared via 3D model databases. Added Reference Checkmarx https://github.com/Ultimaker/Cura/commit/285a241eb28da3188c977f85d68937c0dad79c50 [No types assigned] Added CWE Checkmarx CWE-94 Added CVSS V3.1 Checkmarx AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-8374
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-8374
weaknesses.