CVE-2021-22650
28.07.2022, 15:15
An attacker may use TWinSoft and a malicious source project file (TPG) to extract files on machine executing Ovarro TWinSoft, which could lead to code execution.
Vendor | Product | Version |
---|---|---|
ovarro | twinsoft | 𝑥 < 12.4 |
ovarro | tbox_lt2-530_firmware | 𝑥 < 1.46 |
ovarro | tbox_lt2-532_firmware | 𝑥 < 1.46 |
ovarro | tbox_lt2-540_firmware | 𝑥 < 1.46 |
ovarro | tbox_ms-cpu32_firmware | 𝑥 < 1.46 |
ovarro | tbox_ms-cpu32-s2_firmware | 𝑥 < 1.46 |
ovarro | tbox_rm2_firmware | 𝑥 < 1.46 |
ovarro | tbox_tg2_firmware | 𝑥 < 1.46 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- 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.
- 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.