Vbulletin safe? OMG!

Discussion in 'General Chat' started by Robert Allen, Nov 20, 2006.

  1. #1
    http://www.milw0rm.com/video/author/30

    Click on the "vBulletin XSS Demonstration with Session Hijacking" and watch....

    I was so shocked at what happened, my mouth stayed open for the duration of the video.

    The way that he edited the cookie info like that, stunned me. He could access unlimited information with what he is doing.

    Vbulletin isnt safe..... Please comment if i am wrong!

    Dont reply until you have watched the video.:eek:

    Rob
     
    Robert Allen, Nov 20, 2006 IP
  2. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #2
    although it is kind of funny how all the links in your sig are either suspended or restricted...heh

    I'll happily continue using vbulletin, thanks though
     
    fsmedia, Nov 20, 2006 IP
  3. PalSys

    PalSys palsys.io

    Messages:
    2,628
    Likes Received:
    224
    Best Answers:
    0
    Trophy Points:
    230
    #3
    I can't claim to fully understand XSS and the entirety of what he did when he edited those cookies, but I'm in awe of the results.

    Can someone with more programming experience give a better play by play then he offered in the text file?
     
    PalSys, Nov 20, 2006 IP
  4. Robert Allen

    Robert Allen Peon

    Messages:
    2,685
    Likes Received:
    247
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Basically he used a javascript and php file to edit a text file to contain the information, he copys the MD5 hash into the cookie information which therefore gains him access to any account which he has information to in his txt file. He also used it to uproot a forum and change it to redirect to the vbulletin manual, didnt quite understand that bit.

    But basically, it is a security risk.

    ROb
     
    Robert Allen, Nov 20, 2006 IP
  5. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    vbulletin team recently fixed a major XSS exploit, wouldn't be surprised if this is the one that they fixed.
     
    crazybjörn, Nov 20, 2006 IP
  6. Robert Allen

    Robert Allen Peon

    Messages:
    2,685
    Likes Received:
    247
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Ah, this is probably what they fixed. Glad they did too. Thanks for the info mate.

    Rob
     
    Robert Allen, Nov 20, 2006 IP
  7. Shoemoney

    Shoemoney $

    Messages:
    4,474
    Likes Received:
    588
    Best Answers:
    0
    Trophy Points:
    295
    #7
    actually this was fixed a long time ago. The date on the video is june....

    Its not so much against vb as it is against there website. Nothing really that impressive...
     
    Shoemoney, Nov 20, 2006 IP
  8. Robert Allen

    Robert Allen Peon

    Messages:
    2,685
    Likes Received:
    247
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Oh well.. At least vbulletin fixed the issues, unlike microsoft..

    Vbulletin rocks compared to microsoft, lol.

    ROb
     
    Robert Allen, Nov 20, 2006 IP
  9. ottodo

    ottodo Guest

    Messages:
    2,055
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I watched it twice what I can say is xss hijack is nothing comparing to sql injection
     
    ottodo, Nov 20, 2006 IP
  10. Shoemoney

    Shoemoney $

    Messages:
    4,474
    Likes Received:
    588
    Best Answers:
    0
    Trophy Points:
    295
    #10
    the bigest security hole if ever seen in vb was a remote inclusion in there impex import script. course your not supposed to leave that around anyway.
     
    Shoemoney, Nov 20, 2006 IP
  11. PalSys

    PalSys palsys.io

    Messages:
    2,628
    Likes Received:
    224
    Best Answers:
    0
    Trophy Points:
    230
    #11
    I've seen the same type of demo video on an SQL injection, scary stuff! :D
     
    PalSys, Nov 20, 2006 IP
  12. 007

    007 Well-Known Member

    Messages:
    328
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    120
    #12
    Nice find. This was posted on vbulletin.com a while ago and addressed in a fix. :)
     
    007, Nov 20, 2006 IP
  13. Kassi

    Kassi Peon

    Messages:
    1,251
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #13
    However, this is a good reminder about the requirement to test software thoroughly before selling it.
     
    Kassi, Nov 21, 2006 IP
  14. Robert Allen

    Robert Allen Peon

    Messages:
    2,685
    Likes Received:
    247
    Best Answers:
    0
    Trophy Points:
    0
    #14
    You need to sell and create it publically to find the bug in the first place. Because if they just release the software to the private people, they wouldnt know how secure it is. They can only find out when they release it.

    Rob
     
    Robert Allen, Nov 22, 2006 IP
  15. Smaaz

    Smaaz Notable Member

    Messages:
    2,425
    Likes Received:
    160
    Best Answers:
    0
    Trophy Points:
    250
    #15
    Usualy the vbulletin guys fix new exploits and bugs pretty soon, so I would not worry to much, if you are using the latest version.
     
    Smaaz, Nov 22, 2006 IP
  16. Robert Allen

    Robert Allen Peon

    Messages:
    2,685
    Likes Received:
    247
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Oh crap. I am still using 3.6.0 for my site...

    Rob
     
    Robert Allen, Nov 22, 2006 IP
  17. disgust

    disgust Guest

    Messages:
    2,417
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    0
    #17
    one thing a lot of people are missing is the nature of how vbulletin is built and how md5s work.

    vbulletin's database does not store your password in plain text (once upon a time they actually did). what is stored is an md5 of your password with a salt.

    what that means, essentially, is that if someone gets your cookie, all they have access to is your account... on that site. it won't work for other sites because the salted md5 will be different.

    beyond this, you can't log into the admin control panel with a hash-- you need the actual password. that's why it prompts you for a password even if you're logged in, it's a security feature.

    yes, some exploits are scary... but with the way vbulletin is built, as long as you make backups regularly, no serious harm would've been done anyway.
     
    disgust, Nov 22, 2006 IP
  18. smokey99

    smokey99 Well-Known Member

    Messages:
    475
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    108
    #18
    You might want to mention that to Bill over in Redmond Wa :)
     
    smokey99, Nov 23, 2006 IP
  19. thedark

    thedark Well-Known Member

    Messages:
    1,346
    Likes Received:
    43
    Best Answers:
    0
    Trophy Points:
    168
    Digital Goods:
    1
    #19
    they should hire some hackers to "test" the software :))
     
    thedark, Nov 23, 2006 IP