Description
OpenCTI 3.3.1 is vulnerable to a directory traversal attack via the static/css endpoint. An unauthenticated attacker can read arbitrary files from the filesystem by sending crafted GET requests with path traversal sequences (e.g., '../') in the URL. For example, requesting /static/css//../../../../../../../../etc/passwd returns the contents of /etc/passwd. This vulnerability was discovered by Raif Berkay Dincel and confirmed on Linux Mint and Windows 10.
Problem types
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Product status
Credits
Raif Berkay Dincel
References
www.exploit-db.com/exploits/48595 (ExploitDB-48595)
www.opencti.io/ (OpenCTI Official Homepage)
github.com/OpenCTI-Platform/opencti (OpenCTI GitHub Repository)
www.vulncheck.com/advisories/opencti-directory-traversal (VulnCheck Advisory: OpenCTI 3.3.1 - Directory Traversal)