<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Paroiciel 11.20 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/paroiciel-11.20/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Mon, 01 Jun 2026 22:17:49 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/paroiciel-11.20/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2018-25430: Paroiciel 11.20 SQL Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25430-sql-injection/</link><pubDate>Mon, 01 Jun 2026 22:17:49 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25430-sql-injection/</guid><description>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.</description><content:encoded><![CDATA[<p>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.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker authenticates to the Paroiciel 11.20 application.</li>
<li>The attacker crafts a malicious SQL payload designed to extract sensitive data.</li>
<li>The attacker sends a GET request to the <code>egeq.php</code> endpoint.</li>
<li>The <code>eGeqIdEquipe</code> parameter within the GET request is injected with the malicious SQL payload.</li>
<li>The Paroiciel application processes the crafted GET request without proper sanitization of the <code>eGeqIdEquipe</code> parameter.</li>
<li>The injected SQL payload is executed against the underlying database.</li>
<li>Sensitive information, such as database version details, is extracted by the attacker.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>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.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or upgrade to a secure version of Paroiciel to remediate CVE-2018-25430.</li>
<li>Deploy the Sigma rule &ldquo;Detect CVE-2018-25430 Exploitation Attempt via eGeqIdEquipe Parameter&rdquo; to identify potential exploitation attempts.</li>
<li>Implement input validation and sanitization for all user-supplied input, especially the <code>eGeqIdEquipe</code> parameter, to prevent SQL injection attacks.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>cve-2018-25430</category><category>web-application</category></item><item><title>CVE-2018-25429: Paroiciel 11.20 SQL Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25429-sql-injection/</link><pubDate>Mon, 01 Jun 2026 22:17:36 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25429-sql-injection/</guid><description>Paroiciel 11.20 is vulnerable to SQL injection, allowing authenticated attackers to execute arbitrary SQL queries by injecting malicious code through the zProIdPro parameter, potentially extracting sensitive database information.</description><content:encoded><![CDATA[<p>Paroiciel 11.20 is susceptible to an SQL injection vulnerability (CVE-2018-25429) that allows authenticated attackers to execute arbitrary SQL queries. This vulnerability stems from the lack of proper sanitization of the <code>zProIdPro</code> parameter in the <code>zpro.php</code> script. By sending malicious SQL payloads via GET requests, attackers can extract sensitive information, including usernames, database schemas, and version details. The vulnerability was reported on 2026-06-01 and poses a significant risk to systems running the affected version of Paroiciel. Exploitation of this vulnerability could lead to unauthorized access to sensitive data, potentially compromising the confidentiality and integrity of the application and its underlying database.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An authenticated attacker identifies the vulnerable <code>zpro.php</code> endpoint.</li>
<li>The attacker crafts a malicious SQL payload designed to extract sensitive information.</li>
<li>The attacker injects the SQL payload into the <code>zProIdPro</code> parameter within a GET request to <code>zpro.php</code>.</li>
<li>The server-side application fails to properly sanitize the input, passing the malicious SQL query to the database.</li>
<li>The database executes the injected SQL query.</li>
<li>The database returns the results of the query, which may include usernames, database schemas, or version information.</li>
<li>The attacker captures the sensitive information from the HTTP response.</li>
<li>The attacker uses the extracted information to further compromise the system or gain unauthorized access to other resources.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2018-25429) in Paroiciel 11.20 can lead to the disclosure of sensitive database information. This could include usernames, passwords, database schemas, and other confidential data. The CVSS v3.1 score of 7.1 reflects the high potential for confidentiality impact and the potential for limited data modification. If successfully exploited, attackers can escalate privileges or gain unauthorized access to sensitive data, leading to data breaches and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule provided to detect potential SQL injection attempts targeting the <code>zProIdPro</code> parameter in <code>zpro.php</code>.</li>
<li>Apply input validation and sanitization to the <code>zProIdPro</code> parameter in <code>zpro.php</code> to prevent SQL injection, addressing CVE-2018-25429.</li>
<li>Monitor web server logs for suspicious GET requests to <code>zpro.php</code> containing potentially malicious SQL payloads in the <code>zProIdPro</code> parameter.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>cve-2018-25429</category><category>web-application</category></item><item><title>CVE-2018-25428: Paroiciel 11.20 SQL Injection Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25428-sql-injection/</link><pubDate>Mon, 01 Jun 2026 22:17:21 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25428-sql-injection/</guid><description>Paroiciel 11.20 is vulnerable to SQL injection, allowing unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the tRecIdListe parameter via GET requests to the trec.php endpoint, enabling attackers to extract sensitive database information.</description><content:encoded><![CDATA[<p>Paroiciel 11.20 is susceptible to an SQL injection vulnerability, as identified by CVE-2018-25428. This flaw allows unauthenticated attackers to inject malicious SQL code through the <code>tRecIdListe</code> parameter in HTTP GET requests sent to the <code>trec.php</code> endpoint. Discovered in 2026, exploitation enables attackers to execute arbitrary SQL queries, potentially leading to the extraction of sensitive database information, including table and column names. Given the ease of exploitation (unauthenticated access), this vulnerability presents a significant risk for systems running Paroiciel 11.20. Defenders should prioritize detection and remediation efforts to mitigate the risk of unauthorized data access and potential compromise.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies a Paroiciel 11.20 instance accessible over the network.</li>
<li>The attacker crafts a malicious HTTP GET request targeting the <code>trec.php</code> endpoint.</li>
<li>The crafted GET request includes the <code>tRecIdListe</code> parameter with an injected SQL payload designed to extract information.</li>
<li>The Paroiciel application processes the request without proper sanitization of the <code>tRecIdListe</code> parameter.</li>
<li>The injected SQL code is executed against the Paroiciel database.</li>
<li>The database returns the results of the injected SQL query, which could include table names, column names, and other sensitive data.</li>
<li>The attacker receives the database response containing the extracted information.</li>
<li>The attacker analyzes the extracted data to identify further targets for exploitation or exfiltration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2018-25428 allows unauthenticated attackers to execute arbitrary SQL queries on the Paroiciel 11.20 database. This can lead to the extraction of sensitive information, potentially including usernames, passwords, customer data, and other confidential information stored within the database. The compromised data can then be used for further malicious activities, such as identity theft, financial fraud, or extortion. The lack of authentication required for exploitation significantly increases the risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Deploy the Sigma rule <code>Detect CVE-2018-25428 Exploitation — Paroiciel SQL Injection via tRecIdListe</code> to your SIEM to identify potential exploitation attempts targeting the <code>trec.php</code> endpoint.</li>
<li>Inspect web server logs for GET requests to <code>trec.php</code> containing suspicious characters or SQL keywords in the <code>tRecIdListe</code> parameter, as detailed in the rule.</li>
<li>Consider implementing a Web Application Firewall (WAF) rule to block requests containing SQL injection payloads in the <code>tRecIdListe</code> parameter.</li>
<li>Apply available patches or upgrade to a secure version of Paroiciel to remediate CVE-2018-25428.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>sql-injection</category><category>cve-2018-25428</category><category>web-application</category><category>attack.initial_access</category></item></channel></rss>