| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2009-2283 | 1 Jul 200912:26 | – | cve | |
| CVE-2009-2283 | 1 Jul 200912:26 | – | cvelist | |
| EUVD-2009-2279 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-2283 | 1 Jul 200913:00 | – | nvd | |
| Sun Java Web Console 3.0.2 - 3.0.5 Multiple XSS Vulnerabilities | 9 Jul 200900:00 | – | openvas | |
| Cross site scripting | 1 Jul 200913:00 | – | prion | |
| Solaris 8 (sparc) : 136987-03 | 17 Mar 200800:00 | – | nessus | |
| Sun Java Web Console helpwindow.jsp / masthead.jsp Multiple XSS | 2 Jul 200900:00 | – | nessus |
| Source | Link |
|---|---|
| vupen | www.vupen.com/english/advisories/2009/1712 |
| sunsolve | www.sunsolve.sun.com/search/document.do |
| secunia | www.secunia.com/advisories/35597 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_sun_java_web_console_xss_vuln.nasl 4892 2016-12-30 15:39:07Z teissa $
#
# Sun Java Web Console Multiple XSS Vulnerabilities
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will let the remote attacker to execute arbitrary HTML
and script code in a user's browser session in the context of an affected site.
Impact Level: Application";
tag_affected = "Sun Java Web Console version 3.0.2 to 3.0.5";
tag_insight = "Errors in help jsp script that is not properly sanitising input data before
being returned to the user, which can be exploited to cause web script or
HTML code injection.";
tag_solution = "Apply patch from below link,
http://sunsolve.sun.com/search/document.do?assetkey=1-66-262428-1";
tag_summary = "The host is running Java Web Console and is prone to Multiple
Cross-Site Scripting Vulnerabilities.";
if(description)
{
script_id(800826);
script_version("$Revision: 4892 $");
script_tag(name:"last_modification", value:"$Date: 2016-12-30 16:39:07 +0100 (Fri, 30 Dec 2016) $");
script_tag(name:"creation_date", value:"2009-07-09 10:58:23 +0200 (Thu, 09 Jul 2009)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_cve_id("CVE-2009-2283");
script_name("Sun Java Web Console Multiple XSS Vulnerabilities");
script_xref(name : "URL" , value : "http://secunia.com/advisories/35597");
script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/1712");
script_xref(name : "URL" , value : "http://sunsolve.sun.com/search/document.do?assetkey=1-21-136987-03-1");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_sun_java_web_console_detect.nasl");
script_require_keys("Sun/JavaWebConsole/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
jwcPort = 6789;
jwcVer = get_kb_item("Sun/JavaWebConsole/Ver");
if(jwcVer != NULL)
{
# Check for Version 3.0.2 <= 3.0.5
if(version_in_range(version:jwcVer, test_version:"3.0.2",
test_version2:"3.0.5")){
security_message(jwcPort);
}
}
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