vendor:
FUDforum
by:
SecurityFocus
7,5
CVSS
HIGH
Arbitrary PHP Code Execution
94
CWE
Product Name: FUDforum
Affected Version From: 3.0.4
Affected Version To: 3.0.4
Patch Exists: YES
Related CWE: N/A
CPE: a:fudforum:fudforum
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
2012
FUDforum Multiple Vulnerabilities
FUDforum is prone to multiple vulnerabilities that attackers can leverage to execute arbitrary PHP code because the application fails to adequately sanitize user-supplied input. Attackers may exploit these issues to execute arbitrary PHP code within the context of the affected application. Successful attacks can compromise the affected application and possibly the underlying computer.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to execute unintended commands. Additionally, applications should not trust user-supplied input and should perform proper input validation.