| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| AjaXplorer 5.0.2 Shell Upload / Traversal Vulnerability | 7 Sep 201300:00 | – | zdt | |
| CVE-2013-5688 | 10 Sep 201300:00 | – | circl | |
| CVE-2013-5688 | 5 Nov 201321:00 | – | cve | |
| CVE-2013-5688 | 5 Nov 201321:00 | – | cvelist | |
| AjaXplorer 1.0 - Multiple Vulnerabilities | 10 Sep 201300:00 | – | exploitdb | |
| EUVD-2013-5525 | 7 Oct 202500:30 | – | euvd | |
| AjaXplorer 1.0 - Multiple Vulnerabilities | 10 Sep 201300:00 | – | exploitpack | |
| CVE-2013-5688 | 5 Nov 201321:55 | – | nvd | |
| AjaXplorer 5.0.2 Shell Upload / Traversal | 6 Sep 201300:00 | – | packetstorm | |
| Directory traversal | 5 Nov 201321:55 | – | prion |
| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%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