CVE-2018-25405
Description
eNdonesia Portal 8.7 contains multiple SQL injection vulnerabilities that allow unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through parameters in mod.php. Attackers can inject SQL through the artid, cid, did, contid, and aboutid parameters to extract sensitive database information including usernames, database names, and version details.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
eNdonesia Portal 8.7 contains multiple SQL injection vulnerabilities in mod.php, enabling unauthenticated attackers to extract sensitive database information.
Vulnerability
eNdonesia Portal version 8.7 is vulnerable to multiple SQL injection flaws in the mod.php script. The parameters artid, cid, did, contid, and aboutid are not properly sanitized, allowing an attacker to inject arbitrary SQL queries. This vulnerability is present in the default installation and requires no special configuration to be exploitable [2].
Exploitation
An unauthenticated attacker can exploit these vulnerabilities by sending crafted HTTP requests to the mod.php endpoint with malicious SQL payloads in any of the vulnerable parameters. No authentication or prior access is required. The attacker can use standard SQL injection techniques such as UNION-based or error-based injection to extract data [2].
Impact
Successful exploitation allows an attacker to extract sensitive information from the database, including usernames, database names, and database version details. This can lead to further compromise of the application and underlying system, potentially resulting in privilege escalation or data breach [2].
Mitigation
As of the publication date, no official patch or fixed version has been released for eNdonesia Portal 8.7. Users are advised to restrict network access to the mod.php endpoint or implement a web application firewall (WAF) to filter malicious SQL injection attempts. The software may be end-of-life; upgrading to a supported alternative is recommended [2].
AI Insight generated on May 30, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
4News mentions
0No linked articles in our index yet.