CVE-2022-21808
11.03.2022, 09:15
Path traversal vulnerability exists in CAMS for HIS Server contained in the following Yokogawa Electric products: CENTUM CS 3000 versions from R3.08.10 to R3.09.00, CENTUM VP versions from R4.01.00 to R4.03.00, from R5.01.00 to R5.04.20, and from R6.01.00 to R6.08.00, Exaopc versions from R3.72.00 to R3.79.00.
Vendor | Product | Version |
---|---|---|
yokogawa | centum_cs_3000_firmware | r3.08.10 ≤ 𝑥 ≤ r3.09.00 |
yokogawa | centum_cs_3000_entry_firmware | r3.08.10 ≤ 𝑥 ≤ r3.09.00 |
yokogawa | centum_vp_firmware | r4.01.00 ≤ 𝑥 ≤ r4.03.00 |
yokogawa | centum_vp_firmware | r5.01.00 ≤ 𝑥 ≤ r5.04.20 |
yokogawa | centum_vp_firmware | r6.01.00 ≤ 𝑥 < r6.09.00 |
yokogawa | centum_vp_entry_firmware | r4.01.00 ≤ 𝑥 ≤ r4.03.00 |
yokogawa | centum_vp_entry_firmware | r5.01.00 ≤ 𝑥 ≤ r5.04.20 |
yokogawa | centum_vp_entry_firmware | r6.01.00 ≤ 𝑥 < r6.09.00 |
yokogawa | exaopc | r3.72.00 ≤ 𝑥 < r3.80.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.