Skip to content
Threat Feed
high advisory

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

  1. The attacker authenticates to the Paroiciel 11.20 application.
  2. The attacker crafts a malicious SQL payload designed to extract sensitive data.
  3. The attacker sends a GET request to the egeq.php endpoint.
  4. The eGeqIdEquipe parameter within the GET request is injected with the malicious SQL payload.
  5. The Paroiciel application processes the crafted GET request without proper sanitization of the eGeqIdEquipe parameter.
  6. The injected SQL payload is executed against the underlying database.
  7. 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 eGeqIdEquipe parameter, to prevent SQL injection attacks.

Detection coverage 2

Detect CVE-2018-25430 Exploitation Attempt via eGeqIdEquipe Parameter

high

Detects CVE-2018-25430 exploitation — HTTP GET request to egeq.php with potential SQL injection attempt in eGeqIdEquipe parameter.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detect CVE-2018-25430 Exploitation - SQL Error Responses

medium

Detects CVE-2018-25430 exploitation — Monitors web server logs for SQL error responses after a request to egeq.php, indicating potential exploitation attempts.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →