Wilders Security Forums  

Go Back   Wilders Security Forums > Other Security Topics > malware problems & news
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #101  
Old September 1st, 2012, 10:05 PM
siljaline's Avatar
siljaline siljaline is offline
Security Expert
 
Join Date: Jun 2003
Location: Montréal, Canada
Posts: 4,139
Post Re: Attackers Pounce on Zero-Day Java Exploit

As cited in this article, ESET's Virus signature database updates detect the Java exploit
  #102  
Old September 1st, 2012, 10:58 PM
FanJ FanJ is offline
Updates Team
 
Join Date: Feb 2002
Posts: 1,804
Default Re: Attackers Pounce on Zero-Day Java Exploit

Blog by Dutch security company Fox-IT from a few days ago:
"Observations on the recent Java 0-day exploits in the wild"
http://blog.fox-it.com/2012/08/30/ob...s-in-the-wild/

May I quote just only one interesting part because it links to Dorifel :

Quote:
The executables that were dropped by the exploit code consisted of a new sample of the Hermes Trojan, and various versions of ZeuS including Citadel, Ice-IX, Gameover-ZeuS and other customized versions. Analysis of the Hermes sample, as well as the command and control servers that it was configured to connect to, has shown that the perpetrator of this attack was previously responsible for the large scale infections by Dorifel using a Citadel botnet, as described previously on our blog.

Last edited by FanJ : September 1st, 2012 at 11:08 PM.
  #103  
Old September 2nd, 2012, 08:43 AM
mick92z's Avatar
mick92z mick92z is offline
Frequent Poster
 
Join Date: Apr 2007
Location: In the box
Posts: 353
Default Re: Attackers Pounce on Zero-Day Java Exploit

I have java on my computers. I have no idea how much, or if its used at all. There are other users that constantly play games/videos, that's why i keep it. I guess Sandboxie would protect me anyway, however I have removed it, and will see if I actually need it at all
  #104  
Old September 2nd, 2012, 09:19 AM
iammike's Avatar
iammike iammike is offline
Regular Poster
 
Join Date: Jun 2012
Location: SE Asia
Posts: 139
Default Re: Attackers Pounce on Zero-Day Java Exploit

I am the same, I have been installing Java on every computer when it still was called Microsoft Java Virtual Machine and I always thought it was necessary, but just since a couple of days ago (discovering the first Zero Day Exploit) I have uninstalled Java and I am surprised to have learned that not that many Websites (in my case that is) use Java. My personal guess is that the problem will be a lot greater when a Zero Day exploit is to be found in Flash. But then again Java and Flash are the first things people install on their PC

Last edited by iammike : September 2nd, 2012 at 09:24 AM. Reason: Spelling
  #105  
Old September 2nd, 2012, 12:43 PM
noone_particular noone_particular is offline
Very Frequent Poster
 
Join Date: Aug 2008
Posts: 1,876
Default Re: Attackers Pounce on Zero-Day Java Exploit

For users of FireFox, SeaMonkey, PaleMoon, and other Mozilla browsers, the PrefBar extension provides an easy way to enable java, flash, javascript, and other options. This is one of the simplest ways to mitigate the risk from vulnerable extensions like java. You can leave java, flash, etc disabled by default and allow it only when needed on sites that you trust.
Click image for larger version

Name:	prefbar.gif
Views:	13
Size:	3.3 KB
ID:	234439
__________________
Sitting in a bunker, here behind my wall, waiting for the worms to come.
  #106  
Old September 2nd, 2012, 09:43 PM
CloneRanger's Avatar
CloneRanger CloneRanger is offline
Massive Poster
 
Join Date: Jan 2006
Location: Home usually
Posts: 3,854
Default Re: Attackers Pounce on Zero-Day Java Exploit

Java Exploit info

Quote:
What a Busy Week!

In the Windows case, it overwrites a file in the Windows/system32 directory where all the components of Windows are kept. And this is the portable media serial number service that gets overwritten. It's an awkwardly named file, mspmsnsv.dll, that gets replaced. And at the moment what it does is it downloads and installs the Poison Ivy RAT. RAT is an acronym for Remote Access Trojan. So that's what people are being afflicted by who click on links in their browsers who have Java enabled and running.

https://www.grc.com/sn/sn-367.htm

So as usual, those of us with AntiExe etc software, and/or default/deny policies, have Nothing to fear
__________________
.
Malware = You don't scare me

A different perspective https://rt.com - https://rt.com/on-air
  #107  
Old September 2nd, 2012, 11:34 PM
wat0114's Avatar
wat0114 wat0114 is offline
Frequent Poster
 
Join Date: Aug 2012
Location: Canada
Posts: 731
Default Re: Attackers Pounce on Zero-Day Java Exploit

Java 0day analysis (CVE-2012-4681)

Quote:
Basically the exploit is creating an java.security.AccessControlContext instance with a java.security.ProtectionDomain that has full permissions and then replace the actual AccessControlContext of a java.beans.Statement instance to be able to execute code with full privileges.

Quote:
Putting all together
So this exploit is performing the following steps:
  • Creates a Statement instance that will call System.setSecurityManager(null) method using reflection.
  • Creates a custom AccessControlContext with full permissions.
  • With one bug it gets a reference to the sun.awt.SunToolkit class that is restricted to applets.
  • With the other bug it invokes the getField public static method on sun.awt.SunToolkit using reflection with a trusted immediate caller that bypasses the security checks.
  • With the getField method it is getting a reference to Statement.acc private field and setting its value to the custom AccessControlContext instance previously created.
  • Finally it executes the Statement that will disable the Security Manager bypassing all security checks because it has full permissions set in its AccessControlContext.


-http://immunityproducts.blogspot.ca/2012/08/java-0day-analysis-cve-2012-4681.html-

I don't understand most of the technicalities, but in short: the exploit is able to execute with full permissions!
__________________
Win 7x64 Ultimate

SUA | UAC @ Max | AppLocker w/DLL enforcement | Win fw w/advanced security| EMET 3.5 | Firefox w/NS +AdBlock+ plugins | GPO restrictions | Bitlocker and Truecrypt | ShadowProtect images | IFW data backups + dual boot to XP Pro: GPO, SRP, Jetico firewall w/Process Attack filter

Last edited by wat0114 : September 3rd, 2012 at 12:23 AM.
  #108  
Old September 3rd, 2012, 08:40 AM
lotuseclat79 lotuseclat79 is offline
Very Frequent Poster
 
Join Date: Jun 2005
Posts: 1,915
Default Re: Attackers Pounce on Zero-Day Java Exploit

Critical bug in newest Java gives attackers complete control of PCs.

Quote:
Discovery is the latest black eye for the security of the widely used Java.

Note: Article contains a nice JavaScript Interpreter/Java Plugin to/from Java Applet interaction diagram.

-- Tom
  #109  
Old September 3rd, 2012, 09:00 AM
Longboard's Avatar
Longboard Longboard is offline
Massive Poster
 
Join Date: Oct 2004
Location: Sydney, Australia
Posts: 3,097
Default Re: Attackers Pounce on Zero-Day Java Exploit

From The Reg:
Sounds lovely..
http://www.theregister.co.uk/2012/09/03/java_cleanup/
__________________
Don't confuse me with someone who actually knows what they are talking about.
Linux Registered user 469135
Please, support Medecins Sans Frontieres
  #110  
Old September 3rd, 2012, 02:59 PM
Dundertaker's Avatar
Dundertaker Dundertaker is offline
Frequent Poster
 
Join Date: Oct 2009
Location: Land of the Mer Lion
Posts: 365
Default Re: Attackers Pounce on Zero-Day Java Exploit

In addition to disabling Java in browsers, are there any firewall settings that can be set for additional protection..?
  #111  
Old September 3rd, 2012, 03:10 PM
wat0114's Avatar
wat0114 wat0114 is offline
Frequent Poster
 
Join Date: Aug 2012
Location: Canada
Posts: 731
Default Re: Attackers Pounce on Zero-Day Java Exploit

Quote:
Originally Posted by Dundertaker
In addition to disabling Java in browsers, are there any firewall settings that can be set for additional protection..?

If you are using an application outbound control firewall, the trojan should not be able to download other malicious payloads. See Rmus' post #37 this thread:

-http://www.wilderssecurity.com/showpost.php?p=2107470&postcount=37-
__________________
Win 7x64 Ultimate

SUA | UAC @ Max | AppLocker w/DLL enforcement | Win fw w/advanced security| EMET 3.5 | Firefox w/NS +AdBlock+ plugins | GPO restrictions | Bitlocker and Truecrypt | ShadowProtect images | IFW data backups + dual boot to XP Pro: GPO, SRP, Jetico firewall w/Process Attack filter
  #112  
Old September 3rd, 2012, 03:55 PM
Rmus Rmus is offline
Exploit Analyst
 
Join Date: Mar 2005
Posts: 3,624
Default Re: Attackers Pounce on Zero-Day Java Exploit

Quote:
Originally Posted by Dundertaker
In addition to disabling Java in browsers, are there any firewall settings that can be set for additional protection..?
With Java disabled, then the Java exploit code cannot execute, and the firewall would not come into the picture.

Now, if Java is enabled, one possibility to have the firewall protect is if the exploit uses the Java engine to connect out.
If the user doesn't have the Java.exe application white listed in the Firewall list, then the Firewall will alert:

Name:  java_ff_1.jpg
Views: 2074
Size:  73.2 KB

NOTE: This site hosts the Blackhole Exploit Kit which has an "updated" version of the exploit which does run against my Java v. 6

If I deny the outbound connection, then an error message appears:


Name:  java_ff_2a.jpg
Views: 406
Size:  37.8 KB

So, the Java exploit fails to run.

But the user may not be out of danger just yet! The Blackhole Exploit Kit will serve up another exploit if the Java exploit fails.

The post that wat0114 links to shows the scenario on a site that hosted the Blackhole Kit, where the Zero-Day Java Exploit code did not execute against Java 6 on my computer (the plugin was enabled).

Then, the exploit code on the site served up another exploit, the one that targets the Microsoft Help Center.

That application (helphost.exe) attempting to connect out causes the Firewall to alert (that application is not authorized by me -- non-white listed).

For testing, I permitted the connection out to snag the executable payload.

regards,

-rich

Last edited by Rmus : September 3rd, 2012 at 04:24 PM.
  #113  
Old September 7th, 2012, 06:43 AM
lotuseclat79 lotuseclat79 is offline
Very Frequent Poster
 
Join Date: Jun 2005
Posts: 1,915
Default Re: Attackers Pounce on Zero-Day Java Exploit

Java Still Not Safe, Security Experts Say.

Quote:
Oracle needs to fix holes faster, say some security experts. Leave Java disabled for now, because Oracle's emergency patch is insufficient.

-- Tom
  #114  
Old September 8th, 2012, 08:05 AM
chronomatic chronomatic is offline
Very Frequent Poster
 
Join Date: Apr 2009
Posts: 1,324
Default Re: Attackers Pounce on Zero-Day Java Exploit

Quote:
Originally Posted by Longboard

LOL @ that guy going through all those steps. The best solution is to nuke the hard drive and reinstall fresh (after backing up of course). This should be the one and only step you take when faced with a rootkit.
  #115  
Old September 25th, 2012, 03:44 PM
sandals sandals is offline
Infrequent Poster
 
Join Date: Sep 2012
Location: USA
Posts: 1
Default Re: Attackers Pounce on Zero-Day Java Exploit

Does anyone know if ESET protects against this exploit? Or, is this the same threat that Microsoft issued an update for at http://support.microsoft.com/kb/2736233
? Any information appreciated!
  #116  
Old September 25th, 2012, 10:06 PM
SweX SweX is offline
Massive Poster
 
Join Date: Apr 2007
Location: Sweden
Posts: 3,651
Default Re: Attackers Pounce on Zero-Day Java Exploit

Quote:
Originally Posted by sandals
Does anyone know if ESET protects against this exploit?
Yes it does
__________________
OpenDNS ESET Smart Security
-A Heavy product is not the same as a Bloated product and vice versa-
  #117  
Old September 27th, 2012, 01:22 AM
boombastik's Avatar
boombastik boombastik is offline
Regular Poster
 
Join Date: Oct 2010
Location: Greece
Posts: 116
Default Re: Attackers Pounce on Zero-Day Java Exploit

If we have installed java on our computer and we disable from our browser (from example mozilla) , we are safe?
__________________
Spywareblaster + Open Dns
Avast free 7 + Mbam pro (both password protected)
Firefox (Wot+Addblock+betterprivacy+no script)
Windows 7 firewall + D Link 2640b E1(SPI+NAT+AntiDos)
Windows 7 system image backup
On demand: Hitman pro + Emsisoft Kit + VWmare Player
  #118  
Old September 27th, 2012, 03:12 AM
Hungry Man's Avatar
Hungry Man Hungry Man is offline
Incredibly Massive Poster
 
Join Date: May 2011
Posts: 8,486
Default Re: Attackers Pounce on Zero-Day Java Exploit

Yes. You are safe if you disable the plugin.
__________________
  #119  
Old September 27th, 2012, 03:31 AM
PJC PJC is offline
Very Frequent Poster
 
Join Date: Feb 2010
Location: Internet
Posts: 2,962
Unhappy Re: Attackers Pounce on Zero-Day Java Exploit

This JAVA= Just Another Vulnerability Added...
Where is it going to stop?
Unfortunately, many sites and Apps require this necessary "evil"...
  #120  
Old September 27th, 2012, 05:20 AM
CyberMan969's Avatar
CyberMan969 CyberMan969 is online now
Frequent Poster
 
Join Date: Apr 2011
Posts: 529
Default Re: Attackers Pounce on Zero-Day Java Exploit

Quote:
Originally Posted by Mr.PC
This JAVA= Just Another Vulnerability Added...
Where is it going to stop?
Unfortunately, many sites and Apps require this necessary "evil"...

Damn right... Java (and Adobe Flash) should be simply called ...SecurityHoleware! Thank god for Sandboxie/Shadow Defender keeping the real system safe from such crap, even when antiexecution is not present or active for some reason.
__________________
I want to boldly go where no one has gone before. They just won't let me.
 

Wilders Security Forums > Other Security Topics > malware problems & news « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 11:46 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums