<?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>ENdonesia — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/endonesia/</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>Sat, 30 May 2026 16:18:28 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/endonesia/feed.xml" rel="self" type="application/rss+xml"/><item><title>eNdonesia Portal 8.7 SQL Injection Vulnerabilities</title><link>https://feed.craftedsignal.io/briefs/2026-05-endonesia-sqli/</link><pubDate>Sat, 30 May 2026 16:18:28 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-endonesia-sqli/</guid><description>eNdonesia Portal 8.7 contains multiple SQL injection vulnerabilities allowing unauthenticated attackers to execute arbitrary SQL queries via crafted parameters in mod.php.</description><content:encoded><![CDATA[<p>eNdonesia Portal version 8.7 is susceptible to SQL injection vulnerabilities that can be exploited by unauthenticated attackers. These vulnerabilities exist within the <code>mod.php</code> file, where insufficient input validation allows attackers to inject malicious SQL code through various parameters. Specifically, the <code>artid</code>, <code>cid</code>, <code>did</code>, <code>contid</code>, and <code>aboutid</code> parameters within the <code>publisher</code>, <code>diskusi</code>, <code>galeri</code>, <code>content</code>, and <code>about</code> modules are vulnerable. Successful exploitation allows attackers to execute arbitrary SQL queries, potentially leading to the extraction of sensitive database information, including usernames, database names, and version details. This vulnerability poses a significant risk to organizations using the affected portal, as it could lead to unauthorized access and data breaches.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies the vulnerable eNdonesia Portal 8.7 instance.</li>
<li>The attacker crafts a malicious HTTP request targeting the <code>mod.php</code> file.</li>
<li>The attacker injects SQL code into one or more of the vulnerable parameters: <code>artid</code>, <code>cid</code>, <code>did</code>, <code>contid</code>, or <code>aboutid</code>.</li>
<li>The crafted request is sent to the web server hosting the eNdonesia Portal.</li>
<li>The web server processes the request without proper sanitization of the injected SQL code.</li>
<li>The injected SQL code is executed against the database.</li>
<li>The attacker retrieves sensitive information, such as usernames, database names, or version details, from the database.</li>
<li>The attacker may further exploit the compromised database for lateral movement or data exfiltration.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of these SQL injection vulnerabilities allows attackers to extract sensitive information, potentially leading to unauthorized access, data breaches, and further compromise of the affected system. There is no information available regarding the number of victims or sectors targeted. The impact is severe, as it allows unauthenticated attackers to directly query the database.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply available patches or upgrades to eNdonesia Portal to version later than 8.7 to remediate CVE-2018-25407.</li>
<li>Deploy the Sigma rules provided to detect potential exploitation attempts against the vulnerable parameters (<code>artid</code>, <code>cid</code>, <code>did</code>, <code>contid</code>, <code>aboutid</code>) in <code>mod.php</code>.</li>
<li>Implement input validation and sanitization on all user-supplied data, especially within the <code>mod.php</code> file to prevent future SQL injection attacks.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>sql-injection</category><category>web-application</category></item><item><title>eNdonesia Portal 8.7 SQL Injection Vulnerability (CVE-2018-25406)</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2018-25406-sql-injection/</link><pubDate>Sat, 30 May 2026 16:18:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2018-25406-sql-injection/</guid><description>eNdonesia Portal 8.7 is vulnerable to SQL injection (CVE-2018-25406), allowing unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through specific parameters, potentially leading to data exfiltration.</description><content:encoded><![CDATA[<p>eNdonesia Portal version 8.7 is vulnerable to SQL injection attacks. This vulnerability allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the artid, cid, did, contid, and aboutid parameters in mod.php. The vulnerability exists across multiple modules, including publisher, diskusi, galeri, content, and about. Successful exploitation can lead to the extraction of sensitive information such as database credentials, usernames, and version information, potentially compromising the entire portal and its underlying database. This vulnerability was reported and assigned CVE-2018-25406.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies an eNdonesia Portal 8.7 instance.</li>
<li>The attacker crafts a malicious HTTP GET or POST request targeting the mod.php script.</li>
<li>The attacker injects SQL code into one of the vulnerable parameters: artid, cid, did, contid, or aboutid.</li>
<li>The crafted request is sent to the eNdonesia Portal server.</li>
<li>The server processes the malicious SQL query without proper sanitization.</li>
<li>The injected SQL code executes arbitrary commands on the database server.</li>
<li>Sensitive data, such as database credentials or user information, is extracted by the attacker through the SQL query.</li>
<li>The attacker uses the extracted information for further malicious activities, potentially gaining complete control of the system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this SQL injection vulnerability (CVE-2018-25406) can lead to the compromise of the eNdonesia Portal and its underlying database. Attackers can extract sensitive information such as database credentials, usernames, and version information. This can result in data breaches, unauthorized access to administrative accounts, and potential defacement or complete takeover of the eNdonesia Portal. Due to the unauthenticated nature of the vulnerability, any publicly accessible instance of eNdonesia Portal 8.7 is at risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply appropriate input validation and sanitization techniques to all user-supplied input, specifically targeting the artid, cid, did, contid, and aboutid parameters in mod.php.</li>
<li>Deploy the Sigma rule to detect SQL injection attempts against eNdonesia Portal 8.7 in web server logs.</li>
<li>Upgrade to a patched version of eNdonesia Portal that addresses the CVE-2018-25406 vulnerability.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>sql-injection</category><category>cve-2018-25406</category><category>web-application</category></item></channel></rss>