CVE-2024-43804

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.
References
Configurations

Configuration 1 (hide)

cpe:2.3:a:roxy-wi:roxy-wi:8.0:*:*:*:*:*:*:*

History

06 Sep 2024, 22:57

Type Values Removed Values Added
References () https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-qc52-vwwj-5585 - () https://github.com/roxy-wi/roxy-wi/security/advisories/GHSA-qc52-vwwj-5585 - Exploit, Vendor Advisory
First Time Roxy-wi
Roxy-wi roxy-wi
CPE cpe:2.3:a:roxy-wi:roxy-wi:8.0:*:*:*:*:*:*:*

30 Aug 2024, 13:00

Type Values Removed Values Added
Summary
  • (es) Roxy-WI es una interfaz web para administrar servidores Haproxy, Nginx, Apache y Keepalived. Una vulnerabilidad de inyección de comandos del sistema operativo permite que cualquier usuario autenticado en la aplicación ejecute código arbitrario en el servidor de aplicaciones web a través de la funcionalidad de escaneo de puertos. La entrada proporcionada por el usuario se utiliza sin validación al construir y ejecutar un comando del sistema operativo. Los datos POST JSON proporcionados por el usuario se analizan y si la clave JSON "id" no existe, el valor JSON proporcionado a través de la clave JSON "ip" se asigna a la variable "ip". Más adelante, la variable "ip" que puede ser controlada por el atacante se utiliza al construir las cadenas cmd y cmd1 sin ninguna validación adicional. Luego, se llama a la función server_mod.subprocess_execute tanto en cmd1 como en cmd2. Cuando se analiza la definición de la función server_mod.subprocess_execute(), se puede ver que se llama a subprocess.Popen() en el parámetro de entrada con shell=True, lo que da como resultado una inyección de comandos del sistema operativo. Este problema aún no se ha solucionado. Se recomienda a los usuarios que se pongan en contacto con Roxy-WI para coordinar una solución.

29 Aug 2024, 17:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-08-29 17:15

Updated : 2024-09-06 22:57


NVD link : CVE-2024-43804

Mitre link : CVE-2024-43804

CVE.ORG link : CVE-2024-43804


JSON object : View

Products Affected

roxy-wi

  • roxy-wi
CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')