Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310105583
HistoryMar 21, 2016 - 12:00 a.m.

Cisco FirePOWER Management Center Unauthenticated Information Disclosure Vulnerability

2016-03-2100:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
17

CVSS2

5

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

AI Score

6.4

Confidence

Low

EPSS

0.002

Percentile

52.8%

A vulnerability in the Cisco FirePOWER Management Center could allow an
unauthenticated, remote attacker to obtain information about the Cisco FirePOWER Management Center software
version from the device login page.

# SPDX-FileCopyrightText: 2016 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-or-later

CPE = "cpe:/a:cisco:firepower_management_center";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105583");
  script_cve_id("CVE-2015-6411");
  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_version("2023-04-18T10:19:20+0000");

  script_name("Cisco FirePOWER Management Center Unauthenticated Information Disclosure Vulnerability");

  script_xref(name:"URL", value:"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20160224-fmc");

  script_tag(name:"impact", value:"An attacker could exploit this vulnerability by reading the information
  disclosed in the help files to conduct further attacks.");

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

  script_tag(name:"insight", value:"The vulnerability is due to verbose output returned when HTML files are
  retrieved from the affected system.");

  script_tag(name:"solution", value:"See vendor advisory");

  script_tag(name:"summary", value:"A vulnerability in the Cisco FirePOWER Management Center could allow an
  unauthenticated, remote attacker to obtain information about the Cisco FirePOWER Management Center software
  version from the device login page.");

  script_tag(name:"affected", value:"Cisco FirePOWER Management Center 5.3 through 6.0.0.1.");

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

  script_tag(name:"last_modification", value:"2023-04-18 10:19:20 +0000 (Tue, 18 Apr 2023)");
  script_tag(name:"creation_date", value:"2016-03-21 14:00:27 +0100 (Mon, 21 Mar 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("CISCO");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_cisco_firepower_management_center_consolidation.nasl");
  script_mandatory_keys("cisco/firepower_management_center/detected");
  exit(0);
}

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

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

affected = make_list( "5.4.1.3", "5.4.1.5", "5.4.1.4", "5.4.1.2",
                      "5.4.1.1", "5.4.1",   "5.4.1.0", "5.4.0",
                      "5.4.0.0", "6.0.0",   "6.0.0.0", "6.0.0.1",
                      "5.3.0.3", "5.3.1.3", "5.3.1.4", "5.3.1.5",
                      "5.3.1.6", "5.3.1",   "5.3.1.0" );

foreach af ( affected ) {
  if( version == af ) {
    report = report_fixed_ver( installed_version:version, fixed_version:"See vendor advisory");
    security_message( port:0, data:report );
    exit( 0 );
  }
}

exit( 99 );

CVSS2

5

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

AI Score

6.4

Confidence

Low

EPSS

0.002

Percentile

52.8%

Related for OPENVAS:1361412562310105583