7.5
CVSSv2

CVE-2003-0896

Published: 17/11/2003 Updated: 18/10/2016
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

The loadClass method of the sun.applet.AppletClassLoader class in the Java Virtual Machine (JVM) in Sun SDK and JRE 1.4.1_03 and previous versions allows remote malicious users to bypass sandbox restrictions and execute arbitrary code via a loaded class name that contains "/" (slash) instead of "." (dot) characters, which bypasses a call to the Security Manager's checkPackageAccess method.

Vulnerable Product Search on Vulmon Subscribe to Product

sun jre

Exploits

source: wwwsecurityfocuscom/bid/8879/info A vulnerability has been identified in the Sun Java Virtual Machine packaged with JRE and SDK This issue results in the circumvention of the Java Security Model, and can permit an attacker to execute arbitrary code on vulnerable hosts import javaappletApplet; import javaawtGraphics; import ...