ID CVE-2010-1423
Summary Argument injection vulnerability in the URI handler in (a) Java NPAPI plugin and (b) Java Deployment Toolkit in Java 6 Update 10, 19, and other versions, when running on Windows and possibly on Linux, allows remote attackers to execute arbitrary code via the (1) -J or (2) -XXaltjvm argument to javaws.exe, which is processed by the launch method. NOTE: some of these details are obtained from third party information.
References
Vulnerable Configurations
  • cpe:2.3:a:oracle:jre:1.6.0:update_10:*:*:*:*:*:*
    cpe:2.3:a:oracle:jre:1.6.0:update_10:*:*:*:*:*:*
  • cpe:2.3:a:oracle:jdk:1.6.0:update10:*:*:*:*:*:*
    cpe:2.3:a:oracle:jdk:1.6.0:update10:*:*:*:*:*:*
  • cpe:2.3:a:oracle:jdk:1.5.0:update19:*:*:*:*:*:*
    cpe:2.3:a:oracle:jdk:1.5.0:update19:*:*:*:*:*:*
  • cpe:2.3:a:oracle:jdk:1.6.0:update19:*:*:*:*:*:*
    cpe:2.3:a:oracle:jdk:1.6.0:update19:*:*:*:*:*:*
  • cpe:2.3:a:oracle:jre:1.5.0:update19:*:*:*:*:*:*
    cpe:2.3:a:oracle:jre:1.5.0:update19:*:*:*:*:*:*
  • cpe:2.3:a:oracle:jre:1.6.0:update19:*:*:*:*:*:*
    cpe:2.3:a:oracle:jre:1.6.0:update19:*:*:*:*:*:*
CVSS
Base: 9.3 (as of 13-05-2022 - 14:52)
Impact:
Exploitability:
CWE CWE-78
CAPEC
  • OS Command Injection
    In this type of an attack, an adversary injects operating system commands into existing application functions. An application that uses untrusted input to build command strings is vulnerable. An adversary can leverage OS command injection in an application to elevate privileges, execute arbitrary commands and compromise the underlying operating system.
  • Argument Injection
    An attacker changes the behavior or state of a targeted application through injecting data or command syntax through the targets use of non-validated and non-filtered arguments of exposed services or methods.
  • Command Delimiters
    An attack of this type exploits a programs' vulnerabilities that allows an attacker's commands to be concatenated onto a legitimate command with the intent of targeting other resources such as the file system or database. The system that uses a filter or a blacklist input validation, as opposed to whitelist validation is vulnerable to an attacker who predicts delimiters (or combinations of delimiters) not present in the filter or blacklist. As with other injection attacks, the attacker uses the command delimiter payload as an entry point to tunnel through the application and activate additional attacks through SQL queries, shell commands, network scanning, and so on.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
  • Exploiting Multiple Input Interpretation Layers
    An attacker supplies the target software with input data that contains sequences of special characters designed to bypass input validation logic. This exploit relies on the target making multiples passes over the input data and processing a "layer" of special characters with each pass. In this manner, the attacker can disguise input that would otherwise be rejected as invalid by concealing it with layers of special/escape characters that are stripped off by subsequent processing steps. The goal is to first discover cases where the input validation layer executes before one or more parsing layers. That is, user input may go through the following logic in an application: <parser1> --> <input validator> --> <parser2>. In such cases, the attacker will need to provide input that will pass through the input validator, but after passing through parser2, will be converted into something that the input validator was supposed to stop.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
COMPLETE COMPLETE COMPLETE
cvss-vector via4 AV:N/AC:M/Au:N/C:C/I:C/A:C
oval via4
accepted 2014-08-18T04:00:51.472-04:00
class vulnerability
contributors
  • name Aharon Chernin
    organization DTCC
  • name Shane Shaffer
    organization G2, Inc.
  • name Dragos Prisaca
    organization G2, Inc.
  • name Maria Mikhno
    organization ALTX-SOFT
definition_extensions
  • comment Java SE Development Kit 6 is installed
    oval oval:org.mitre.oval:def:15831
  • comment Java SE Runtime Environment 6 is installed
    oval oval:org.mitre.oval:def:16362
description Argument injection vulnerability in the URI handler in (a) Java NPAPI plugin and (b) Java Deployment Toolkit in Java 6 Update 10, 19, and other versions, when running on Windows and possibly on Linux, allows remote attackers to execute arbitrary code via the (1) -J or (2) -XXaltjvm argument to javaws.exe, which is processed by the launch method. NOTE: some of these details are obtained from third party information.
family windows
id oval:org.mitre.oval:def:14090
status accepted
submitted 2012-02-22T08:19:01.000-05:00
title Argument injection vulnerability in the URI handler in (a) Java NPAPI plugin and (b) Java Deployment Toolkit in Java 6 Update 10, 19, and other versions, when running on Windows and possibly on Linux, allows remote attackers to execute arbitrary code via the (1) -J or (2) -XXaltjvm argument to javaws.exe, which is processed by the launch method. NOTE: some of these details are obtained from third party information.
version 10
refmap via4
cert-vn VU#886582
fulldisc 20100409 Java Deployment Toolkit Performs Insufficient Validation of Parameters
misc http://www.reversemode.com/index.php?option=com_content&task=view&id=67&Itemid=1
osvdb 63648
sectrack 1023840
secunia 39260
vupen ADV-2010-0853
xf jre-toolkit-command-execution(57615)
Last major update 13-05-2022 - 14:52
Published 15-04-2010 - 21:30
Last modified 13-05-2022 - 14:52
Back to Top