Home→Descriptions→Exploit.Java.CVE-2010-0840.ay
| Detected | Jul 08 2011 07:43 GMT |
| Released | Jul 08 2011 09:59 GMT |
| Published | Sep 08 2011 08:12 GMT |
An exploit that uses a vulnerability in the JRE (Java Runtime Environment) to download other malware to an infected computer. It is a JAR-archive containing a set of Java-classes (class-files). 10034 bytes.
The malicious JAR-archive contains the following files:
MessageStack\QueryConstructor.class (490 bytes) MessageStack\QueryFromMessage.class (599 bytes) MessageStack\StringPack.class (1320 bytes) MessageStack\TemplateMessage.class (2047 bytes) MessageStack\TextMessage.class (571 bytes) xmlTools\Container.class (3756 bytes) xmlTools\Translator.class (552 bytes) xmlTools\xml2html.class (5203 bytes) xmlTools\XmlConstruct.class (2784 bytes)
The trojan is a Java-applet (main applet class – "xml2html"), designed to download files from the Internet from redirected links. The applet is launched from an infected HTML-page using the "<APPLET>" tag, for which a string containing an encrypted list of links to downloadable files is transferred in the "prm" parameter. The links in this string are separated by the symbols "::". After launching, the trojan decrypts the links received using the "StringPack" "name"function. When decoding, the following mapping is used for input and output symbols:
Input symbols:
QOn7cZAVmK/G4WuBqfLxj1_tlE8PTrpN2Y3:MUa=&5oRi%y?9DHv-Cgwkh60b.FdeSI#zJXsOutput symbols:
aDLXq-_.mjnWN6fwcsKB?xbITS=CykGvd91Z:%ElR5po0rzA8/JYP72#ue&t4iQFhVU3OMgH
The trojan then checks the name of the OS installed on the infected computer. If the OS is not Windows, the trojan will shut down. Otherwise, it downloads files from the links received. The trojan determines the type of downloadable file (executable file or dynamic-link library) based on the presence of the substrings ".exe" and ".dll" in the unencrypted link. The downloaded files are saved in the current user's temporary file directory as
%Temp%\<rnd>.exeor
%Temp%\<rnd>.dllwhere <rnd> consists of random fractional decimals from 0 to 1.
After successfully downloading the next executable file, the file is launched for execution. If downloading a dynamic-link library, this is launched using the system utility "regsvr32.exe":
regsvr32 –s %Temp%\<rnd>.dll
During its implementation, the exploit uses the vulnerability CVE-2010-0840 in the JRE (Java Runtime Environment). This vulnerability appears as a result of an incorrect validation when running preferred methods in JRE, which allows the attacker to execute an arbitrary code using an object that has been modified in a certain way, as a sub-class of the proxy class. This vulnerability allows the trojan to track and use methods which are not available for the Java-applet class which is a sub-class of the unprivileged "Applet" class.
If your computer has not been protected with anti-virus software and has been infected with malware, you will need to take the following actions to delete this:
%Temp%\<rnd>.exe %Temp%\<rnd>.dll
MD5: 383133B52FFF57FB7B736082751D36F5 SHA1: 48A6F8FBD79740BDCFE637076FAAD21B26523442
Exploits are programs that contain data or executable code which take advantage of one or more vulnerabilities in software running on a local or remote computer for clearly malicious purposes.
Often, malicious users employ an exploit to penetrate a victim computer in order to subsequently install malicious code (for example, to infect all visitors to a compromised website with a malicious program). Additionally, exploits are commonly used by Net-Worms in order to hack a victim computer without any action being required from the user.
Nuker programs are notable among exploits; such programs send specially crafted requests to local or remote computers, causing the system to crash.