vendor:
Speedberg
by:
k1tk4t
9,3
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Speedberg
Affected Version From: 1.2beta1
Affected Version To: 1.2beta1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2006
speedberg <= 1.2beta1 Remote File Inclusion
Speedberg version 1.2beta1 is vulnerable to a Remote File Inclusion vulnerability. This vulnerability allows an attacker to include a remote file, usually through a malicious URL, containing arbitrary code which is then executed on the vulnerable server. This vulnerability is due to the application not properly sanitizing user-supplied input to the 'SPEEDBERG_PATH' parameter in multiple files.
Mitigation:
Input validation should be used to prevent the inclusion of remote files. All input data should be validated and filtered, and all output data should be sanitized.