vendor:
HaPe PKH
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: HaPe PKH
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:sitejo.id:hape_pkh:1.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
HaPe PKH 1.1 – ‘id’ SQL Injection
HaPe PKH 1.1 is vulnerable to SQL injection in the 'id' parameter of the 'lap-anggota-kelompok-pdf.php', 'lap-peserta-perdesa-pdf.php', 'media.php?module=desa&act=hapus&id' and 'media.php?module=pengurus&act=print&id' and 'media.php?module=pengurus&act=editpengurus&id' scripts. An attacker can inject arbitrary SQL commands to gain access to the database and execute malicious code.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Parameterized queries should be used to prevent SQL injection.