Overview
Java 7 Update 10 and earlier versions of Java 7 contain a vulnerability that can allow a remote, unauthenticated attacker to execute arbitrary code on a vulnerable system.
Description
The Oracle Java Runtime Environment (JRE) 1.7 allows users to run Java applications in a browser or as standalone programs. Oracle has made the JRE available for multiple operating systems. OpenJDK is an open-source implementation of the Java platform, and the IcedTea project aims to make it easier to deploy OpenJDK, including a web browser plugin. The Java JRE plug-in provides its own Security Manager. Typically, a web applet runs with a security manager provided by the browser or Java Web Start plugin. Oracle's document states, "If there is a security manager already installed, this method first calls the security manager's checkPermission method with a RuntimePermission("setSecurityManager") permission to ensure it's safe to replace the existing security manager. This may result in throwing a SecurityException". |
Impact
By convincing a user to visit a specially crafted HTML document, a remote attacker may be able to execute arbitrary code on a vulnerable system. Note that applications that use the Internet Explorer web content rendering components, such as Microsoft Office or Windows Desktop Search, may also be used as an attack vector for this vulnerability. |
Solution
Apply an update |
Disable Java in web browsers Starting with Java 7 Update 10, it is possible to disable Java content in web browsers through the Java control panel applet. Please see the Java documentation for more details. |
Vendor Information
CVSS Metrics
Group | Score | Vector |
---|---|---|
Base | 10 | AV:N/AC:L/Au:N/C:C/I:C/A:C |
Temporal | 9.5 | E:H/RL:W/RC:C |
Environmental | 9.5 | CDP:ND/TD:H/CR:ND/IR:ND/AR:ND |
References
- https://krebsonsecurity.com/2013/01/what-you-need-to-know-about-the-java-exploit/
- http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html
- http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/
- http://seclists.org/bugtraq/2013/Jan/48
- http://seclists.org/fulldisclosure/2013/Jan/77
- http://www.security-explorations.com/materials/SE-2012-01-ORACLE-5.pdf
- http://docs.oracle.com/javase/7/docs/api/java/lang/invoke/MethodHandle.html#invokeWithArguments%28java.util.List%29
- http://www.java.com/en/download/help/disable_browser.xml
- https://partners.immunityinc.com/idocs/Java%20MBeanInstantiator.findClass%200day%20Analysis.pdf
- https://blogs.oracle.com/security/entry/security_alert_for_cve_2013
- http://www.oracle.com/technetwork/topics/security/alert-cve-2013-0422-1896849.html
- http://www.oracle.com/technetwork/java/javase/7u11-relnotes-1896856.html
- https://bugzilla.redhat.com/show_bug.cgi?id=894172
- https://partners.immunityinc.com/idocs/Java%20MBeanInstantiator.findClass%200day%20Analysis.pdf
- http://immunityproducts.blogspot.ca/2013/01/confirmed-java-only-fixed-one-of-two.html
- https://www-304.ibm.com/connections/blogs/PSIRT/entry/oracle_java_7_security_manager_bypass_vulnerability_cve_2013_04224
- http://permalink.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/21381
- http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-January/021413.html
- http://blogs.computerworld.com/cybercrime-and-hacking/21664/understanding-new-security-java-7-update-11
- http://codeascraft.etsy.com/2013/03/18/java-not-even-once/
Acknowledgements
Thanks to Kafeine for reporting this vulnerability.
This document was written by Will Dormann.
Other Information
CVE IDs: | CVE-2013-0422 |
Date Public: | 2013-01-10 |
Date First Published: | 2013-01-10 |
Date Last Updated: | 2013-06-12 18:29 UTC |
Document Revision: | 143 |