CVE-2023-30970
29.01.2024, 19:15
Gotham Table service and Forward App were found to be vulnerable to a Path traversal issue allowing an authenticated user to read arbitrary files on the file system.
Vendor | Product | Version |
---|---|---|
palantir | gotham_blackbird-witchcraft | 10.1 ≤ 𝑥 < 104.30231001.8 |
palantir | gotham_blackbird-witchcraft | 10.2 ≤ 𝑥 < 104.30231002.10 |
palantir | gotham_blackbird-witchcraft | 10.3 ≤ 𝑥 < 104.30231003.9 |
palantir | gotham_blackbird-witchcraft | 9.8 ≤ 𝑥 < 104.30230908.21 |
palantir | gotham_blackbird-witchcraft | 8.7 ≤ 𝑥 < 104.30230807.59 |
palantir | gotham_blackbird-witchcraft | 6.4 ≤ 𝑥 < 104.30230604.81 |
palantir | gotham_blackbird-witchcraft | 3.4 ≤ 𝑥 < 103.30230304.433 |
palantir | gotham_static-assets-servlet | 𝑥 < 1.1.0 |
𝑥
= 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.