Lucene search
+L

Zeuscart Multiple Vulnerabilities

🗓️ 02 Mar 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

Zeuscart Multiple Vulnerabilities, including XSS and SQL injectio

Related
Refs
Code
ReporterTitlePublishedViews
Family
cnvd
CNVD
Zeuscart has multiple vulnerabilities
26 Feb 201500:00
cnvd
cnvd
CNVD
Zeuscart Information Disclosure Vulnerability
12 Mar 201500:00
cnvd
cnvd
CNVD
Multiple SQL Injection Vulnerabilities in ZeusCart
12 Mar 201500:00
cnvd
cve
CVE
CVE-2015-2182
11 Mar 201514:00
cve
cve
CVE
CVE-2015-2183
10 Mar 201514:00
cve
cve
CVE
CVE-2015-2184
10 Mar 201514:00
cve
cvelist
Cvelist
CVE-2015-2182
11 Mar 201514:00
cvelist
cvelist
Cvelist
CVE-2015-2183
10 Mar 201514:00
cvelist
cvelist
Cvelist
CVE-2015-2184
10 Mar 201514:00
cvelist
exploitdb
Exploit DB
Zeuscart 4.0 - Multiple Vulnerabilities
23 Feb 201500:00
exploitdb
Rows per page
# SPDX-FileCopyrightText: 2015 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:zeuscart:zeuscart";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105956");
  script_version("2025-09-05T15:40:40+0000");
  script_tag(name:"last_modification", value:"2025-09-05 15:40:40 +0000 (Fri, 05 Sep 2025)");
  script_tag(name:"creation_date", value:"2015-03-02 09:33:03 +0700 (Mon, 02 Mar 2015)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");

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

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

  script_cve_id("CVE-2015-2182", "CVE-2015-2183", "CVE-2015-2184");

  script_name("Zeuscart Multiple Vulnerabilities");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_zeuscart_detect.nasl");
  script_mandatory_keys("zeuscart/installed");

  script_tag(name:"summary", value:"Zeuscart is vulnerable to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Send a crafted data via HTTP GET request and check
  the response");

  script_tag(name:"insight", value:"- XSS vulnerabilities in the parameters
  'search', 'schltr' and 'brand' which are used in index.php.

  - SQL Injections in the 'id' parameter in 'admin/?do=disporders&action=detail&id=',
  in the 'cid' parameter in 'admin/?do=editcurrency&cid=' and in the 'id' parameter
  in 'admin/?do=subadminmgt&action=edit&id='.

  - It is possible to get the PHP installation settings which are displayed through
  phpinfo() which is accessible as well to non-authenticated users.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to inject or manipulate SQL queries in the back-end database, execute
  arbitrary HTML and script code in a users  browser session in the context of an
  affected site or get information about system settings which might lead to
  further attacks.");

  script_tag(name:"affected", value:"Zeuscart 4.0 and below");

  script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure of this vulnerability.
Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective features, remove the product or replace the product by another one.");

# 2016-06-21: 404
#  script_xref(name:"URL", value:"http://sroesemann.blogspot.de/2015/01/sroeadv-2015-12.html");
  script_xref(name:"URL", value:"https://github.com/ZeusCart/zeuscart/issues/28");
  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2015/Feb/89");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");

if (!port = get_app_port(cpe:CPE))
  exit(0);

if (!dir = get_app_location(cpe:CPE, port:port))
  exit(0);

if (dir == "/")
  dir = "";

url = dir + '/admin/?do=getphpinfo';

if (http_vuln_check(port:port, url:url, check_header:TRUE, pattern:">phpinfo\(\)<",
                    extra_check:make_list(">System", ">Configuration File"))) {
  security_message(port:port);
  exit(0);
}

exit(0);

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