Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804299
HistoryMay 19, 2014 - 12:00 a.m.

ECAVA IntegraXor < 4.1.4393 Account Information Disclosure Vulnerability

2014-05-1900:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
11

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

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

6.2 Medium

AI Score

Confidence

Low

0.015 Low

EPSS

Percentile

86.8%

ECAVA IntegraXor is prone to an information disclosure
vulnerability.

# 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

CPE = "cpe:/a:ecava:integraxor";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804299");
  script_version("2024-01-09T05:06:46+0000");
  script_cve_id("CVE-2014-0786");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_tag(name:"last_modification", value:"2024-01-09 05:06:46 +0000 (Tue, 09 Jan 2024)");
  script_tag(name:"creation_date", value:"2014-05-19 17:47:38 +0530 (Mon, 19 May 2014)");
  script_name("ECAVA IntegraXor < 4.1.4393 Account Information Disclosure Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_ecava_integraxor_http_detect.nasl");
  script_mandatory_keys("ecava/integraxor/detected");

  script_xref(name:"URL", value:"http://secunia.com/advisories/57544");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66554");
  script_xref(name:"URL", value:"http://ics-cert.us-cert.gov/advisories/ICSA-14-091-01");
  script_xref(name:"URL", value:"http://www.integraxor.com/blog/category/security/vulnerability-note/");

  script_tag(name:"summary", value:"ECAVA IntegraXor is prone to an information disclosure
  vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Flaw is due to an error allowing users to perform 'SELECT'
  queries on the database.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to gain knowledge of
  potentially sensitive information.");

  script_tag(name:"affected", value:"ECAVA IntegraXor versions prior to 4.1.4393.");

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

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

  exit(0);
}

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

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

if (!version = get_app_version(cpe: CPE, port: port))
  exit(0);

if (version_is_less(version: version, test_version: "4.1.4393")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "4.1.4393");
  security_message(port: port, data: report);
  exit(0);
}

exit(99);

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

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

6.2 Medium

AI Score

Confidence

Low

0.015 Low

EPSS

Percentile

86.8%

Related for OPENVAS:1361412562310804299