Lucene search
K

Horde Application Framework 'icon_browser.php' Cross-Site Scripting Vulnerability

🗓️ 07 Sep 2010 00:00:00Reported by This script is Copyright (C) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

Horde Framework 'icon_browser.php' XSS Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-3077
6 Sep 201000:00
circl
CVE
CVE-2010-3077
9 Nov 201020:00
cve
CVE
CVE-2010-3694
9 Nov 201020:00
cve
Cvelist
CVE-2010-3077
9 Nov 201020:00
cvelist
Cvelist
CVE-2010-3694
9 Nov 201020:00
cvelist
Debian
[SECURITY] [DSA 2278-1] horde3 security update
16 Jul 201103:37
debian
Tenable Nessus
Debian DSA-2278-1 : horde3 - several vulnerabilities
19 Jul 201100:00
nessus
Tenable Nessus
Fedora 14 : horde-3.3.9-1.fc14 (2010-16525)
7 Nov 201000:00
nessus
Tenable Nessus
Fedora 13 : horde-3.3.9-1.fc13 (2010-16555)
7 Nov 201000:00
nessus
Tenable Nessus
Fedora 12 : horde-3.3.9-1.fc12 (2010-16592)
5 Nov 201000:00
nessus
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_horde_43001.nasl 6705 2017-07-12 14:25:59Z cfischer $
#
# Horde Application Framework 'icon_browser.php' Cross-Site Scripting Vulnerability
#
# Authors:
# Michael Meyer <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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 = "Horde Framework is prone to a cross-site scripting vulnerability
because it fails to sufficiently sanitize user-supplied data.

An attacker may leverage this issue to execute arbitrary script code
in the browser of an unsuspecting user in the context of the affected
site. This may help the attacker steal cookie-based authentication
credentials and launch other attacks.

This issue affects versions prior to and including Horde 3.3.8.

Note that additional products that use the Horde framework may also be
vulnerable.";

tag_solution = "The vendor has patched this issue in the latest GIT repository.
Contact the vendor for more information.";

if (description)
{
 script_id(100787);
 script_version("$Revision: 6705 $");
 script_tag(name:"last_modification", value:"$Date: 2017-07-12 16:25:59 +0200 (Wed, 12 Jul 2017) $");
 script_tag(name:"creation_date", value:"2010-09-07 15:26:31 +0200 (Tue, 07 Sep 2010)");
 script_cve_id("CVE-2010-3077", "CVE-2010-3694");
 script_bugtraq_id(43001);
 script_tag(name:"cvss_base", value:"6.8");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");

 script_name("Horde Application Framework 'icon_browser.php' Cross-Site Scripting Vulnerability");


 script_tag(name:"qod_type", value:"remote_vul");
 script_category(ACT_ATTACK);
 script_family("Web application abuses");
 script_copyright("This script is Copyright (C) 2010 Greenbone Networks GmbH");
 script_dependencies("horde_detect.nasl");
 script_require_ports("Services/www", 80);
 script_mandatory_keys("horde/installed");
 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);
 script_xref(name : "URL" , value : "https://www.securityfocus.com/bid/43001");
 script_xref(name : "URL" , value : "http://git.horde.org/diff.php/horde/util/icon_browser.php?rt=horde-git&r1=a978a35c3e95e784253508fd4333d2fbb64830b6&r2=9342addbd2b95f184f230773daa4faf5ef6d65e9");
 script_xref(name : "URL" , value : "http://www.horde.org");
 exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("version_func.inc");
include("url_func.inc");

port = get_http_port(default:80);
if(!dir = get_dir_from_kb(port:port,app:"horde"))exit(0);

ex = string("<body onload=alert('openvas-xss-test')>");

url = string(dir, "/util/icon_browser.php?subdir=",urlencode(str:ex),"&app=horde");

if(http_vuln_check(port:port, url:url, pattern:"<body onload=alert\('openvas-xss-test'\)>. not found", extra_check:"Subdirectory", check_header: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