CVE-2013-0422
CVE-2013-0422
En resumen
Java 7 anterior a la Actualización 11 contiene fallos críticos que permiten a atacantes remotos ejecutar código malicioso aprovechando acceso inadecuado a componentes internos de Java (JMX/MBean y Reflection API). Esta vulnerabilidad fue explotada activamente por malware en enero de 2013.
Detalle técnico
CVE-2013-0422 abarca dos vectores distintos de ejecución remota de código en Java 7 < Actualización 11: (1) abuso del método público getMBeanInstantiator en JmxMBeanServer para obtener referencias arbitrarias de Class mediante findClass, y (2) bypass de controles de seguridad en java.lang.invoke.MethodHandles.Lookup mediante llamadas recursivas de Reflection API que eluyen el mecanismo de frame-skipping de sun.reflect.Reflection.getCallerClass. Sin autenticación requerida; la explotación fue utilizada activamente por malware Blackhole y Nuclear Pack.
Resumen generado y traducido por IA a partir de la descripción oficial.
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using the public getMBeanInstantiator method in the JmxMBeanServer class to obtain a reference to a private MBeanInstantiator object, then retrieving arbitrary Class references using the findClass method, and (2) using the Reflection API with recursion in a way that bypasses a security check by the java.lang.invoke.MethodHandles.Lookup.checkSecurityManager method due to the inability of the sun.reflect.Reflection.getCallerClass method to skip frames related to the new reflection API, as exploited in the wild in January 2013, as demonstrated by Blackhole and Nuclear Pack, and a different vulnerability than CVE-2012-4681 and CVE-2012-3174. NOTE: some parties have mapped the recursive Reflection API issue to CVE-2012-3174, but CVE-2012-3174 is for a different vulnerability whose details are not public as of 20130114. CVE-2013-0422 covers both the JMX/MBean and Reflection API issues. NOTE: it was originally reported that Java 6 was also vulnerable, but the reporter has retracted this claim, stating that Java 6 is not exploitable because the relevant code is called in a way that does not bypass security checks. NOTE: as of 20130114, a reliable third party has claimed that the findClass/MBeanInstantiator vector was not fixed in Oracle Java 7 Update 11. If there is still a vulnerable condition, then a separate CVE identifier might be created for the unfixed issue.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
⚠ Recursos públicos, para evaluar la exposición de sistemas que controlas o estás autorizado a probar. Prueba solo con autorización.