CVE-2024-41784
15.11.2024, 16:15
IBM Sterling Secure Proxy 6.0.0.0, 6.0.0.1, 6.0.0.2, 6.0.0.3, and 6.1.0.0 could allow a remote attacker to traverse directories on the system. An attacker could send a specially crafted URL request containing "dot dot dot" sequences (/.../) to view arbitrary files on the system.
Vendor | Product | Version |
---|---|---|
ibm | sterling_secure_proxy | 6.0.0.0 |
ibm | sterling_secure_proxy | 6.0.1.0 |
ibm | sterling_secure_proxy | 6.0.2.0 |
ibm | sterling_secure_proxy | 6.0.3.0 |
ibm | sterling_secure_proxy | 6.1.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-32 - Path Traversal: '...' (Triple Dot)The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '...' (triple dot) sequences 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.