Please note that the only way to exploit these vulnerabilities is you've already got your code executing on the machine you intend to break. The only thing this allows you to do is to break out of the java sandbox, and keep in mind that most languages don't even pretend that sandbox isolates code (e.g. python/perl/go/... all openly say you can easily break out of the sandbox). So they're trying to solve a really hard…
Oracle to issue huge security patch addressing 36 Java vulnerabilities
11–20 of 38 posts
Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#12Earlier quoted context omitted.
I mean that these bugs only solve the "break out of the sandbox" issue. They do not get your code on to the machine to exploit. In other words these flaws are the equivalent of "I can upload code, how do I get to shell access to the java account".
So basically, if someone browses to a site with an applet and doesn't block Java.
Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#13Away from testing purposes, the only reason we use IE in the office is so that we can use Webex without Java.
Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#14Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#15Earlier quoted context omitted.
I wouldn't call that a remote exploit.
Unlike the whole software security industry, which does.
> Whether they need to be run on the same machine as the program that has the vulnerability (local) or can be run on one machine to attack a program running on another machine (remote).
So if a user starts running the code for you on their machine, it's local. If I send a malformed JPG to a Java webservice that process images, and it doesn't process the JPG correctly leading to code execution or a DoS then that's remote.
[1] http://en.wikipedia.org/wiki/Exploit_(computer_security)
Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#16Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#17Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#18Earlier quoted context omitted.
Unlike the whole software security industry, which does.
I don't work in the software security industry like you but I don't see how it's a remote exploit. Wikipedia gives a way of discerning the two [1] that makes sense to me, as a software security industry layperson: > Whether they need to be run on the same machine as the program that has the vulnerability (local) or can be run on one machine to attack a program running on another machine (remote). So if a user starts…
Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#19Does anyone know if this is the infamous 7u51 which will disable unsigned applets from running AT ALL in a browser? (Yes, I know about the whitelist jar)
Re: Oracle to issue huge security patch addressing 36 Java vulnerabilities
#20Let's say this update does everything advertised and more, the perception remains that Java is just not usable in the browser--it's just too dangerous. Away from testing purposes, the only reason we use IE in the office is so that we can use Webex without Java.
Talk about security.