CVE-2018-25409
Description
SIM-PKH 2.4.1 contains an arbitrary file upload vulnerability that allows authenticated attackers to upload malicious files by submitting PHP code through the fupload parameter. Attackers can upload PHP files via the aksi_pengurus.php endpoint with module=pengurus and act=update parameters, which are stored in the foto directory and executed as web scripts.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SIM-PKH 2.4.1 allows authenticated attackers to upload arbitrary PHP files via the fupload parameter, leading to remote code execution.
Vulnerability
SIM-PKH version 2.4.1 contains an arbitrary file upload vulnerability in the file aksi_pengurus.php. Authenticated users can upload malicious files by sending a POST request with module=pengurus and act=update parameters, along with a PHP file via the fupload parameter. The uploaded file is stored in the foto directory and can be executed as a web script. The vulnerability is classified as CWE-434 (Unrestricted Upload of File with Dangerous Type) [1][3].
Exploitation
An attacker must have valid authentication credentials for the SIM-PKH application. The attacker sends a crafted POST request to aksi_pengurus.php with module=pengurus&act=update and sets the fupload parameter to a PHP file containing malicious code. The file is then saved to the foto directory without proper validation of its content type. The attacker can then access the uploaded file via the web server to execute the PHP code [3].
Impact
Successful exploitation allows an attacker to execute arbitrary PHP code on the server with the privileges of the web server user. This can lead to full compromise of the application and underlying server, including data theft, modification, or further lateral movement [3].
Mitigation
No official fix has been released as of the publication date. The project is licensed under GPLv2 and may be forked or patched by the community. As a workaround, restrict access to aksi_pengurus.php and the foto directory via web server configuration (e.g., .htaccess), or disable file upload functionality if not required [1].
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.