Live data from Hacker News

Viewing profile — nbpoole

nbpoole

HN member
Joined
Tue, Nov 02, 2010, 6:56 AM UTC
HN karma
2,035
Public activity
454 items

About nbpoole

Web application security enthusiast. Currently a Security Engineer at Facebook. Formerly a security consultant for Matasano Security. My posts and comments do not reflect the opinions or views of my employer.

Blog: https://nealpoole.com/blog/

Twitter: https://twitter.com/NealPoole

Contact me: https://nealpoole.com/blog/contact/

Recent public activity

  1. comment
    Comment #9778546

    As far as I'm aware this is the first time I've been mentioned in a conspiracy theory. So thanks for that. :-)

  2. comment
    Comment #6983138

    Interesting: this sounds like a recurrence of the same issue which was described a number of months back: https://www.digitalocean.com/blog_posts/resolved-lvm-data-is... At the tim…

  3. comment
    Comment #6118812

    I think tptacek's point is that the answer to your question is spelled out very clearly on the page. ;-) From the page: > You should own Ferguson and Schneier’s follow-up, Cryptogr…

  4. comment
    Comment #6113654

    If that were true it would be a major security vulnerability. ;-) The Google Translate content is served up from a subdomain of googleusercontent.com. This is a domain designated b…

  5. story
  6. comment
    Comment #6090271

    This was posted yesterday: https://news.ycombinator.com/item?id=6080048

  7. comment
    Comment #6043718

    Right. But your post shows that you can reliably get the browser to crash. It doesn't demonstrate that the crash is exploitable, unless I'm missing something.

  8. comment
    Comment #6043712

    Right. But I can very easily find reports of reliable ways to crash IE via CSS: https://www.google.com/search?q=crash+ie+css I don't have a problem with your blog post. It document…

  9. comment
    Comment #6043670

    Not sure why this is getting voted up so much. The author came across a report of IE freezing/crashing, replicated it, and Microsoft fixed it. In the same security update ( http://…

  10. comment
    Comment #5997516

    Luckily, this question has been asked and answered fairly recently! Specifically https://news.ycombinator.com/item?id=5955043 from last week, complete with a response from Matt Cut…

  11. comment
    Comment #5953144

    I believe that's how Rails works, except using an HMAC on the cookie instead of AES (since AES itself doesn't prevent tampering).

  12. comment
    Comment #5953133

    You can't just read cookies for arbitrary domains in an iframe.

  13. comment
    Comment #5952418

    Not in general, no. You can drop replay protection as a requirement and that gets you to actual statelessness. If you then have your website on a single domain and never put anythi…

  14. comment
    Comment #5952147

    "Stateless" CSRF protection as described here is strictly inferior to other forms of protection. The reasons are somewhat laid out in this blog post's comments: 1. JavaScript in an…

  15. comment
    Comment #5733208

    "This wouldn't happen if Yahoo had a Vulnerability Reward Program" As much as I support these kinds of programs ( https://nealpoole.com/blog/responsible-disclosure-programs/ ), tha…

  16. comment
    Comment #5447735

    I encountered the same problem on a site I run where I provide custom subdomains. The RFCs technically prohibit underscores but they appeared to work fine in the major browsers, wi…

  17. comment
    Comment #5392312

    Please don't presume to speak for me. I left Matasano because I was returning to school; I greatly enjoyed my time there and I keep in touch with everyone I worked with because the…

  18. comment
    Comment #5391219

    Hmm, a majority of passfree's account's submissions (20/25) appear to be for websecurify.com. Combined with the dismissal of Burp as "java madness," seems like a socketpuppet on be…

  19. comment
    Comment #5391195

    Ex-Matasano chiming in! ;-) I've been demonstrating web app security topics for the Intro to Security course at Brown University this semester. I've used Burp almost exclusively. I…

  20. comment
    Comment #5389979

    This is an (unfortunately) fairly common class of vulnerability. Many applications fall victim to this form of attack because they don't think to check signatures on binaries. Ther…

  21. comment
    Comment #5315679

    This reminds me of a post a few months back about Voyager 2, where NASA traced the issue back to a single bit flip (and fixed it!) Engineers successfully reset a computer onboard V…

  22. comment
    Comment #5302892

    The hosting companies I've used (eg: Linode, Dreamhost for smaller projects) all provide DNS services. I trust them to manage a DNS infrastructure more than I trust myself.

  23. comment
    Comment #5300158

    Some previous discussion on this issue (almost 2 years ago): http://news.ycombinator.com/item?id=2443710 I'll say the same thing I said then: As an anecdotal counterpoint, I'm an e…

  24. story
  25. comment
    Comment #5000304

    Example: http://www.idontplaydarts.com/2010/07/mongodb-is-vulnerable-...