vendor:
MetInfo
by:
linux520.com
7,5
CVSS
HIGH
Code Injection
94
CWE
Product Name: MetInfo
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:metinfo:metinfo:2.0
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
2010
MetInfo 2.0 PHP Code Injection Vulnerability
MetInfo 2.0 is vulnerable to PHP code injection due to a lack of user input validation. At line 132 of ROOTPATH/include/common.inc.php, the variable $class2_all_1[0] is not defined, allowing an attacker to inject arbitrary PHP code via a crafted HTTP request. This can be exploited to execute arbitrary code on the vulnerable system.
Mitigation:
User input validation should be implemented to prevent code injection attacks.