Slashdot Mirror


User: ThatDarnHCIGuy

ThatDarnHCIGuy's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Some people are just so lucky... on Building a Budget Storage Server · · Score: 1

    I mean, I can't even afford to build a storage server, but some need a storage server just to store their budget!

  2. Re:I don't understand on The Anatomy of Cross Site Scripting · · Score: 1
    You of course design the attack script in such a way that it doesn't hurt you. Some examples of what you can do with cross-site scripting:

    Stealing user credentials, for identity theft, gaining administrator access etc.
    Modifying transactions performed on the site
    Inserting false information

    And the list goes on. Cross-site scripting attacks very often take advantage of browser security holes, but even with a 100% secure browser but less-than-perfect script, some types of attacks are still possible.

  3. Hands-on experience on The Anatomy of Cross Site Scripting · · Score: 1

    In a week we'll see their new paper, The Anatomy of Distributed Denial of Service.

  4. Depends on your definition of "boring" on The Anatomy of Cross Site Scripting · · Score: 1
    Cross-site scripting and other attacks based on unescaped input are actually pretty much like executing arbitary code using a buffer overflow. You can hijack sessions (get elevated privileges) and cause limited denial of service, just to mention a few possibilities.

    I think it would be possible to design a self-propagating exploit, that would "infect" user sessions and then use those sessions to "infect" more vulnerable pages, which leads to more infected sessions, and so on. If the attack script was be compatible with the browser the site administrator is running, you would gain root access at some point.