Oracle's Java framework is once again under attack, thanks to new vulnerability.
Read the whole story
Read the whole story
nikbackm":29qymz9h said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
I use it all the time at work. The good news is we're still on Java 1.6, which isn't affected by this.nikbackm":2436mg63 said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
Browser and Java-based stuff has long since been light enough in terms of processor load that it can be run very easily inside a VM. Having a minimal "security" VM running for that isn't a bad idea, set it up, snapshot, and then have it rollback every day during normal use (update the core snapshot offline for security updates). Java doesn't seem to pop up much anymore though, I think the last time I saw it was in (ironically enough) VMware's support system.kleinma":38g3k745 said:If you need those plugins, you should have them enabled ONLY in your least favorite browser out of the 7 you have installed, and use that when you have to go to one of the few sites that still requires java browser plugins.
Yes, most Norwegian banks requires it for their BankID identification system that you use to log in due to the "increased security". I don't think they have taken into account all the Java exploits, and now that plugins are abolished from iOS, Windows RT and Android, the decision to require Java is even more silly.nikbackm":11fnskdi said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
Daniel Smith":1ph5onfm said:Don't expect a bug report, but couldn't you give some general information about what the exploit is? What it lets malicious code do? What API is flawed?
abadidea":3ix08r6n said:nikbackm":3ix08r6n said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
unfortunately, Java for internal corporate webapps is the new Active-X for internal corporate webapps, and simply asking everyone to not use the apps needed to do their job is out of the question. This can be worked around with whitelisting but you have to overcome IT inertia to get it set up that way...
Did you test this yourself, or has it been confirmed already somewhere? I can't immediately find a source that mentions this, and as we're on 1.6 ourselves, I'd love to know for certain we are in the clear (for now).SirOmega":32xwocgf said:The good news is we're still on Java 1.6, which isn't affected by this.
kleinma":2pzr23lp said:Yet another reason to not have java installed. If you have java installed then you should disable the browser plugin portions. If you need those plugins, you should have them enabled ONLY in your least favorite browser out of the 7 you have installed, and use that when you have to go to one of the few sites that still requires java browser plugins.
However if this exploit bypasses or doesn't use memory corruption as its exploit, I'll have to tell her to disable Java until a patch is issued. A quick run-down of what exactly this exploit is using would be nice; or at least point to the right place I can go and find it.
Daniel Smith":3l0linm4 said:Don't expect a bug report, but couldn't you give some general information about what the exploit is? What it lets malicious code do? What API is flawed?
SolidState89":3l0linm4 said:Yeah, I've checked the links but I can't seem to find what exactly the 0-day exploit is within Java.
abadidea":3eaiapmj said:The exploit is that 1.7 allows an unsigned, unprivileged process to overwrite its own security context token with reflection, assigning itself full privs.
Apparently no-one could get it working with 1.6, implying that it's a recent code change that "fixed" what ain't broke.
jdale":2123pga3 said:abadidea":2123pga3 said:nikbackm":2123pga3 said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
unfortunately, Java for internal corporate webapps is the new Active-X for internal corporate webapps, and simply asking everyone to not use the apps needed to do their job is out of the question. This can be worked around with whitelisting but you have to overcome IT inertia to get it set up that way...
Is there a good way to do whitelisting for Java in Firefox? I do use Java for some internal functions.
nikbackm":va9wn72c said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
Tafter":9vnz053z said:Sadly, there are certain business applications which require me to run java. I wish that weren't the case...
VulcanTourist":36c3vhfb said:Since Mr. Goodin is asking everyone to please exit the pool for health and safety reasons, I hope he'll be considerate enough to write a followup to tell all those slowly dehumidifying people when it's finally safe to go back in the water?
Major General Thanatos":3t00obx0 said:Too bad we can't end up with a fork in this to give us LibreJava.
He went on to say that the attack also worked reliably against a fully patched Ubuntu 12.04 Linux machine once he took the time to remove the OpenJRE app that was included by default and installed the run-time environment provided by Oracle.
abadidea":2fk9aldu said:nikbackm":2fk9aldu said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
unfortunately, Java for internal corporate webapps is the new Active-X for internal corporate webapps, and simply asking everyone to not use the apps needed to do their job is out of the question. This can be worked around with whitelisting but you have to overcome IT inertia to get it set up that way...
lyme":19ba0smn said:Oracle continues to astound me with the quality and stability of their software products.. Every new version of the Oracle database breaks new things, just to make life interesting.
I've just heard that Oracle is changing the Java tagline to: write once, exploit everywhere!
ScottTFrazer":23inmw2e said:Major General Thanatos":23inmw2e said:Too bad we can't end up with a fork in this to give us LibreJava.
If you're on Linux, that's OpenJRE. From the post:
He went on to say that the attack also worked reliably against a fully patched Ubuntu 12.04 Linux machine once he took the time to remove the OpenJRE app that was included by default and installed the run-time environment provided by Oracle.
I imagine they are feeling pretty good about that.
Alfonse":2l30ymzh said:jdale":2l30ymzh said:abadidea":2l30ymzh said:nikbackm":2l30ymzh said:Does anyone still use Java in the browser?
I make damn sure to disable the plug-in on all the computers where I need Java for other programs.
unfortunately, Java for internal corporate webapps is the new Active-X for internal corporate webapps, and simply asking everyone to not use the apps needed to do their job is out of the question. This can be worked around with whitelisting but you have to overcome IT inertia to get it set up that way...
Is there a good way to do whitelisting for Java in Firefox? I do use Java for some internal functions.
I think NoScript can do it. It can tie it's JavaScript deactivation to all kinds of plugins like Flash and Java. And it has pretty good whitelisting powers.
Granted, if you whitelist a site, you get everything back: Java, Flash, JavaScript, etc.
bsiu":3gjnigdp said:Unbreakable.