vendor:
MemHT Portal
by:
Ams
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MemHT Portal
Affected Version From: 3.0.0
Affected Version To: 3.9.2000
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
MemHT Portal <= 3.9.0 Perl exploit
The /inc/inc_statistics.php script accepts unfiltered $_COOKIE's, ($_COOKIE['stats_res']) which later goes to MySQL request. This exploit tries to create a shell in /uploads/media/defined.php.
Mitigation:
Enable magic_quotes_gpc, restrict MySQL permissions, and sanitize user input.