Slashdot Mirror


How To Exploit NULL Pointers

An anonymous reader writes "Ever wondered what was so bad about NULL pointer exceptions? An MIT Linux kernel programmer explains how to turn any NULL pointer into a root exploit on Linux. (There was also a previous installment about virtual memory and how to make NULL pointers benign.)"

6 of 139 comments (clear)

  1. Easy and concise by Lord+Grey · · Score: 5, Funny

    TFA is an extremely well-written, easy-to-follow tutorial. I "played along at home" (well, at work, actually) as the author recommended and exploited a system on the first try. Great stuff!

    Hang on, one of our SysAdmins wants to talk to me about something.

    BRB

    --
    // Beyond Here Lie Dragons
  2. Re:I Know How To Do It by Anonymous Coward · · Score: 2, Funny

    What a bad attempt at trolling. You could make various funny posts involving Windows and security, and this is what you came up with? Up your game, mister.

  3. Re:Assumes a CALL to the NULL ptr (not any referen by McNally · · Score: 4, Funny

    I was intrigued by the ./ posting, which claimed that the tutorial would show how to exploit any NULL pointer dereference. The actual article, however, requires a CALL to the NULL pointer.

    For further context, see my whitepaper on how to turn any kdawson-posted Slashdot story into a NULL issue.

  4. Re:I Know How To Do It by Stupid+McStupidson · · Score: 3, Funny

    Well, I upped my game. Now up yours.

  5. Re:OS dependent by Megaweapon · · Score: 3, Funny

    But it's a bad summary.

    java.lang.RedundantSlashdotObservationException

    --
    I'm sure "SlashdotMedia" will improve on all the wonders that Dice Holdings blessed us all with
  6. The sensible thing to do... by Anonymous Coward · · Score: 2, Funny

    ...as far as I can tell is simply to ban null pointers in the kernel.

    I've done alot of development in my time and I've never needed to point at null.