| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2009-4972 | 27 Jul 201018:39 | – | cve | |
| CVE-2009-4972 | 27 Jul 201018:39 | – | cvelist | |
| EUVD-2009-4934 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-4972 | 28 Jul 201014:43 | – | nvd | |
| SimpleID 'index.php' Cross Site Scripting Vulnerability | 6 Aug 201000:00 | – | openvas | |
| Cross site scripting | 28 Jul 201014:43 | – | prion | |
| CVE-2009-4972 | 9 Jan 202611:51 | – | redhatcve |
##############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_simpleid_xss_vuln.nasl 5373 2017-02-20 16:27:48Z teissa $
#
# SimpleID 'index.php' Cross Site Scripting Vulnerability
#
# Authors:
# Madhuri D <[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 HTML and
script code in a user's browser session in context of an affected site.
Impact Level: Application.";
tag_affected = "SimpleID version prior to 0.6.5";
tag_insight = "Input passed via the 's' parameter to 'index.php' is not properly sanitised
before being returned to the user.";
tag_solution = "Upgrade to SimpleID version 0.6.5 or later
For updates refer to http://sourceforge.net/projects/simpleid/files/";
tag_summary = "This host is running SimpleID and is prone to cross site scripting
vulnerability.";
if(description)
{
script_id(801416);
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-08-06 17:02:44 +0200 (Fri, 06 Aug 2010)");
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_cve_id("CVE-2009-4972");
script_name("SimpleID 'index.php' Cross Site Scripting Vulnerability");
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_simpleid_detect.nasl");
script_require_ports("Services/www", 80);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
exit(0);
}
include("http_func.inc");
include("version_func.inc");
## Get HTTP Port
simidPort = get_http_port(default:80);
if(!get_port_state(simidPort)){
exit(0);
}
## Get SimpleID version from KB
simidVer = get_version_from_kb(port:simidPort, app:"SimpleID/Ver");
if(simidVer != NULL)
{
## Check SimpleID version less than 0.6.5
if(version_is_less(version: simidVer, test_version: "0.6.5")){
security_message(simidPort);
}
}
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