Friday, September 10, 2010 10:37:38Login · Register
 

    Challenge Activity
09:22:09 - l0gan_l135
     - Completed real [2]
07:42:10 - l0gan_l135
     - Completed real [3]
05:55:17 - aspen_23
     - Completed recon [1]
02:27:21 - GemaRastem
     - Completed basic [2]
02:26:21 - GemaRastem
     - Completed basic [1]
02:21:00 - GemaRastem
     - Completed recon [3]
01:55:39 - GemaRastem
     - Completed recon [2]
01:43:45 - GemaRastem
     - Completed recon [1]
01:31:59 - veerendragautam2009
     - Completed decrypt [3]
01:26:45 - veerendragautam2009
     - Completed decrypt [2]
01:25:16 - veerendragautam2009
     - Completed decrypt [1]
12:31:00 - veerendragautam2009
     - Completed basic [1]
12:26:04 - veerendragautam2009
     - Completed recon [6]
11:13:29 - veerendragautam2009
     - Completed recon [3]
10:59:23 - veerendragautam2009
     - Completed recon [1]
09:30:05 - sirEgghead
     - Completed real [4]
 

    Scoreboard Top 20
UserPoints
Abhineet4795   
auditorsec4795   
ne0114795   
Null Set4795   
blandyuk4780   
bluechill4750   
Teddy4730   
TurboBorland4475   
Qwexotic4460   
tiiger11114205   
preet4180   
LiquidFusi0n4175   
OnlyHuman4125   
samthg4110   
satishek3900   
pilchdragon3660   
Override3655   
chronic123640   
sirEgghead3625   
dash803590   
 

    Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
 

    Users Online
· Guests Online: 4

· Members Online: 0

· Members on IRC: 10
Xires, TurboBorland, ryan1918, Polynomial, louve, LK, IFailStuff, epoch_qwert, connection, bubatime

· Bots Online: 1
GoogleBot

· Total Members: 1,491
· Newest Member: elostaz3omda
 

 

 

 

    Top 10 Forum Posters
UserPosts
bluechill918   
Qwexotic699   
cruizrisner487   
Null Set363   
TurboBorland335   
madf0x311   
Stormc1nd3r308   
auditorsec302   
Override238   
jakecrepinsek235   
 

    Affiliates
 

SQL Column Truncation Vulnerability [Video]
     
In this video CrashOverron explains how to exploit an sql column truncation vulnerability.
A SQL Column Truncation Vulnerability is another sql vulnerability that arises due to the way
SQL compares strings. MySQL compares strings in binary mode by default this means that the string 'admin ' is equal to the string 'admin'. There for if a new member try's to use the user-name 'admin ' the user is denied because the user name 'admin' already exists.

If however the user field is 10 characters and the user enters the user-name 'admin x' application will search the db for this user and be unable to find it because it is impossible to find a user-name with a length of 11 characters in a database field that only has 10 characters. The application will now accept the new user-name and insert it into the database. However because the user-name column is longer than the user field it is truncated back to 10 characters this now makes the string 'admin ' . The table now contains two users one 'admin' and the other 'admin '. Both users will be returned when the SELECT query is executed and depending on how the application handles those queries determines if user 'admin' or user 'admin ' logs in.



Download video here flv | wmv
 
Comments
 
#1 | ne011 on 02/02/2010 06:30
Crash and Override this video was really nice , i like it Wink
 
 
Post Comment
 
Please Login to Post a Comment.
 
 
Ratings
 
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 75% [3 Votes]
Very Good Very Good 25% [1 Vote]
Good Good 0% [No Votes]
Average Average 0% [No Votes]
Poor Poor 0% [No Votes]