| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| Sun AnswerBook2 < 1.4.5 XSS | 8 Mar 200500:00 | – | nessus | |
| CVE-2005-0548 | 9 Mar 200505:00 | – | cve | |
| CVE-2005-0549 | 9 Mar 200505:00 | – | cve | |
| CVE-2005-0548 | 9 Mar 200505:00 | – | cvelist | |
| CVE-2005-0549 | 9 Mar 200505:00 | – | cvelist | |
| Sun Solaris AnswerBook2 - Multiple Cross-Site Scripting Vulnerabilities | 7 May 200500:00 | – | exploitdb | |
| EUVD-2005-0549 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2005-0550 | 7 Oct 202500:30 | – | euvd | |
| Sun Solaris AnswerBook2 - Multiple Cross-Site Scripting Vulnerabilities | 7 May 200500:00 | – | exploitpack | |
| CVE-2005-0548 | 7 Mar 200505:00 | – | nvd |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/12746 |
| sunsolve | www.sunsolve.sun.com/search/document.do |
| securityfocus | www.securityfocus.com/archive/1/394429 |
| sunsolve | www.sunsolve.sun.com/search/document.do |
| wwws | www.wwws.sun.com/software//ab2/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: AnswerBook2_12746.nasl 6696 2017-07-12 11:30:15Z cfischer $
#
# Sun Solaris AnswerBook2 Multiple Cross-Site Scripting Vulnerabilities
#
# Authors:
# Michael Meyer
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH
#
# 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_summary = "Sun Solaris AnswerBook2 is reported prone to multiple cross-site
scripting vulnerabilities. These issues arise due to insufficient
sanitization of user-supplied data facilitating execution of arbitrary
HTML and script code in a user's browser.
The following specific issues were identified:
It is reported that the Search function of the application is affected
by a cross-site scripting vulnerability.
The AnswerBook2 admin interface is prone to cross-site scripting
attacks as well.
These issues can lead to theft of cookie based credentials and
other attacks.
AnswerBook2 1.4.4 and prior versions are affected by these issues.";
tag_solution = "Sun has released a advisory to address these issues. The vendor
recommends disabling the application and referring to Sun
documentation at the Sun Product Documentation Web site at
http://docs.sun.com or viewing the documentation on the Solaris
Documentation CD.
Please see the referenced advisory for more information.";
if (description)
{
script_id(100388);
script_version("$Revision: 6696 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-12 13:30:15 +0200 (Wed, 12 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-12-10 18:09:58 +0100 (Thu, 10 Dec 2009)");
script_bugtraq_id(12746);
script_cve_id("CVE-2005-0548","CVE-2005-0549");
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_name("Sun Solaris AnswerBook2 Multiple Cross-Site Scripting Vulnerabilities");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_family("Web application abuses");
script_copyright("This script is Copyright (C) 2009 Greenbone Networks GmbH");
script_dependencies("gb_get_http_banner.nasl");
script_require_ports("Services/www", 8888);
script_mandatory_keys("dwhttpd/banner");
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/12746");
script_xref(name : "URL" , value : "http://wwws.sun.com/software//ab2/");
script_xref(name : "URL" , value : "http://sunsolve.sun.com/search/document.do?assetkey=1-26-57737-1&searchclause=%22category:security%22%20%22availability,%20security%22");
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/394429");
script_xref(name : "URL" , value : "http://sunsolve.sun.com/search/document.do?assetkey=1-66-200305-1");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
port = get_http_port(default:8888);
banner = get_http_banner(port: port);
if("dwhttpd" >!< banner)exit(0);
url = string("/ab2/Help_C/@Ab2HelpSearch?scope=HELP&DwebQuery=%3Cscript%3Ealert(%27OpenVAS-XSS-Test%27)%3C/script%3E&Search=+Search+");
req = http_get(item:url, port:port);
buf = http_keepalive_send_recv(port:port, data:req);
if( buf == NULL )continue;
if(buf =~ "HTTP/1\.. 200" && egrep(pattern: "<script>alert\('OpenVAS-XSS-Test'\)</script>", string: buf, icase: TRUE)) {
security_message(port:port);
exit(0);
}
exit(0);
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