CVE-2021-32933
01.04.2022, 23:15
An attacker could leverage an API to pass along a malicious file that could then manipulate the process creation command line in MDT AutoSave versions prior to v6.02.06 and run a command line argument. This could then be leveraged to run a malicious process.
Vendor | Product | Version |
---|---|---|
auvesy-mdt | autosave | 𝑥 < 6.02.06 |
auvesy-mdt | autosave | 7.00 ≤ 𝑥 ≤ 7.04 |
auvesy-mdt | autosave_for_system_platform | 𝑥 < 4.01 |
auvesy-mdt | autosave_for_system_platform | 5.00 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-77 - Improper Neutralization of Special Elements used in a Command ('Command Injection')The software constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
- CWE-78 - Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')The software constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.