New Java 0-Day Vulnerability Being Exploited In the Wild
An anonymous reader writes "Here we go again. A new Java 0-day vulnerability is being exploited in the wild. If you use Java, you can either uninstall/disable the plugin to protect your computer or set your security settings to 'High' and attempt to avoid executing malicious applets. This latest flaw was first discovered by security firm FireEye, which says it has already been used 'to attack multiple customers.' The company has found that the flaw can be exploited successfully in browsers that have Java v1.6 Update 41 or Java v1.7 Update 15 installed, the latest versions of Oracle's plugin."
JAVA - Just Another Vulnerability Alert
...is busy colonizing Hawaii.
When is Oracle finally going to throw in the towel with Java? They have no control over it anymore and they just can't seem to make it secure. What a joke.
One Rich Asshole Called Larry Ellison
just set a team of 10-15 experienced programmers to review the code in a period of 3-4 months instead of just-wait-to-see-the-next-exploit-and-fix-just-that-rinse-and-repeat ?
p.s. I have disabled java in my browser since ages. the only reason i keep still installed is because of ps3mediaserver. I wish it wasn't written in java so I could say goodbye to java once and forever.
Java fails yet again, and really who is surprised. Java was and is a flawed language from the ground up and all of these exploits just help prove it. If you want a good secure system / language just look to C, it does everything you can think of or want, has little to no overhead and runs on almost every device in the world. Real programmers use C, hipster wantabe's use Java.
Coincidence? Or has Java always had these problems. I don't remember them occurring five years ago.
So why has Java been in the news so much lately with vulnerabilities? I don't remember this being as big a deal 10 years ago when Java applets were a "thing" on the web, so why now all of a sudden? Has Oracle done something to screw the pooch on security, or has some sort of tipping point of interest in Java exploit research been reached?
Does this effect the iced-tea java plugins too?
"Mutual of Omaha's Wild Security Exploits"?
With a gray haired host that will have "Jim" go out and tackle these security beasts with his bare hands ... on his keyboard?
Nevermind.
Yeah, I'm old.
No, go ahead and stay on my lawn.
And how frelling dare anyone out there make fun of Java after all she's been though!
Leave Java Alone!
Please...
Privacy is terrorism.
N.O.T. All software has vulnerabilities. No system if safe from hacking and attack, especially spear-fishing. So, it's news every time some dipswitch downloads pr0n and gets infected? Or opens an unsolicited email attachment and installs malware? Please ... post something that's actually news and stop the "bashing every company just because" merry-go-round. Who's next to be bashed incessantly?
Firefox now turns off the plug-in and you have to enable it when you visit a site that uses it. Each time BTW, it asks me every site, every time I open the browser.
Android doesn't permit Java in webpages at all, even though it uses Davlik itself (a Java engine) internally.
In the wild, is that the same as in cyberspace?
I'm not a Java developer, but I do have a strong interest in engineering and reliability, and the reason for all these Java faults puzzles me. Could an experienced Java developer please explain (or at least suggest) why this particular virtual machine has suffered so many vulnerabilities?
In principle, a virtual machine is just the implementation of a specific FSM, very tightly constrained and therefore fairly easy to program for total correctness, unlike most other applications. Such correctness has clearly eluded the JVM. Home come?
Apparently it requires browsing as an administrator to exploit this leak.
Just don't do that.
Also it is always a good idea to block execution of programs from user-writable directories, using AppLocker or Software Restriction policies.
What do you expect from a bunch of idiots that spend all of their time supporting ONE product - their DB, and it's one that is going down in it's ability to do what it is supposed to do. Most customers are moving to Open Source products since they are just better... I have Java totally disabled - it was once a great language, now it's just crap... Simple...
it happened after oracle took over java. these big companies just cant understand the product. they just have money to buy and kill it.
Because badly written & maintained software should cease to exist.
Guys you are really funny, I hope all complaining now - and demanding the death of java - have used Linux or FreeBSD when we had Windows-Open-For-Everyone-Alert-Weeks.
MS Blaster - recalling ? Anyone ?!
When you put those arguments in the right perspective the "funny people above me" should have stopped using Windows along with sendmail ;) and Linux yes
there were some local privilige exploits, and unboxing the java sendbox is nothing else, because if you use the right browser(opera) or addon(addblock) then these java-applets aren't executed without your expressed will (click+unblock)
Yes, software is - if no quallity assurance is applied/also a quallity aware develloper counts - unsafe by default because of the complexity and the human factor, usage of many third party libs, time pressure.
But what I see in the last years is that I suspect Oracle of not applying a quallity regime, and supplying java with addware (yes google chrome or whatever is addware, when it is installed without the consent of the user).
"Kill Flash, Kill Java, HTML5 the new king"
Have you ever imagined what killing flash and those applet feature boxes means ?
The predominant inability to use addblockers, because when a site heavily relies on javascript/html5 filtering proxies need time to catch up.
And when you filter all script-tags interwoven js-apps can stop working and cripple your browsing experience. I hunt for adds, 1px images, popups a.s.o. with Privoxy and it get's harder to cope with javascript/html5 because your website isn't that modular anymore it's interwoven To be more specific if you HTTP/GET a website, this isn't the website that will displayed to you because of ajax(server side) and dynamic on the fly html generation on the other side.
Also selective activation/allowing a js/html5 applet to use certain features of your browser (sound/storage/new window) are partly unrestricted.
Flash isn't. You can select not loading an applet! instead of please delete Line 10 of the java script tag .. oh well this kills the dropdown menues necessary to navigate the site.
Flash did a great job and I am sure many flash haters have used youtube without an additional moviedownloader(jdownloader).
Btw.
Yes, this is a flaimbait on flamers flaiming flamingos!
For fuck's sake, can people please specify that the APPLET has vulnerabilities?
But these things aren't its fault. This is a problem of bad OS design. Is they that should be patched, or better, redesigned from scratch.
The security setting for Java defaults to High anyway. You would have to either A) change your security settings specifically lower or B) specifically allow an untrusted applet to run for this to (sometimes) work. I'm starting to get tired of the anti-Java FUD, there are a vulnerabilities found all the time in other languages/frameworks, how come all we seem to hear about is lame Java applet sandboxing issues?
That's it. I'm done with Java. For good.
People who say "sheeple" have about as much sophistication as an AOL user, and in fact are probably actually AOL users.
C is NOT memory-safe, as it is a kind of portable assembler. In the real world you have things like the HPUX "ping of death" from an "illegally" sized ping packet. Because the developers forgot to check the length of the packet for YEARS.
In the real world you have thousands if not tens of thousands of exploitable C and C++ related bugs in things like Windows, Acrobat Reader, Flash player and so on.
C++ can(!) be better if used diligently, but has the same general issues.
Here's a memory safe C++ variant:
http://sourceforge.net/p/sappeurcompiler/code-0/2/tree/trunk/doc/SAPPEUR.pdf
http://sourceforge.net/p/sappeurcompiler/code-0/2/tree/trunk/doc/manual.pdf
http://sourceforge.net/projects/sappeurcompiler/
And yeah, take it with some salt, I am the inventor of Sappeur.
I've kept Java turned OFF on all of our computers for a long, long time. It's a pig. It hogs computer resource units. I have not not once run into anything that requires it. Just say no to Java.
Fuck this. Fuck plugins, fuck JS and fuck them. I realize they're in the minority, but these asshats are ruining anything web-related. Perhaps they're all luddites trying to get people back to using Lynx or perhaps they all smoke crack - I don't know - I don't care - all I do know is that I run browsers inside a vm with everything disabled with no shares to the host.
Welcome to the futures.
As others have pointed out, every major piece of software, including the Linux Kernel is full of vulnerabilities. Java is not any more vulnerable than these other packages and implying otherwise reeks of subjective politics, not facts.
with the COBOL plugin.
is IcedTea affected as well?
Yes, yes. Panic! There's a Java 0day! Dear Lord forfend! Of course, as you read this you are probably running Windows, with tons of extensions and software. You're probably using Flash. You probably have a web browser - heck, obviously you have a web browser. Well, not to worry: After disabling Java you will be completely safe.
"No sane man will dance." -- Marcus Tullius Cicero
I was entertained that Larry Ellison attached crapware to their security updates, which have to be specifically turned off in the installation, and their stupid toolbar turns off popup windows, but that disables Oracle's Discoverer product, and it works differently than the IE popup blocker, by not looking for user configurable exceptions. So for pennies per user, Oracle collects from the toolbar makers for every installation. And they're alienating IT departments. I hate working with them-- they're more mafia-like every year. End of complaint.
Everything I've ever learned the hard way was based on a statistically invalid sample.
Sometimes, the "anti-windows" stuff notes it (Linux = secure / Windows != secure b.s. especially) - nowadays, that crap doesn't "wash" here OR anyplace else...
Thus, in fact?
Heh - I often TRULY SUSPECT that it's the folks that RUN THIS PLACE doing it (vs. plain idiot trolls - even THEY are NOT THAT STUPID nowadays, @ least, I hope not...)!
Merely "spurring debate", thus pageviews, by doing what you dislike, and rightfully so on YOUR part (& yes, mine too because I can't STAND spreading "fud", which you and I have seen for YEARS here on this particular site), simply since its spouting utter falsehoods, doing it!
(Which again, of course, means more pageviews/hits = MONEY for them)
It ends up getting reactions like yours that lead to more views of this site!
On disliking it? Hey - I'm not much better!
Lately though - I have been thinking it over per my subject-line & what I wrote you in email about it and am restating now, on it being the folks that run this place doing it, rather than mere trolls (even THEY are NOT THAT STUPID), & simply for the reasons I just reiterated here now...
(The "main motivator" = "The Holy Dollar"!).
Why? Easy - oldest motivator there is: "playing folks" for the LOVE of money!
* Think about it - "Food 4 Thought"...
Sometimes I have even said to myself "How on EARTH could anyone be THAT STUPID nowadays to keep that stale disproven crap going online, since it's EASY to disprove with facts + common sense?"!
The answer is, they're not stupid:
It's ALL about the "benjamins" man, & taking advantage of your psyche + character to be 'the clever boy'...
(Clever boy = noted in detail below!).
APK
P.S.=> Seriously - DO think it over: I mean, I agree here - Especially on the account of NOBODY, especially nowadays (imo @ least) is as DUMB as some of the statements of pure "FUD" b.s. I see spouted around here @ times!
(E.G.-> Especially the "Pro-*NIX" &/or "Pro-'Open SORES'" crap you see regularly along with "Anti-Microsoft" &/or "Anti-Windows" b.s. too)...
I.E.-> So, once more: It makes sense the owners or forums admins do those idiotic replies!
(Just to get YOU 'worked up' & replying IF NOT going into a "mile long" debate over it - which again, = money in their pockets! NOT MINE, of course - you know why (hosts))
"The clever boy gets others to make him money instead of having to work for it..." & by doing almost a Sun Tzu method of using YOUR TENDENCIES & those of others, even myself, against you!
Doing so, thinking they're "clever" in pulling b.s. like I allude to above (and yes, I think THAT is the cause of it, as well as the motivator)
... apk
"Band Aids on bullet wounds friend, Band Aids on bullet wounds." - by hairyfeet (841228) > on Saturday March 02, @06:50PM (#43057145)
You're "biting off my style", lol, by "pinching" that turn of a phrase (from yours truly)... admit it (lol)!
* :)
("Imitation is the sincerest form of flattery")
APK
P.S.=> Going to send you an email on this too, kind of important & just helping you out on it!
(It's something I stumbled on regarding the YouTube "lag" you noted lately when we had our recent email exchanges... It *may* even "cure" it... it actually sounds reasonable, & is EASY TO "UNDO" if you need to & it doesn't work for you!)
See - my "lag" with it's gone, long gone in fact, but IF you're still seeing it? So - This MAY help you with that YouTube "lag" you complained of -> http://mitchribar.com/2013/02/time-warner-cable-sucks-for-youtube-twitchtv/
Good luck - hope it helps!
&
Do check this out too, another reply of mine to you (since it frustrated you & has MYSELF also @ times, more than a FEW TIMES, lol, as you know)
AND
I stated it, since I do HONESTLY suspect that is the case here -> http://developers.slashdot.org/comments.pl?sid=3509641&cid=43060679
... apk
...i have always had high hope for Java, but it seems that it turning into a security risk that almost equals Windoze. Anyone know why? Is Oracle doing the kind of sloppy ass stuff that Micro$oft has make into an industry standard?
Hey APK, your posts are as bad as Windows is insecure. Keep doing the good job of associating yourself to M$ products.
Java is simply too complex by now to be secure.
Just Another Viral Anus
Just Another Vaginal Anus
Just Anal Vaginal Anomolies
I can answer this one: : Back in my rock and roll days a girl I lived with, I was a tall blond "party girl" type, y'know, the kind that likes to "play blonde".. and you'd never quite know if she was acting or not. One particularly hot set, one of the folks I was playing with had one of those headstock-less Steinberg guitars , where the tuning pegs are down by the body of the guitar.. She apparently did not notice, or at least claimed not to notice, and after the set, said for all to hear "Wow! The music was so good the top of the guitar fell off!!" ;-) ;-) ;-) The press folks just stared at each other,and so did anyone else with this weird look like I've never seen before.. more than your typical "here we go again".. Nobody's really sure if it was a blonde moment or a remark of pure genius.. as everybody STILL remembers that gig!!
"Hey APK, your posts are as bad as Windows is insecure." - by Anonymous Coward on Sunday March 03, @04:54PM (#43063595)
See my subject-line above, this data below, & "eat your words":
---
Vulnerability Report: Microsoft Windows Server 2012:
http://secunia.com/advisories/product/42761/
Unpatched = 0% (0 of 18 Secunia advisories)
---
Vulnerability Report: Microsoft SQL Server 2012:
http://secunia.com/advisories/product/40664/
Unpatched = 0% (0 of 1 Secunia advisories)
---
Vulnerability Report: Microsoft Exchange Server 2010:
http://secunia.com/advisories/product/28234/
Unpatched = 0% (0 of 3 Secunia advisories)
---
Vulnerability Report: Microsoft Internet Information Services (IIS) 7.x:
Unpatched = 0% (0 of 7 Secunia advisories)
---
Vulnerability Report: Microsoft .NET Framework 4.x:
http://secunia.com/advisories/product/29592/
Unpatched = 0% (0 of 18 Secunia advisories)
---
Vulnerability Report: Microsoft DirectX 10.x:
http://secunia.com/advisories/product/16896/
Unpatched = 0% (0 of 3 Secunia advisories)
---
Vulnerability Report: Microsoft Visual Studio 2012:
http://secunia.com/advisories/product/42480/
Unpatched = 0% (0 of 0 Secunia advisories)
---
Vulnerability Report: Microsoft Internet Explorer 10.x:
http://secunia.com/advisories/product/43073/
Unpatched = 0% (0 of 3 Secunia advisories)
---
Vulnerability Report: Microsoft Office 2013:
http://secunia.com/advisories/product/43263/
Unpatched = 0% (0 of 0 Secunia advisories)
---
Vulnerability Report: Microsoft SharePoint Server 2010:
http://secunia.com/advisories/product/29809/
Unpatched = 0% (0 of 8 Secunia advisories)
---
Vulnerability Report: Microsoft Forefront Unified Access Gateway (UAG) 2010:
http://secunia.com/advisories/product/32977/
Unpatched = 0% (0 of 3 Secunia advisories)
---
* Would you like more, OR, will THAT do to make you "eat your words" from Microsoft's "top of the line" product offerings for business development?
(Oh, I am SURE it will be enough to "silence you" easily, troll, so thus, I suppose you can ignore that question since it made my point easily vs. yours, blowing yours clean away with facts!)
APK
P.S.=>
" Keep doing the good job of associating yourself to M$ products." - by Anonymous Coward on Sunday March 03, @04:54PM (#43063595)
Thank-You - I absolutely will!
Especially since this still "holds true" -> http://stats.kwsn.net/team.php?proj=sah&teamid=26482&sort_order=name&sort_direction=ASC (see "#9"/AlecStaar there since that's my SETI 'handle/nickname' & has been since 1999, & also see the team description above it - might explain a few things for you!).
---
Hey - MS is #1 worldwide overall on PC desktops + Servers combined... + their stuff is "bulletproof & bugfree" as you can see above from a reputable enough source for security vulnerability data also!
(Especially based on the above securit
Missed posting this link in my last post I am replying to now correcting that minor omission on my part -> http://developers.slashdot.org/comments.pl?sid=3509641&cid=43064117
---
Vulnerability Report: Microsoft Internet Information Services (IIS) 7.x:
http://secunia.com/advisories/product/17543/
Unpatched = 0% (0 of 7 Secunia advisories)
---
* There, all done...
APK
P.S.=> One MUST be thorough in one's "dusting" of trolls, as I am completely NOW, & with exacting data, in response to the AC troll that came in here 'ribbing on' my posts & yes, Microsoft too, here -> http://developers.slashdot.org/comments.pl?sid=3509641&cid=43063595
... apk