| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2014-8380 | 21 Oct 201415:55 | – | attackerkb | |
| CVE-2010-2429 | 23 Jun 201017:13 | – | cve | |
| CVE-2010-2429 | 23 Jun 201017:13 | – | cvelist | |
| EUVD-2010-2438 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-2429 | 24 Jun 201012:17 | – | nvd | |
| Splunk 4.0 - 4.1.2 XSS Vulnerability | 12 Jul 201000:00 | – | openvas | |
| Cross site scripting | 24 Jun 201012:17 | – | prion | |
| Cross site scripting | 21 Oct 201415:55 | – | prion | |
| Splunk 4.x < 4.1.3 404 Response XSS | 7 Jul 201000:00 | – | nessus |
| Source | Link |
|---|---|
| xforce | www.xforce.iss.net/xforce/xfdb/59517 |
| secunia | www.secunia.com/advisories/40187 |
| splunk | www.splunk.com/view/SP-CAAAFHY |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_splunk_xss_vuln.nasl 5373 2017-02-20 16:27:48Z teissa $
#
# Splunk 'Referer' Header Cross-Site Scripting Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2010 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 allow attackers to execute arbitrary web
script or HTML in a user's browser session in the context of an affected
site.
Impact Level: Application";
tag_affected = "Splunk version 4.0 through 4.1.2";
tag_insight = "The flaw is caused by improper validation of user-supplied input passed via
the 'Referer' header before being returned to the user within a HTTP 404
error message when using Internet Explorer.";
tag_solution = "Upgrade to Splunk version 4.1.3 or later,
For updates refer to http://www.splunk.com/download";
tag_summary = "This host is running Splunk and is prone to Cross-Site Scripting
vulnerability.";
if(description)
{
script_id(801226);
script_version("$Revision: 5373 $");
script_tag(name:"last_modification", value:"$Date: 2017-02-20 17:27:48 +0100 (Mon, 20 Feb 2017) $");
script_tag(name:"creation_date", value:"2010-07-12 09:42:32 +0200 (Mon, 12 Jul 2010)");
script_cve_id("CVE-2010-2429");
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("Splunk 'Referer' Header Cross-Site Scripting Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/40187");
script_xref(name : "URL" , value : "http://www.splunk.com/view/SP-CAAAFHY");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/59517");
script_tag(name:"qod_type", value:"remote_banner");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_splunk_detect.nasl");
script_require_ports("Services/www", 8000);
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("http_func.inc");
include("version_func.inc");
port = get_http_port(default:8000);
if(!get_port_state(port)) {
exit(0);
}
vers = get_kb_item(string("www/", port, "/splunk"));
if(!isnull(vers))
{
if(version_in_range(version: vers, test_version: "4.0", test_version2:"4.1.2")){
security_message(port:port);
}
}
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