What do we do against people like this?
What do we do against people like this?
You're asking the wrong question. Remember, he didn't put those bugs there. He didn't break anything. It was already broken. He just found the hole by reading exactly what you gave him.
What you should be asking is, how do we stop making software with vulnerabilities. The goal is to make it so that there is no hole to find, not to get rid of the hole-finders.
But you are right, and it is valuable to point out that neither Pinky nor Homakov nor any other talented whitehat are in no way malicious.
If this stance were adopted into the wider software development community, would it turn more black hat hackers into white hats?
EDIT: grammar
---
In an upcoming post, we’ll explain the details of Sergey Glazunov’s exploit, which relied on roughly 10 distinct bugs. While these issues are already fixed in Chrome, some of them impact a much broader array of products from a range of companies. So, we won’t be posting that part until we’re comfortable that all affected products have had an adequate time to push fixes to their users.
Previous reference on hackernews here: http://news.ycombinator.com/item?id=3682664
It also looks like to me that devs commit code in a more lazy way since Chrome has a strong sandbox model for various components. But as a result, it seems easier to find many bugs that, when combined, bypass the sandbox, as show.
Just my 2cts ;-)
Most of my recent MLP exposure is through my 20-something brother. Apparently he's in one of the larger demographics for the modern show. See http://en.wikipedia.org/wiki/My_Little_Pony:_Friendship_Is_M...
Considering that he is a teenage hacker, it's likely that he is a Brony himself.
I liked the confirmation prompt bug though, that was icing on the cake.
Source: http://arstechnica.com/business/2012/03/googles-chrome-brows...
Just like ActiveX, these are binary code that usually runs outsidE of any sandboxing due to compatibility reasons.
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.
Like Flash and maybe QuickTime (though both have a terrible security track record).
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.
Yes, plugins should go away. No, that won't stop this kind of thing :/.
This sounds cool. Is this a standard feature in Chrome?