CVE-2024-43804
CVSS V2 None
CVSS V3 None
Description
Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. An OS Command Injection vulnerability allows any authenticated user on the application to execute arbitrary code on the web application server via port scanning functionality. User-supplied input is used without validation when constructing and executing an OS command. User supplied JSON POST data is parsed and if "id" JSON key does not exist, JSON value supplied via "ip" JSON key is assigned to the "ip" variable. Later on, "ip" variable which can be controlled by the attacker is used when constructing the cmd and cmd1 strings without any extra validation. Then, server_mod.subprocess_execute function is called on both cmd1 and cmd2. When the definition of the server_mod.subprocess_execute() function is analyzed, it can be seen that subprocess.Popen() is called on the input parameter with shell=True which results in OS Command Injection. This issue has not yet been patched. Users are advised to contact the Roxy-WI to coordinate a fix.
Overview
- CVE ID
- CVE-2024-43804
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-08-29T16:45:05.740Z
- Last Modified Date
- 2024-08-29T17:06:50.680Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-qc52-vwwj-5585 | x_refsource_CONFIRM |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-43804 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-43804 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-08-30 13:13:55 | Added to TrackCVE |