vendor:
MetInfo
by:
linux520.com
9
CVSS
HIGH
Code Injection
94
CWE
Product Name: MetInfo
Affected Version From: 3.0
Affected Version To: 3.0
Patch Exists: YES
Related CWE: N/A
CPE: a:metinfo:metinfo:3.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 3.0 PHP Code Injection Vulnerability
MetInfo 3.0 is vulnerable to PHP code injection. This vulnerability exists due to the lack of proper sanitization of user-supplied input in the 'allclass[0]' parameter of the 'common.inc.php' script. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable script. This can allow the attacker to execute arbitrary code on the vulnerable system.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to execute unintended commands. Additionally, the application should be updated to the latest version.