Oracle Releases Massive Security Update
wiredmikey writes Oracle has pushed out a massive security update, including critical fixes for Java SE and the Oracle Sun Systems Products Suite. Overall, the update contains nearly 170 new security vulnerability fixes, including 36 for Oracle Fusion Middleware. Twenty-eight of these may be remotely exploitable without authentication and can possibly be exploited over a network without the need for a username and password.
There is still no way of authenticating Java downloads? Either a download through HTTPS or a hash fingerprint of the file, accessible via HTTPS? This used to exist up until ~2 years ago, but now it is all insecure (the download can include drive-by malware).
NB: The message above might reflect my opinion right now, but not necessarily tomorrow or next year.
And what percentage of C/C++ code is well written?
Or, to put it another way, is there any evidence that Java applications are LESS secure, on average, than C/C++ applications?
The world's burning. Moped Jesus spotted on I50. Details at 11.
I think the pkg command was the single greatest change in Solaris 11.
I'm starting to think GNU is the problem with "GNU/Linux" these days.
"Twenty-eight of these may be remotely exploitable without authentication and can possibly be exploited over a network without the need for a username and password."
Which?
The original bugs, or the new security fixes?
Does it balance against all the horrible command changes? Like changing IP/hostname/DNS?
There are two types of people in the world: Those who crave closure
How many unauthenticated remote exploits in a HTTP stack does it take to lose a customer?
Never understood how Oracle is allowed to continue to operate like this. The only thing worse than a multi-billion dollar software company failing to exercise any discipline over their systems unauthenticated attack surface is length of time they must have sat on all of these exploits just so they could package it up and release all at once.
I don't know about the rest of you... but I, for one, am very happy that Oracle's products are now Massively Secure.
Oracle releases a Java SE update to plug security vulnerabilities, but the installer still prompts me to install the 'Ask Search App' by default.
Does anyone see a conflict of interest here?
Java protects against some of the common screwups that lead to security holes in C (and to a lesser extent C++) programs. It simply won't let you do things like read/write beyond the end/before the start of an array, perform an unprotected typecast between two object types or use memory that you have already freed. However there are many other classes of security hole it doesn't help with.
Java sees lots of security patches for a couple of reasons
1: Java provides sandboxing features intended to allow safe running of untrusted code. Unfortunately such sandboxes seem to be very difficult to get right (whether it's java applets, flash or javascript in browsers).
2: Java provides a massive standard library. It's virtually an OS within an OS and that means lots of code to be potentially vulnerable (especially in light of point 1)
note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register