Oracle Java SE Runtime Environment (JRE) Arbitrary Code Execution Vulnerability
CVE-2012-4681는 n/a n/a, jdk, jre에서 확인된 긴급 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 1.6.0, 1.7.0, 6.0, 6.3입니다. CVSS 기본 점수는 9.8점입니다. CISA의 실제 악용 취약점 목록(KEV)에 등록돼 있어 우선 확인이 필요합니다.
CVE-2012-4681는 n/a n/a, jdk, jre에서 확인된 긴급 등급 보안 취약점입니다. 공개 데이터에 표시된 영향 버전은 1.6.0, 1.7.0, 6.0, 6.3입니다. CVSS 기본 점수는 9.8점입니다. CISA의 실제 악용 취약점 목록(KEV)에 등록돼 있어 우선 확인이 필요합니다.
NVD 영문 원문의 세부 내용은 한국어 설명으로 순차 보강 중입니다. 보강 전에는 제품·위험도·실제 악용 여부처럼 공개 데이터로 확인된 정보만 표시합니다.
영문 원문 보기
Multiple vulnerabilities in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 6 and earlier allow remote attackers to execute arbitrary code via a crafted applet that bypasses SecurityManager restrictions by (1) using com.sun.beans.finder.ClassFinder.findClass and leveraging an exception with the forName method to access restricted classes from arbitrary packages such as sun.awt.SunToolkit, then (2) using "reflection with a trusted immediate caller" to leverage the getField method to access and modify private fields, as exploited in the wild in August 2012 using Gondzz...