<?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 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/paroiciel/</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:36 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/paroiciel/feed.xml" rel="self" type="application/rss+xml"/><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></channel></rss>