Lucene search
+L

ZeusCMS Multiple Vulnerabilities

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

ZeusCMS Multiple Vulnerabilities. Error in 'index.php' allows remote code execution. Sensitive information exposure at '/admin/backup.sql'

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-0680
13 Feb 201000:00
circl
CVE
CVE-2010-0680
22 Feb 201021:00
cve
Cvelist
CVE-2010-0680
22 Feb 201021:00
cvelist
Exploit DB
ZeusCMS 0.2 - Database Backup Dump / Local File Inclusion
13 Feb 201000:00
exploitdb
EUVD
EUVD-2010-0708
7 Oct 202500:30
euvd
NVD
CVE-2010-0680
22 Feb 201021:30
nvd
Prion
Directory traversal
22 Feb 201021:30
prion
# 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:zeuscms:zeuscms";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902020");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2010-02-26 10:13:54 +0100 (Fri, 26 Feb 2010)");
  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_cve_id("CVE-2010-0680", "CVE-2010-0681");
  script_name("ZeusCMS Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_zeuscms_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("zeuscms/installed");

  script_xref(name:"URL", value:"http://en.securitylab.ru/nvd/391047.php");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/38237");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/11437");

  script_tag(name:"insight", value:"- Error in 'index.php', which allows remote attackers to include and execute
    arbitrary local files via directory traversal sequences in the page
    parameter.

  - Sensitive information under the web root is stored, which allows remote
    attackers to issue a direct request to 'admin/backup.sql' and fetch
    sensitive information.");

  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.");

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

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to obtain potentially sensitive
  information and execute arbitrary local scripts in the context of the
  webserver process.");

  script_tag(name:"affected", value:"ZeusCMS version 0.2");

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

  exit(0);
}

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

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );
if( ! infos = get_app_version_and_location( cpe:CPE, port:port, exit_no_version:FALSE ) )
  exit( 0 );

vers = infos["version"];
dir = infos["location"];

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

url = dir + "/admin/backup.sql";

sndReq = http_get( item:url , port:port );
rcvRes = http_keepalive_send_recv( port:port, data:sndReq );

if( "ZeusCMS" >< rcvRes && "CREATE TABLE" >< rcvRes && "INSERT INTO" >< rcvRes ) {
  report = http_report_vuln_url( port:port, url:url );
  security_message( port:port, data:report );
  exit( 0 );
}

if( ! isnull( vers ) ) {
  if( version_is_equal( version:vers, test_version:"0.2" ) ) {
    report = report_fixed_ver( installed_version:vers, fixed_version:"None", install_url:dir );
    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

05 Mar 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 27.5
EPSS0.02318
16