Lucene search

K
nessusThis script is Copyright (C) 2013-2024 Tenable Network Security, Inc.AJAXPLORER_5_0_1.NASL
HistoryOct 18, 2013 - 12:00 a.m.

AjaXplorer < 5.0.1 Multiple Command Execution Vulnerabilities

2013-10-1800:00:00
This script is Copyright (C) 2013-2024 Tenable Network Security, Inc.
www.tenable.com
15

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

10 High

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

71.9%

The version of AjaXplorer hosted on the remote web server is earlier than 5.0.1. It is, therefore, affected by multiple command execution vulnerabilities in the following plugins:

  • File System Standard Plugin (access.fs)
  • Power FS Plugin (action.powerfs)
  • Subversion Repository Plugin (meta.svn)

The plugins above are installed and enabled in the default installation except for the Power FS plugin, which is installed but not enabled by default.

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

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

if (description)
{
  script_id(70495);
  script_version("1.6");
  script_set_attribute(attribute:"plugin_modification_date", value:"2024/06/05");

  script_cve_id("CVE-2013-4267");
  script_bugtraq_id(60863);

  script_name(english:"AjaXplorer < 5.0.1 Multiple Command Execution Vulnerabilities");

  script_set_attribute(attribute:"synopsis", value:
"A web application on the remote web server has multiple
vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The version of AjaXplorer hosted on the remote web server is earlier
than 5.0.1.  It is, therefore, affected by multiple command execution
vulnerabilities in the following plugins:

  - File System Standard Plugin (access.fs)
  - Power FS Plugin (action.powerfs)
  - Subversion Repository Plugin (meta.svn)

The plugins above are installed and enabled in the default installation
except for the Power FS plugin, which is installed but not enabled by
default.");
  script_set_attribute(attribute:"see_also", value:"http://pyd.io/ajaxplorer-5-0-1/");
  script_set_attribute(attribute:"see_also", value:"https://seclists.org/oss-sec/2013/q3/28");
  script_set_attribute(attribute:"solution", value:
"Upgrade to AjaXplorer version 5.0.1 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"false");

  script_set_attribute(attribute:"vuln_publication_date", value:"2013/06/29");
  script_set_attribute(attribute:"patch_publication_date", value:"2013/06/29");
  script_set_attribute(attribute:"plugin_publication_date", value:"2013/10/18");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:ajaxplorer:ajaxplorer");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_set_attribute(attribute:"enable_cgi_scanning", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2013-2024 Tenable Network Security, Inc.");

  script_dependencies("ajaxplorer_detect.nasl");
  script_require_keys("www/ajaxplorer");
  script_exclude_keys("Settings/disable_cgi_scanning");
  script_require_ports("Services/www", 80);

  exit(0);
}

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


port = get_http_port(default:80);

install = get_install_from_kb(appname:'ajaxplorer', port:port, exit_on_fail:TRUE);

version = install['ver'];
base_url = build_url(qs:install['dir']+'/', port:port);

fixed_ver = '5.0.1';
if (ver_compare(ver:version, fix:fixed_ver, strict:FALSE) == -1)
{
  if (report_verbosity > 0)
  {
    report =
      '\n  URL               : ' + base_url +
      '\n  Installed version : ' + version +
      '\n  Fixed version     : ' + fixed_ver +
      '\n';
    security_warning(port:port, extra:report);
  }
  else security_warning(port);
  exit(0);
}
else audit(AUDIT_WEB_APP_NOT_AFFECTED, 'AjaXplorer', base_url, version);
VendorProductVersionCPE
ajaxplorerajaxplorercpe:/a:ajaxplorer:ajaxplorer

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

10 High

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

71.9%

Related for AJAXPLORER_5_0_1.NASL