Lucene search

K
openvasCopyright (C) 2014 Greenbone Networks GmbHOPENVAS:1361412562310804321
HistoryMar 04, 2014 - 12:00 a.m.

Mediawiki Multiple Vulnerabilities-01 Mar14

2014-03-0400:00:00
Copyright (C) 2014 Greenbone Networks GmbH
plugins.openvas.org
10

0.006 Low

EPSS

Percentile

75.2%

The host is installed with MediaWiki and is prone to multiple vulnerabilities.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_mediawiki_mult_vuln01_mar14.nasl 11867 2018-10-12 10:48:11Z cfischer $
#
# Mediawiki Multiple Vulnerabilities-01 Mar14
#
# Authors:
# Shakeel <[email protected]>
#
# Copyright:
# Copyright (C) 2014 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.
###############################################################################
CPE = "cpe:/a:mediawiki:mediawiki";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804321");
  script_version("$Revision: 11867 $");
  script_cve_id("CVE-2014-2242", "CVE-2014-2243", "CVE-2014-2244");
  script_bugtraq_id(65910, 65883, 65906);
  script_tag(name:"cvss_base", value:"5.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:N");
  script_tag(name:"last_modification", value:"$Date: 2018-10-12 12:48:11 +0200 (Fri, 12 Oct 2018) $");
  script_tag(name:"creation_date", value:"2014-03-04 10:37:52 +0530 (Tue, 04 Mar 2014)");
  script_name("Mediawiki Multiple Vulnerabilities-01 Mar14");


  script_tag(name:"summary", value:"The host is installed with MediaWiki and is prone to multiple vulnerabilities.");
  script_tag(name:"vuldetect", value:"Send a crafted data via HTTP GET request and check whether it is possible
to read the cookie or not.");
  script_tag(name:"insight", value:"The multiple flaws are due to an,

  - Input passed via 'text' parameter to 'api.php' is not properly sanitised
   before being returned to the user.

  - Input to 'includes/upload/UploadBase.php' script is not properly sanitised
   during the uploading of an SVG namespace.

  - Error in 'includes/User.php' script in 'theloadFromSession' function.");
  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary HTML and
script code in a user's browser session in the context of an affected site
and attacker can gain sensitive information.");
  script_tag(name:"affected", value:"Mediawiki version 1.19.x before 1.19.12, 1.20.x, 1.21.x
before 1.21.6 and 1.22.x before 1.22.3");
  script_tag(name:"solution", value:"Upgrade to MediaWiki 1.19.12 or 1.21.6 or 1.22.3 or later.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://secunia.com/advisories/57184/");
  script_xref(name:"URL", value:"http://openwall.com/lists/oss-security/2014/03/01/2");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_copyright("Copyright (C) 2014 Greenbone Networks GmbH");
  script_family("Web application abuses");
  script_dependencies("secpod_mediawiki_detect.nasl");
  script_mandatory_keys("mediawiki/installed");
  script_require_ports("Services/www", 80);
  script_xref(name:"URL", value:"http://www.mediawiki.org/wiki/MediaWiki");
  exit(0);
}


include("http_func.inc");
include("host_details.inc");
include("http_keepalive.inc");

if(!mwPort = get_app_port(cpe:CPE)){
  exit(0);
}

if(!dir = get_app_location(cpe:CPE, port:mwPort)){
  exit(0);
}

url= dir + "/api.php?action=parse&text=api.php?http://onmouseover=alert%28" +
        "document.cookie%29//&title=Foo&prop=wikitext&format=jsonfm";

if(http_vuln_check(port:mwPort, url:url, check_header:TRUE,
   pattern:">http.*onmouseover=alert\(document.cookie\)",
   extra_check:make_list(">MediaWiki API")))
{
  security_message(mwPort);
  exit(0);
}

0.006 Low

EPSS

Percentile

75.2%

Related for OPENVAS:1361412562310804321