CVE-2024-51549
05.12.2024, 13:15
Absolute File Traversal vulnerabilities allows access and modification of un-intended resources. Affected products: ABB ASPECT - Enterprise v3.08.02; NEXUS Series v3.08.02; MATRIX Series v3.08.02
Vendor | Product | Version |
---|---|---|
abb | aspect-ent-12_firmware | 𝑥 < 3.08.03 |
abb | aspect-ent-2_firmware | 𝑥 < 3.08.03 |
abb | aspect-ent-256_firmware | 𝑥 < 3.08.03 |
abb | aspect-ent-96_firmware | 𝑥 < 3.08.03 |
abb | nexus-2128_firmware | 𝑥 < 3.08.03 |
abb | nexus-2128-a_firmware | 𝑥 < 3.08.03 |
abb | nexus-2128-f_firmware | 𝑥 < 3.08.03 |
abb | nexus-2128-g_firmware | 𝑥 < 3.08.03 |
abb | nexus-264_firmware | 𝑥 < 3.08.03 |
abb | nexus-264-a_firmware | 𝑥 < 3.08.03 |
abb | nexus-264-f_firmware | 𝑥 < 3.08.03 |
abb | nexus-264-g_firmware | 𝑥 < 3.08.03 |
abb | nexus-3-2128_firmware | 𝑥 < 3.08.03 |
abb | nexus-3-264_firmware | 𝑥 < 3.08.03 |
abb | matrix-11_firmware | 𝑥 < 3.08.03 |
abb | matrix-216_firmware | 𝑥 < 3.08.03 |
abb | matrix-232_firmware | 𝑥 < 3.08.03 |
abb | matrix-264_firmware | 𝑥 < 3.08.03 |
abb | matrix-296_firmware | 𝑥 < 3.08.03 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-36 - Absolute Path TraversalThe software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize absolute path sequences such as "/abs/path" 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.