| Reporter | Title | Published | Views | Family All 78 |
|---|---|---|---|---|
| CVE-2010-1423 vulnerabilities | 15 Apr 201021:30 | – | cgr | |
| CVE-2010-0886 | 9 Apr 201000:00 | – | circl | |
| CVE-2010-1423 | 9 Apr 201000:00 | – | circl | |
| Oracle Releases Sun Java SE 1.6.0_20 | 16 Apr 201000:00 | – | cisa | |
| Oracle Java Web Start Launch Command-Line Injection (CVE-2010-0886; CVE-2010-0887; CVE-2010-1423) | 26 May 201000:00 | – | checkpoint_advisories | |
| CVE-2010-0886 | 20 Apr 201019:00 | – | cve | |
| CVE-2010-0887 | 20 Apr 201019:00 | – | cve | |
| CVE-2010-1423 | 15 Apr 201021:12 | – | cve | |
| CVE-2010-0886 | 20 Apr 201019:00 | – | cvelist | |
| CVE-2010-0887 | 20 Apr 201019:00 | – | cvelist |
# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:sun:jre";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902168");
script_version("2025-08-01T15:45:48+0000");
script_tag(name:"last_modification", value:"2025-08-01 15:45:48 +0000 (Fri, 01 Aug 2025)");
script_tag(name:"creation_date", value:"2010-04-23 17:57:39 +0200 (Fri, 23 Apr 2010)");
script_cve_id("CVE-2010-0886", "CVE-2010-0887", "CVE-2010-1423");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("Sun Java JRE Multiple Vulnerabilities - Linux");
script_tag(name:"qod_type", value:"executable_version_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("General");
script_dependencies("gb_java_prdts_detect_lin.nasl");
script_mandatory_keys("Sun/Java/JRE/Linux/Ver");
script_tag(name:"impact", value:"Successful exploitation allows execution of arbitrary code by tricking a user
into visiting a malicious web page.");
script_tag(name:"affected", value:"Sun Java version 6 Update 19 and prior on Linux.");
script_tag(name:"insight", value:"The flaws are due to an input validation error in 'JRE' that does not
properly validate arguments supplied via 'javaw.exe' before being passed to
a 'CreateProcessA' call, which could allow remote attackers to automatically
download and execute a malicious JAR file hosted on a network.");
script_tag(name:"solution", value:"Upgrade to Sun Java version 6 Update 20.");
script_tag(name:"summary", value:"Sun Java Deployment Toolkit is prone to multiple vulnerabilities.");
script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/886582");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/39492");
script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/0853");
script_xref(name:"URL", value:"http://lists.grok.org.uk/pipermail/full-disclosure/2010-April/074036.html");
script_xref(name:"URL", value:"http://www.reversemode.com/index.php?option=com_content&task=view&id=67&Itemid=1");
script_xref(name:"URL", value:"http://java.sun.com/javase/6/");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if(!jreVer = get_app_version(cpe:CPE))
exit(0);
if(version_in_range(version:jreVer, test_version:"1.6", test_version2:"1.6.0.19")){
report = report_fixed_ver(installed_version:jreVer, vulnerable_range:"1.6 - 1.6.0.19");
security_message(port:0, data:report);
exit(0);
}
exit(99);
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation