Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310900750
HistoryMar 23, 2010 - 12:00 a.m.

Acidcat CMS Multiple Vulnerabilities

2010-03-2300:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
9

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

AI Score

6.6

Confidence

Low

EPSS

0.005

Percentile

76.6%

Acidcat CMS is prone to multiple vulnerabilities.

# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.900750");
  script_version("2024-06-13T05:05:46+0000");
  script_tag(name:"last_modification", value:"2024-06-13 05:05:46 +0000 (Thu, 13 Jun 2024)");
  script_tag(name:"creation_date", value:"2010-03-23 15:59:14 +0100 (Tue, 23 Mar 2010)");
  script_cve_id("CVE-2010-0976", "CVE-2010-0984");
  script_name("Acidcat CMS Multiple Vulnerabilities");
  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_xref(name:"URL", value:"http://secunia.com/advisories/38084");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/55329");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/55331");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/10972");

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

  script_tag(name:"insight", value:"The flaws are due to:

  - 'install.asp' and other 'install_*.asp' scripts which can be accessed
  even after the installation finishes, which might allow remote attackers
  to restart the installation process.

  - improper access restrictions to the 'acidcat_3.mdb' database file in
  the databases directory. An attacker can download the database containing
  credentials via a direct request for databases/acidcat_3.mdb.");

  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:"Acidcat CMS is prone to multiple vulnerabilities.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to restart
  the installation process and an attacker can download the database containing
  credentials via a direct request for databases/acidcat_3.mdb.");

  script_tag(name:"affected", value:"Acidcat CMS 3.5.3 and prior");

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

  exit(0);
}

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

port = http_get_port(default:80);

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

foreach dir (make_list_unique("/acidcat", "/Acidcat" ,"/", http_cgi_dirs(port:port)))
{

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

  req = http_get(item:string(dir, "/main_login.asp"), port:port);
  res = http_keepalive_send_recv(port:port, data:req);

  if(">Acidcat ASP CMS" >< res)
  {
    ## Send an exploit and receive the response
    req = http_get(item:string(dir, "/install.asp"), port:port);
    res = http_keepalive_send_recv(port:port, data:req);

    if("Welcome to the Acidcat CMS installation guide" >< res)
    {
      security_message(port:port);
      exit(0);
    }
  }
}

exit(99);

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:P/I:P/A:P

AI Score

6.6

Confidence

Low

EPSS

0.005

Percentile

76.6%

Related for OPENVAS:1361412562310900750