CVE-2021-32949
01.04.2022, 23:15
An attacker could utilize a function in MDT AutoSave versions prior to v6.02.06 that permits changing a designated path to another path and traversing the directory, allowing the replacement of an existing file with a malicious file.
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-23 - Relative Path TraversalThe software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.