Lucene search

K
openvasCopyright (C) 2018 Greenbone AGOPENVAS:1361412562310141464
HistorySep 11, 2018 - 12:00 a.m.

Foreman < 1.14.0 Information Disclosure Vulnerability

2018-09-1100:00:00
Copyright (C) 2018 Greenbone AG
plugins.openvas.org
31

4.9 Medium

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

66.0%

Foreman is vulnerable to an information leak. It was found that Foreman form
helper does not authorize options for associated objects. Unauthorized user can see names of such objects if their
count is less than 6.

# SPDX-FileCopyrightText: 2018 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:theforeman:foreman";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.141464");
  script_version("2023-07-20T05:05:18+0000");
  script_tag(name:"last_modification", value:"2023-07-20 05:05:18 +0000 (Thu, 20 Jul 2023)");
  script_tag(name:"creation_date", value:"2018-09-11 10:16:55 +0700 (Tue, 11 Sep 2018)");
  script_tag(name:"cvss_base", value:"4.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:N/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-10-09 23:19:00 +0000 (Wed, 09 Oct 2019)");

  script_cve_id("CVE-2016-7077");

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

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

  script_name("Foreman < 1.14.0 Information Disclosure Vulnerability");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_foreman_detect.nasl");
  script_mandatory_keys("foreman/installed");

  script_tag(name:"summary", value:"Foreman is vulnerable to an information leak. It was found that Foreman form
helper does not authorize options for associated objects. Unauthorized user can see names of such objects if their
count is less than 6.");

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

  script_tag(name:"affected", value:"Foreman prior to version 1.14.0.");

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

  script_xref(name:"URL", value:"https://projects.theforeman.org/issues/16971");

  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: "1.14.0")) {
  report = report_fixed_ver(installed_version: version, fixed_version: "1.14.0");
  security_message(port: port, data: report);
  exit(0);
}

exit(0);

4.9 Medium

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

66.0%

Related for OPENVAS:1361412562310141464