ID CVE-2010-4351
Summary The JNLP SecurityManager in IcedTea (IcedTea.so) 1.7 before 1.7.7, 1.8 before 1.8.4, and 1.9 before 1.9.4 for Java OpenJDK returns from the checkPermission method instead of throwing an exception in certain circumstances, which might allow context-dependent attackers to bypass the intended security policy by creating instances of ClassLoader.
References
Vulnerable Configurations
  • cpe:2.3:a:redhat:icedtea:1.7:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.7.2:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7.2:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.7.3:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7.3:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.7.4:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7.4:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.7.5:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7.5:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.7.6:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.7.6:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.8:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.8:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.8.1:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.8.1:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.8.2:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.8.2:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.8.3:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.8.3:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.9:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.9:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.9.2:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.9.2:*:*:*:*:*:*:*
  • cpe:2.3:a:redhat:icedtea:1.9.3:*:*:*:*:*:*:*
    cpe:2.3:a:redhat:icedtea:1.9.3:*:*:*:*:*:*:*
  • cpe:2.3:a:sun:openjdk:*:*:*:*:*:*:*:*
    cpe:2.3:a:sun:openjdk:*:*:*:*:*:*:*:*
CVSS
Base: 6.8 (as of 13-02-2023 - 04:28)
Impact:
Exploitability:
CWE CWE-264
CAPEC
  • Manipulating Web Input to File System Calls
    An attacker manipulates inputs to the target software which the target software passes to file system calls in the OS. The goal is to gain access to, and perhaps modify, areas of the file system that the target software did not intend to be accessible.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files. When the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high.
  • Using Malicious Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:P/I:P/A:P
redhat via4
advisories
bugzilla
id 663680
title CVE-2010-4351 IcedTea jnlp security manager bypass
oval
OR
  • comment Red Hat Enterprise Linux must be installed
    oval oval:com.redhat.rhba:tst:20070304026
  • AND
    • comment Red Hat Enterprise Linux 5 is installed
      oval oval:com.redhat.rhba:tst:20070331005
    • OR
      • AND
        • comment java-1.6.0-openjdk is earlier than 1:1.6.0.0-1.17.b17.el5
          oval oval:com.redhat.rhsa:tst:20110176001
        • comment java-1.6.0-openjdk is signed with Red Hat redhatrelease key
          oval oval:com.redhat.rhsa:tst:20090377002
      • AND
        • comment java-1.6.0-openjdk-demo is earlier than 1:1.6.0.0-1.17.b17.el5
          oval oval:com.redhat.rhsa:tst:20110176003
        • comment java-1.6.0-openjdk-demo is signed with Red Hat redhatrelease key
          oval oval:com.redhat.rhsa:tst:20090377004
      • AND
        • comment java-1.6.0-openjdk-devel is earlier than 1:1.6.0.0-1.17.b17.el5
          oval oval:com.redhat.rhsa:tst:20110176005
        • comment java-1.6.0-openjdk-devel is signed with Red Hat redhatrelease key
          oval oval:com.redhat.rhsa:tst:20090377006
      • AND
        • comment java-1.6.0-openjdk-javadoc is earlier than 1:1.6.0.0-1.17.b17.el5
          oval oval:com.redhat.rhsa:tst:20110176007
        • comment java-1.6.0-openjdk-javadoc is signed with Red Hat redhatrelease key
          oval oval:com.redhat.rhsa:tst:20090377008
      • AND
        • comment java-1.6.0-openjdk-src is earlier than 1:1.6.0.0-1.17.b17.el5
          oval oval:com.redhat.rhsa:tst:20110176009
        • comment java-1.6.0-openjdk-src is signed with Red Hat redhatrelease key
          oval oval:com.redhat.rhsa:tst:20090377010
rhsa
id RHSA-2011:0176
released 2011-01-25
severity Moderate
title RHSA-2011:0176: java-1.6.0-openjdk security update (Moderate)
rpms
  • java-1.6.0-openjdk-1:1.6.0.0-1.17.b17.el5
  • java-1.6.0-openjdk-debuginfo-1:1.6.0.0-1.17.b17.el5
  • java-1.6.0-openjdk-demo-1:1.6.0.0-1.17.b17.el5
  • java-1.6.0-openjdk-devel-1:1.6.0.0-1.17.b17.el5
  • java-1.6.0-openjdk-javadoc-1:1.6.0.0-1.17.b17.el5
  • java-1.6.0-openjdk-src-1:1.6.0.0-1.17.b17.el5
refmap via4
bid 45894
confirm
debian DSA-2224
fedora
  • FEDORA-2011-0500
  • FEDORA-2011-0521
gentoo GLSA-201406-32
mandriva MDVSA-2011:054
misc http://www.zerodayinitiative.com/advisories/ZDI-11-014/
osvdb 70605
secunia
  • 43002
  • 43078
  • 43085
  • 43135
ubuntu
  • USN-1052-1
  • USN-1055-1
vupen
  • ADV-2011-0165
  • ADV-2011-0166
  • ADV-2011-0215
  • ADV-2011-0239
xf icedtea-jnlp-code-execution(64893)
Last major update 13-02-2023 - 04:28
Published 20-01-2011 - 19:00
Last modified 13-02-2023 - 04:28
Back to Top