<?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>Cve-2018-25433 — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2018-25433/</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:18:34 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2018-25433/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2018-25433 - Joomla JE Photo Gallery SQL Injection</title><link>https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25433-joomla-sqli/</link><pubDate>Mon, 01 Jun 2026 22:18:34 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-06-cve-2018-25433-joomla-sqli/</guid><description>Joomla Component JE Photo Gallery 1.1 contains an SQL injection vulnerability, tracked as CVE-2018-25433, allowing unauthenticated attackers to extract database information by injecting malicious SQL code through the categoryid parameter.</description><content:encoded><![CDATA[<p>Joomla Component JE Photo Gallery version 1.1 is vulnerable to SQL injection, identified as CVE-2018-25433. This vulnerability allows unauthenticated attackers to extract sensitive database information. The attack involves injecting malicious SQL code through the <code>categoryid</code> parameter in HTTP GET requests. Successful exploitation enables attackers to execute arbitrary SQL queries, potentially gaining access to sensitive data, including usernames and password hashes stored in the Joomla database. This poses a significant risk to the confidentiality and integrity of affected Joomla installations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a Joomla website using JE Photo Gallery 1.1.</li>
<li>The attacker crafts a malicious HTTP GET request targeting the <code>index.php</code> endpoint with the <code>com_jephotogallery</code> component.</li>
<li>The attacker injects SQL code into the <code>categoryid</code> parameter of the GET request (e.g., <code>index.php?option=com_jephotogallery&amp;view=category&amp;categoryid=1' AND 1=1--</code>).</li>
<li>The Joomla application processes the crafted request, and due to the SQL injection vulnerability, the injected SQL code is executed against the database.</li>
<li>The attacker may use SQL injection techniques to extract data from database tables containing usernames, password hashes, and other sensitive information.</li>
<li>The extracted data is returned to the attacker through the HTTP response.</li>
<li>The attacker analyzes the extracted data to identify valid user credentials.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2018-25433) allows unauthenticated attackers to extract sensitive database information from vulnerable Joomla installations using JE Photo Gallery 1.1. This can lead to the compromise of user accounts, disclosure of sensitive data, and potential unauthorized access to the Joomla website&rsquo;s administration panel. The vulnerability has a CVSS v3.1 score of 8.2, indicating a high severity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the provided Sigma rule <code>Detect CVE-2018-25433 Exploitation - Joomla JE Photo Gallery SQL Injection Attempt</code> to detect attempts to exploit this vulnerability by monitoring web server logs for suspicious <code>categoryid</code> parameter values.</li>
<li>Inspect web server logs for HTTP GET requests to <code>index.php</code> with the <code>com_jephotogallery</code> component and the <code>categoryid</code> parameter containing SQL injection attempts (e.g., SQL keywords, comments).</li>
<li>Implement input validation and sanitization for the <code>categoryid</code> parameter in the JE Photo Gallery component to prevent SQL injection attacks.</li>
<li>Consider removing the vulnerable JE Photo Gallery component if an update is not available or feasible.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2018-25433</category><category>sqli</category><category>joomla</category></item></channel></rss>