Lucene search
K

AjaXplorer < 5.0.3 Multiple Vulnerabilities

🗓️ 18 Oct 2013 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 33 Views

AjaXplorer < 5.0.3 has directory traversal and arbitrary file upload vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
AjaXplorer 5.0.2 Shell Upload / Traversal Vulnerability
7 Sep 201300:00
zdt
Circl
CVE-2013-5688
10 Sep 201300:00
circl
CVE
CVE-2013-5688
5 Nov 201321:00
cve
Cvelist
CVE-2013-5688
5 Nov 201321:00
cvelist
Exploit DB
AjaXplorer 1.0 - Multiple Vulnerabilities
10 Sep 201300:00
exploitdb
EUVD
EUVD-2013-5525
7 Oct 202500:30
euvd
exploitpack
AjaXplorer 1.0 - Multiple Vulnerabilities
10 Sep 201300:00
exploitpack
NVD
CVE-2013-5688
5 Nov 201321:55
nvd
Packet Storm
AjaXplorer 5.0.2 Shell Upload / Traversal
6 Sep 201300:00
packetstorm
Prion
Directory traversal
5 Nov 201321:55
prion
Rows per page
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

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

if (description)
{
  script_id(70496);
  script_version("1.9");
  script_set_attribute(attribute:"plugin_modification_date", value:"2025/05/14");

  script_cve_id("CVE-2013-5688");
  script_bugtraq_id(62259, 62260);
  script_xref(name:"EDB-ID", value:"28191");

  script_name(english:"AjaXplorer < 5.0.3 Multiple 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.3.  It is, therefore, affected by the following two
vulnerabilities in the 'filemanagers/ajaxplorer/index.php' script:

  - A directory traversal vulnerability exists that allows
    an attacker to view files outside of the website's root
    directory.

  - Arbitrary files could be uploaded by an attacker because
    user input is not properly sanitized.");
  # http://web.archive.org/web/20130907075257/http://ajaxplorer.info/ajaxplorer-core-5-0-3/
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?3b3f40fe");
  script_set_attribute(attribute:"solution", value:
"Upgrade to AjaXplorer version 5.0.3 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:N");
  script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2013-5688");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2013/09/05");
  script_set_attribute(attribute:"patch_publication_date", value:"2013/09/03");
  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-2025 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("ajaxplorer_detect.nasl");
  script_require_keys("www/ajaxplorer");
  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.3';
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);

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

14 May 2025 00:00Current
5.6Medium risk
Vulners AI Score5.6
CVSS 25.5
EPSS0.03043
33