Lucene search
K

Ikiwiki 'htmlscrubber' Cross Site Scripting Vulnerability

🗓️ 06 Apr 2010 00:00:00Reported by Copyright (C) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

Ikiwiki 'htmlscrubber' Cross Site Scripting Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2010-1195
31 Mar 201017:35
cve
Cvelist
CVE-2010-1195
31 Mar 201017:35
cvelist
Debian CVE
CVE-2010-1195
31 Mar 201017:35
debiancve
Tenable Nessus
Debian DSA-2020-1 : ikiwiki - insufficient input sanitization
23 Mar 201000:00
nessus
EUVD
EUVD-2010-1225
7 Oct 202500:30
euvd
NVD
CVE-2010-1195
31 Mar 201018:00
nvd
OpenVAS
Debian: Security Advisory (DSA-2020-1)
30 Mar 201000:00
openvas
OpenVAS
Ikiwiki 'htmlscrubber' Cross Site Scripting Vulnerability
6 Apr 201000:00
openvas
OpenVAS
Debian Security Advisory DSA 2020-1 (ikiwiki)
30 Mar 201000:00
openvas
OSV
DEBIAN-CVE-2010-1195
31 Mar 201018:00
osv
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ikiwiki_htmlscrubber_xss_vuln.nasl 5306 2017-02-16 09:00:16Z teissa $
#
# Ikiwiki 'htmlscrubber' 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 let the attacker execute arbitrary script code,
  in a user's browser session in the context of an affected site.
  Impact Level: Application";
tag_affected = "ikiwiki versions 2.x through 2.53.4 and 3.x through 3.20100311";
tag_insight = "The flaw is caused by an input validation error in the htmlscrubber component
  when processing 'data:image/svg+xml' URIs.";
tag_solution = "Upgrade to ikiwiki version 2.53.5 or 3.20100312
  http://ikiwiki.info/download/";
tag_summary = "This host is installed Ikiwiki and is prone to Cross Site
  Scripting vulnerability.";

if(description)
{
  script_id(800746);
  script_version("$Revision: 5306 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-16 10:00:16 +0100 (Thu, 16 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-04-06 08:47:09 +0200 (Tue, 06 Apr 2010)");
  script_cve_id("CVE-2010-1195");
  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("Ikiwiki 'htmlscrubber' Cross Site Scripting Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/38983");
  script_xref(name : "URL" , value : "http://ikiwiki.info/security/#index36h2");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/0662");

  script_tag(name:"qod_type", value:"executable_version");
  script_copyright("Copyright (C) 2010 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_ikiwiki_detect.nasl");
  script_require_keys("ikiwiki/Ver");
  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("version_func.inc");

ikiwikiVer = get_kb_item("ikiwiki/Ver");
if(ikiwikiVer != NULL)
{
  if(version_in_range(version:ikiwikiVer, test_version:"2.0", test_version2:"2.53.4")||
     version_in_range(version:ikiwikiVer, test_version:"3.0", test_version2:"3.20100311")){
      security_message(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

16 Feb 2017 00:00Current
6.1Medium risk
Vulners AI Score6.1
EPSS0.0032
18