TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Tale of Two Pwnies (Part 1)

253 pointsby tkazecalmost 13 years ago

11 comments

tptacekalmost 13 years ago
What's amazing about this bug is that at every step you learn something that makes Pinkie Pie more terrifying while <i>simultaneously</i> making the Chrome security model sound more and more forbidding.
评论 #4010231 未加载
评论 #4011391 未加载
评论 #4010140 未加载
pilifalmost 13 years ago
In the end it all boiled down to old-style plugins. All the exploits were used to finally install and run an old-style NPAPI plugin.<p>Just like ActiveX, these are binary code that usually runs outsidE of any sandboxing due to compatibility reasons.<p>With NaCL or just the advances in HTML and related technologies, this kind of plugin really should have outlived its usefulness by now and maybe it's time to drop support - at least support for all plugins but a few whitelisted ones from the older ages.<p>Like Flash and maybe QuickTime (though both have a terrible security track record).<p>Though considering the persistence of piling up bugs that was happening here, for all we know, there would have been a different exploit somewhere else that could have worked even without NPAPI. It would just close one more attack surface.
评论 #4010959 未加载
评论 #4010751 未加载
picklefishalmost 13 years ago
I'd love to see a writeup from Pinkie Pie on the steps and tools he used to find these bugs. Reversing write-ups are always entertaining to read.
Jun8almost 13 years ago
So for about $120K+ they had more than 16 significant bugs discovered in Chromium. That's really cheap!
mark-ralmost 13 years ago
If you don't have a young girl you might not appreciate the link between "Pinkie Pie" and "Pwnie": <a href="http://mlp.wikia.com/wiki/Pinkie_Pie" rel="nofollow">http://mlp.wikia.com/wiki/Pinkie_Pie</a>
评论 #4010414 未加载
评论 #4010383 未加载
评论 #4010386 未加载
moistgorillaalmost 13 years ago
This really takes you into the mind of a hacker(the malicious kind). Judging from what I saw it seems they combine a ton of small exploits to produce a major security breach. The amount of understanding of the underlying system you need to have in order to put these exploits together is mind boggling.<p>What do we do against people like this?
评论 #4010471 未加载
评论 #4010389 未加载
评论 #4010171 未加载
评论 #4010817 未加载
评论 #4010429 未加载
cnbeuiwxalmost 13 years ago
This is a <i>real</i> hacker. I wish I had this kind of passion and intelligence myself. :)
jorgemalmost 13 years ago
So crazy. I wonder how long it took to come up with that attack? There must have been a ton of dead ends along the way.
评论 #4010569 未加载
评论 #4010299 未加载
jtchangalmost 13 years ago
It is scary that once you have a foothold it just becomes a matter of time until someone figures out how to use it to piggyback on to more unrestricted space.
thereasonalmost 13 years ago
"a low level interface to the GPU command buffer"<p>This sounds cool. Is this a standard feature in Chrome?
评论 #4012461 未加载
tobyjsullivanalmost 13 years ago
Just... sick! Wow. Speechless.