PDA

View Full Version : So I finally decide to remove java after this one...



sefs
September 26th, 2012, 02:19 AM
Researchers have discovered a Java flaw that would let hackers bypass critical security measures in all recent versions of the software. The flaw was announced today by Security Explorations, the same team that recently found a security flaw in Java SE 7 letting attackers take complete control of PCs. But this latest exploit affects Java SE 5, 6, and 7—the last eight years worth of Java software.

[Above taken from arstechnica.com (http://arstechnica.com) full story below]

Yet another Java flaw allows “complete” bypass of security sandbox (http://arstechnica.com/security/2012/09/yet-another-java-flaw-allows-complete-bypass-of-security-sandbox/)

bootedguy
September 26th, 2012, 02:45 AM
I believe that is/was the Oracle Java (the programming language, not the scripting language). The default Ubuntu install uses a different version that is not a problem.

QIII
September 26th, 2012, 02:54 AM
By default, Ubuntu uses OpenJDK 7 which is the open source reference implementation for Oracle Java 7. It typically lags just slightly behind Oracle Java 7.

No. It's not immune, any more than it was immune to the last big hole. Everyone thought so, but Red Hat confirmed its research found OpenJDK to be equally vulnerable.

You can't just say "I'm running Ubuntu so I'm safe."

Create an apparmor profile for Java.

This has gotten so bad I think I am going to get out of the OTN.

sefs
September 26th, 2012, 10:21 AM
Create an apparmor profile for Java.

the OTN.

I didn't know about that :)

A link about it...

One guy's AppArmor implementation for Java (https://insanitybit.wordpress.com/2012/08/27/apparmor-and-java/)

Erik1984
September 26th, 2012, 11:02 AM
I'm glad that by default,
Java is not installed.

(rimes somewhat depending on pronunciation :P)

Ji Ruo
September 26th, 2012, 12:24 PM
Another day, another critical Java exploit

exploder
September 27th, 2012, 02:00 AM
I use the open source java packages and I figure that no one has tried to take over my pc for all these years so I am not going to worry about it.

synaptix
September 27th, 2012, 02:04 AM
People still use Java?

Ji Ruo
September 27th, 2012, 06:24 AM
I use the open source java packages and I figure that no one has tried to take over my pc for all these years so I am not going to worry about it.

Same vulnerabilities, but take longer to patch

BrokenKingpin
September 28th, 2012, 08:49 PM
meh, all software can have major security bugs, some more than others (i.e Adobe products).

akoskm
September 28th, 2012, 09:18 PM
People still use Java?

lol'd

Gremlinzzz
September 28th, 2012, 11:57 PM
People still use Java?

What do you do when the site requires Java?
like
http://www.pogo.com/
no java cant play games.
:popcorn:

Ji Ruo
September 29th, 2012, 05:58 AM
meh, all software can have major security bugs, some more than others (i.e Adobe products).

Oracle seems to be as least as bad as Adobe at the moment.

angryfirelord
September 29th, 2012, 02:54 PM
People still use Java?
Certainly. Java is still #1 in programming demand. It's even larger once you factor in Android development and all of the web frameworks that are built off of JSPs. I'd say the only obsolete part of Java are applets, which aren't widely used anymore.

tjeremiah
October 2nd, 2012, 02:15 PM
i need my jdownloader.

1clue
October 2nd, 2012, 03:04 PM
Yes, people still use Java. In Enterprise and industry probably more than anywhere. Java on the client (web browser) not so much, but you still find some of that.

Java isn't just a programming language. It's a portable virtual machine (JVM). It's installed on more than a billion devices if you believe the propaganda.

If you have a Blu-Ray player then you use Java. If you have a smart phone then you probably use Java. If you use Oracle Financials then you use Java. Actually I'm not sure if there exists an Enterprise accounting package which does not use Java in some fashion, so probably every fortune 500 company either uses Java in their accounting or they write their own.

Java is more pervasive than Windows ever was, and it runs on platforms that Windows has never run on. It was designed as an embedded controller language and is still heavily used that way.

Last I heard there are over 200 programming languages that run on the JVM. Once the app is loaded into the JVM it runs pretty much as fast as any other compiled language.

The thing that Java has going for it is that it has always been based on virtual hardware. It is therefore extremely portable, all you need to do is make the virtual machine implementation and it works on your OS. Anything from a refrigerator or a wrist watch to a supercomputer.

It also has a security implementation for allowing access to the physical environment that has been standard from day one, which is critical.

Most languages have different characteristics that need to be taken into account. For example, with C and related languages there isn't even a standard size for an integer, and no truly standard windowing API.

Java certainly has its share of flaws, but it's gonna be around for awhile, like it or not.

orange2k
October 2nd, 2012, 04:54 PM
:confused::shock:[-o<

DogMatix
October 3rd, 2012, 12:25 AM
People still use Java?

Formula 1 live timings :redface:

mr john
October 3rd, 2012, 02:30 AM
People still use Java?

It's used on a majority of mobile devices. So yes, people still use it.

Ji Ruo
October 3rd, 2012, 08:27 AM
Formula 1 live timings :redface:

That explains a lot...

litiform
October 12th, 2012, 09:24 PM
I dumped JAVA while ago. I'm surprised people still use it at all.