hap-wi/roxy-wi is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. A Path Traversal vulnerability was found in the current version of Roxy-WI (6.3.9.0 at the moment of writing this report). The vulnerability can be exploited via an HTTP request to /app/options.py and the config_file_name parameter. Successful exploitation of this vulnerability could allow an attacker with user level privileges to obtain the content of arbitrary files on the file server within the scope of what the server process has access to. The root-cause of the vulnerability lies in the get_config function of the /app/modules/config/config.py file, which only checks for relative path traversal, but still allows to read files from absolute locations passed via the config_file_name parameter.
References
Link | Resource |
---|---|
https://github.com/hap-wi/roxy-wi/security/advisories/GHSA-7qqj-xhvr-46fv | Exploit Vendor Advisory |
https://github.com/hap-wi/roxy-wi/security/advisories/GHSA-7qqj-xhvr-46fv | Exploit Vendor Advisory |
Configurations
History
21 Nov 2024, 07:56
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/hap-wi/roxy-wi/security/advisories/GHSA-7qqj-xhvr-46fv - Exploit, Vendor Advisory |
Information
Published : 2023-04-17 19:15
Updated : 2024-11-21 07:56
NVD link : CVE-2023-29004
Mitre link : CVE-2023-29004
CVE.ORG link : CVE-2023-29004
JSON object : View
Products Affected
roxy-wi
- roxy-wi
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')