CVE-2018-25430: Paroiciel 11.20 SQL Injection Vulnerability
Paroiciel 11.20 contains an SQL injection vulnerability (CVE-2018-25430) that allows authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the eGeqIdEquipe parameter, potentially leading to sensitive data extraction.
Paroiciel 11.20 is susceptible to an SQL injection vulnerability identified as CVE-2018-25430. Authenticated attackers can exploit this vulnerability by injecting malicious SQL code via the eGeqIdEquipe parameter. Successful exploitation allows attackers to execute arbitrary SQL queries. The vulnerability was reported on June 1, 2026. Successful exploitation can lead to the extraction of sensitive database information, including version details and other critical data. This poses a significant risk to organizations using the affected software.
Attack Chain
- The attacker authenticates to the Paroiciel 11.20 application.
- The attacker crafts a malicious SQL payload designed to extract sensitive data.
- The attacker sends a GET request to the
egeq.phpendpoint. - The
eGeqIdEquipeparameter within the GET request is injected with the malicious SQL payload. - The Paroiciel application processes the crafted GET request without proper sanitization of the
eGeqIdEquipeparameter. - The injected SQL payload is executed against the underlying database.
- Sensitive information, such as database version details, is extracted by the attacker.
Impact
Successful exploitation of the SQL injection vulnerability (CVE-2018-25430) in Paroiciel 11.20 can lead to the unauthorized disclosure of sensitive database information. This could include user credentials, configuration details, and other confidential data stored within the database. The CVSS v3.1 base score for this vulnerability is 7.1, indicating a high severity.
Recommendation
- Apply available patches or upgrade to a secure version of Paroiciel to remediate CVE-2018-25430.
- Deploy the Sigma rule “Detect CVE-2018-25430 Exploitation Attempt via eGeqIdEquipe Parameter” to identify potential exploitation attempts.
- Implement input validation and sanitization for all user-supplied input, especially the
eGeqIdEquipeparameter, to prevent SQL injection attacks.
Detection coverage 2
Detect CVE-2018-25430 Exploitation Attempt via eGeqIdEquipe Parameter
highDetects CVE-2018-25430 exploitation — HTTP GET request to egeq.php with potential SQL injection attempt in eGeqIdEquipe parameter.
Detect CVE-2018-25430 Exploitation - SQL Error Responses
mediumDetects CVE-2018-25430 exploitation — Monitors web server logs for SQL error responses after a request to egeq.php, indicating potential exploitation attempts.
Detection queries are available on the platform. Get full rules →