vendor:
MemHT Portal
by:
yeat
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MemHT Portal
Affected Version From: 4.0.1
Affected Version To: 4.0.1
Patch Exists: YES
Related CWE: N/A
CPE: a:memht:memht_portal
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
MemHT Portal <= 4.0.1 (pvtmsg) Delete All Private Messages Exploit
MemHT Portal is vulnerable to a SQL injection vulnerability in the 'deletenewpm' parameter of the 'pages/pvtmsg/index.php' script. An attacker can send a malicious payload to the 'deletenewpm' parameter to delete all private messages from the database. This vulnerability works regardless of php.ini settings.
Mitigation:
The vulnerability can be mitigated by sanitizing the 'deletenewpm' parameter with the intval() function.