Lucene search

K
openvasCopyright (C) 2015 Greenbone AGOPENVAS:1361412562310806127
HistoryOct 29, 2015 - 12:00 a.m.

Apple Mac OS X Web Service component (HTTP header) Security Bypass Vulnerability

2015-10-2900:00:00
Copyright (C) 2015 Greenbone AG
plugins.openvas.org
10

6.3 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

67.6%

Apple Mac OS X is prone to a security bypass vulnerability.

# SPDX-FileCopyrightText: 2015 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:/o:apple:os_x_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.806127");
  script_version("2023-07-25T05:05:58+0000");
  script_cve_id("CVE-2015-7031");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2023-07-25 05:05:58 +0000 (Tue, 25 Jul 2023)");
  script_tag(name:"creation_date", value:"2015-10-29 13:05:48 +0530 (Thu, 29 Oct 2015)");
  script_name("Apple Mac OS X Web Service component (HTTP header) Security Bypass Vulnerability");

  script_tag(name:"summary", value:"Apple Mac OS X is prone to a security bypass vulnerability.");

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

  script_tag(name:"insight", value:"The flaw is due to an  error in Web
  Service component it omits an unspecified HTTP header configuration.");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker
  to  bypass intended access restrictions via unknown vectors.");

  script_tag(name:"affected", value:"Apple Mac OS X Server versions before 5.0.15");

  script_tag(name:"solution", value:"Upgrade to Apple Mac OS X Server version
  5.0.15 or later.");

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

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

  script_xref(name:"URL", value:"https://support.apple.com/en-us/HT205376");
  script_xref(name:"URL", value:"http://lists.apple.com/archives/security-announce/2015/Oct/msg00009.html");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("Mac OS X Local Security Checks");
  script_dependencies("gb_apple_macosx_server_detect.nasl");
  script_mandatory_keys("Apple/OSX/Server/Version");
  exit(0);
}

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

if(!serVer = get_app_version(cpe:CPE)){
  exit(0);
}

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

6.3 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

67.6%

Related for OPENVAS:1361412562310806127