Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310804128
HistoryNov 06, 2013 - 12:00 a.m.

Apple Safari 'Webkit' Information Disclosure Vulnerability - Windows

2013-11-0600:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
16

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

5.7

Confidence

Low

EPSS

0.001

Percentile

48.1%

Apple Safari is prone to an information disclosure vulnerability.

# SPDX-FileCopyrightText: 2013 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:apple:safari";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804128");
  script_version("2024-02-15T05:05:40+0000");
  script_cve_id("CVE-2013-5130");
  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-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2013-11-06 11:11:36 +0530 (Wed, 06 Nov 2013)");
  script_name("Apple Safari 'Webkit' Information Disclosure Vulnerability - Windows");


  script_tag(name:"impact", value:"Successful exploitation will allow attackers to obtain browsing information
by leveraging localstorage/files.");
  script_tag(name:"affected", value:"Apple Safari before 6.1 on Windows");
  script_tag(name:"insight", value:"The flaw exists due to unspecified vulnerability in the apple safari webkit");
  script_tag(name:"solution", value:"Upgrade to Apple Safari version 6.1 or later.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"summary", value:"Apple Safari is prone to an information disclosure vulnerability.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://secunia.com/advisories/55448");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/63289");
  script_xref(name:"URL", value:"http://lists.apple.com/archives/security-announce/2013/Oct/msg00003.html");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("secpod_apple_safari_detect_win_900003.nasl");
  script_mandatory_keys("AppleSafari/Version");
  exit(0);
}


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

safVer = get_app_version(cpe:CPE);
if(!safVer){
  exit(0);
}
if(version_is_less_equal(version:safVer, test_version:"5.34.57.2")){
  report = report_fixed_ver(installed_version:safVer, vulnerable_range:"Less than or equal to 5.34.57.2");
  security_message(port: 0, data: report);
}

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

5.7

Confidence

Low

EPSS

0.001

Percentile

48.1%

Related for OPENVAS:1361412562310804128