Monitor vulnerabilities like this one.
Sign up free to get alerted when software you use is affected.
Use It Flow Administration Website Remote Code Execution Risk
CVE-2025-50881
Summary
The Use It Flow administration website's `flow/admin/moniteur.php` script allows attackers to execute unauthorized code on the server if they manipulate the `action` URL parameter. This can happen if the website is not updated to version 10.0.0 or later. To protect your website, update to the latest version of Use It Flow as soon as possible.
Original title
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 fro...
Original description
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.
Published: 16 Mar 2026 · Updated: 16 Mar 2026 · First seen: 16 Mar 2026