CVE-2025-50881

The `flow/admin/moniteur.php` script in Use It Flow administration website before 10.0.0 is vulnerable to Remote Code Execution. When handling GET requests, the script takes user-supplied input from the `action` URL parameter, performs insufficient validation, and incorporates this input into a string that is subsequently executed by the `eval()` function. Although a `method_exists()` check is performed, it only validates the part of the user input *before* the first parenthesis `(`, allowing an attacker to append arbitrary PHP code after a valid method call structure. Successful exploitation allows an unauthenticated or trivially authenticated attacker to execute arbitrary PHP code on the server with the privileges of the web server process.
Configurations

No configuration.

History

05 Jul 2026, 17:17

Type Values Removed Values Added
References
  • {'url': 'http://use.com', 'source': 'cve@mitre.org'}

05 Jul 2026, 02:16

Type Values Removed Values Added
References
  • {'url': 'http://advanced.com', 'source': 'cve@mitre.org'}

27 Apr 2026, 19:18

Type Values Removed Values Added
Summary
  • (es) El script `flow/admin/moniteur.php` en el sitio web de administración de Use It Flow anterior a 10.0.0 es vulnerable a ejecución remota de código. Al manejar solicitudes GET, el script toma la entrada proporcionada por el usuario del parámetro URL `action`, realiza una validación insuficiente e incorpora esta entrada en una cadena que es ejecutada posteriormente por la función `eval()`. Aunque se realiza una verificación `method_exists()`, solo valida la parte de la entrada del usuario *antes* del primer paréntesis `(`, permitiendo a un atacante añadir código PHP arbitrario después de una estructura de llamada a método válida. La explotación exitosa permite a un atacante no autenticado o trivialmente autenticado ejecutar código PHP arbitrario en el servidor con los privilegios del proceso del servidor web.

17 Mar 2026, 14:20

Type Values Removed Values Added
CWE CWE-94
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8

16 Mar 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-16 21:16

Updated : 2026-07-05 17:17


NVD link : CVE-2025-50881

Mitre link : CVE-2025-50881

CVE.ORG link : CVE-2025-50881


JSON object : View

Products Affected

No product.

CWE
CWE-94

Improper Control of Generation of Code ('Code Injection')