| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2011-0509 | 20 Jan 201118:00 | – | cve | |
| CVE-2011-0509 | 20 Jan 201118:00 | – | cvelist | |
| EUVD-2011-0529 | 7 Oct 202500:30 | – | euvd | |
| CVE-2011-0509 | 20 Jan 201119:00 | – | nvd | |
| Vaadin Framework 6.0.0 - 6.4.8 XSS Vulnerability | 5 Feb 201100:00 | – | openvas | |
| Cross site scripting | 20 Jan 201119:00 | – | prion |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/45779 |
| vaadin | www.vaadin.com/download/release/6.4/6.4.9/release-notes.html |
| secunia | www.secunia.com/advisories/42879 |
| xforce | www.xforce.iss.net/xforce/xfdb/64626 |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_vaadin_xss_vuln.nasl 7029 2017-08-31 11:51:40Z teissa $
#
# Vaadin URI Parameter Cross Site Scripting Vulnerability
#
# Authors:
# Madhuri D <[email protected]>
# Christian Fischer <[email protected]>
#
# Copyright:
# Copyright (c) 2011 SecPod, http://www.secpod.com
#
# 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.
###############################################################################
CPE = 'cpe:/a:vaadin:vaadin';
if(description)
{
script_id(902330);
script_version("$Revision: 7029 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-31 13:51:40 +0200 (Thu, 31 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-02-05 04:12:38 +0100 (Sat, 05 Feb 2011)");
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_bugtraq_id(45779);
script_cve_id("CVE-2011-0509");
script_name("Vaadin URI Parameter Cross Site Scripting Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2011 SecPod");
script_family("Web application abuses");
script_dependencies("sw_vaadin_detect.nasl");
script_require_ports("Services/www", 8888);
script_mandatory_keys("vaadin/installed");
script_tag(name : "summary" , value : "This web application is running with the Vaadin Framework which is
prone to a Cross-Site Scripting vulnerability.");
script_tag(name : "vuldetect" , value : "Check the version.");
script_tag(name : "insight" , value : "Input passed to the 'URL' parameter in 'index.php', is not properly
sanitised before being returned to the user.");
script_tag(name : "impact" , value : "Successful exploitation will allow remote attackers to
execute arbitrary HTML and script code in a user's browser session in the context of an affected
application.");
script_tag(name : "affected" , value : "Vaadin Framework versions from 6.0.0 up to 6.4.8");
script_tag(name : "solution" , value : "Upgrade to Vaadin Framework version 6.4.9 or later
For updates refer to http://vaadin.com/releases");
script_xref(name : "URL" , value : "http://secunia.com/advisories/42879");
script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/64626");
script_xref(name : "URL" , value : "http://www.securityfocus.com/bid/45779");
script_xref(name : "URL" , value : "http://www.vaadin.com/download/release/6.4/6.4.9/release-notes.html");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( ! port = get_app_port( cpe:CPE ) ) exit( 0 );
if( ! vers = get_app_version( cpe:CPE, port:port ) ) exit( 0 );
if( version_in_range( version:vers, test_version:"6.0.0", test_version2:"6.4.8" ) ) {
security_message( port:port );
exit( 0 );
}
exit( 99 );
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