CVE-2018-25407
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 across publisher, diskusi, galeri, content, and about modules to extract 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 has multiple unauthenticated SQL injection flaws via mod.php parameters, allowing attackers to extract sensitive database data.
## Vulnerability eNdonesia Portal version 8.7 contains multiple SQL injection vulnerabilities in the mod.php script. The artid, cid, did, contid, and aboutid parameters are not properly sanitized before being used in SQL queries. This affects the publisher, diskusi, galeri, content, and about modules. The application does not require authentication to reach these parameter injection points [1], [2].
Exploitation
An unauthenticated attacker can send crafted HTTP requests to mod.php with malicious SQL payloads in the vulnerable parameters. No authentication, user interaction, or special network position is required beyond standard web access. The attacker simply appends SQL injection syntax (e.g., a single quote or boolean conditions) to any of the listed parameters to manipulate the underlying query [2].
Impact
Successful exploitation allows the attacker to execute arbitrary SQL commands against the backend database. This can lead to extraction of sensitive information, including usernames, database names, and database version details. The compromise is limited to reading database contents; however, depending on database permissions, further escalation (e.g., writing files) may be possible [2].
Mitigation
As of the publication date (2026-05-30), no official patch has been announced for eNdonesia Portal 8.7. The software appears to reach end-of-life or is no longer actively maintained. Administrators should consider migrating to an alternative portal solution or implement a web application firewall (WAF) to block malicious SQL patterns if system migration is not immediately possible [1], [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.