Lucene search

K
openvasCopyright (C) 2016 Greenbone Networks GmbHOPENVAS:1361412562310105594
HistoryApr 04, 2016 - 12:00 a.m.

Fortinet FortiOS Multiple Vulnerabilities (FG-IR-16-003)

2016-04-0400:00:00
Copyright (C) 2016 Greenbone Networks GmbH
plugins.openvas.org
17

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

AI Score

6.8

Confidence

Low

EPSS

0.002

Percentile

60.3%

FortiOS is prone to multiple vulnerabilities.

# Copyright (C) 2016 Greenbone Networks GmbH
# 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
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105594");
  script_cve_id("CVE-2015-3626");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_version("2021-07-12T08:06:48+0000");

  script_name("Fortinet FortiOS Multiple Vulnerabilities (FG-IR-16-003)");

  script_xref(name:"URL", value:"https://www.fortiguard.com/psirt/FG-IR-16-003");
  script_xref(name:"URL", value:"http://fortiguard.com/advisory/fortios-open-redirect-vulnerability");

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

  script_tag(name:"solution", value:"Update to one the following FortiOS versions:

  5.0 branch: 5.0.13 or later

  5.2 branch: 5.2.4 or later

  5.4 branch: 5.4.0 or later

  4.3 and earlier branches are not affected by this vulnerability.");

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

  script_tag(name:"insight", value:"The following flaws exist:

  - It is possible to inject malicious script through the DHCP HOSTNAME option. The malicious script
  code is injected into the device's `DHCP Monitor` page (System->Monitor->DHCP Monitor) on the
  web-based interface which is accessible by the webui administrators.

  - The FortiOS webui accepts a user-controlled input that specifies a link to an external site, and
  uses that link in a redirect. The redirect input parameter is also prone to a cross site scripting.");

  script_tag(name:"affected", value:"5.0 branch: < 5.0.13, 5.2 branch: < 5.2.4.");

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

  script_tag(name:"last_modification", value:"2021-07-12 08:06:48 +0000 (Mon, 12 Jul 2021)");
  script_tag(name:"creation_date", value:"2016-04-04 11:42:25 +0200 (Mon, 04 Apr 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("FortiOS Local Security Checks");
  script_copyright("Copyright (C) 2016 Greenbone Networks GmbH");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("forti/FortiOS/version");

  exit(0);
}

include("version_func.inc");

if( ! version = get_kb_item( "forti/FortiOS/version" )) exit( 0 );

if( version_in_range( version:version, test_version:"5.0", test_version2:"5.0.12" ) ) fix = '5.0.13';
if( version_in_range( version:version, test_version:"5.2", test_version2:"5.2.3" ) )  fix = '5.2.4';

if( fix )
{
  report = report_fixed_ver( installed_version:version, fixed_version:fix );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

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

AI Score

6.8

Confidence

Low

EPSS

0.002

Percentile

60.3%

Related for OPENVAS:1361412562310105594