Google Chrome < 61.0.3163.110 Multiple Vulnerabilities (macOS)
2017-10-03T00:00:00
ID MACOSX_GOOGLE_CHROME_61_0_3163_110.NASL Type nessus Reporter This script is Copyright (C) 2017-2018 Tenable Network Security, Inc. Modified 2021-01-02T00:00:00
Description
The version of Google Chrome installed on the remote macOS or Mac OS X
host is prior to 61.0.3163.110. It is, therefore, affected by multiple
unspecified vulnerabilities.
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(103649);
script_version("1.5");
script_cvs_date("Date: 2018/08/08 12:52:14");
script_name(english:"Google Chrome < 61.0.3163.110 Multiple Vulnerabilities (macOS)");
script_summary(english:"Checks the version of Google Chrome.");
script_set_attribute(attribute:"synopsis", value:
"A web browser installed on the remote macOS or Mac OS X host is
affected by multiple unspecified vulnerabilities.");
script_set_attribute(attribute:"description", value:
"The version of Google Chrome installed on the remote macOS or Mac OS X
host is prior to 61.0.3163.110. It is, therefore, affected by multiple
unspecified vulnerabilities.");
# https://chromereleases.googleblog.com/2017/10/beta-channel-updates-for-chrome-os.html
script_set_attribute(attribute:"see_also",value:"http://www.nessus.org/u?1d7058b5");
script_set_attribute(attribute:"solution", value:
"Upgrade to Google Chrome version 61.0.3163.110 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"vuln_publication_date", value:"2017/10/02");
script_set_attribute(attribute:"patch_publication_date", value:"2017/10/02");
script_set_attribute(attribute:"plugin_publication_date", value:"2017/10/03");
script_set_attribute(attribute:"plugin_type",value:"local");
script_set_attribute(attribute:"cpe",value:"cpe:/a:google:chrome");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"MacOS X Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2017-2018 Tenable Network Security, Inc.");
script_dependencies("macosx_google_chrome_installed.nbin");
script_require_keys("MacOSX/Google Chrome/Installed");
exit(0);
}
include("google_chrome_version.inc");
# Temp disable
exit(0, "Temporarily disabled.");
get_kb_item_or_exit("MacOSX/Google Chrome/Installed");
google_chrome_check_version(fix:'61.0.3163.110', severity:SECURITY_HOLE);
{"id": "MACOSX_GOOGLE_CHROME_61_0_3163_110.NASL", "bulletinFamily": "scanner", "title": "Google Chrome < 61.0.3163.110 Multiple Vulnerabilities (macOS)", "description": "The version of Google Chrome installed on the remote macOS or Mac OS X\nhost is prior to 61.0.3163.110. It is, therefore, affected by multiple\nunspecified vulnerabilities.", "published": "2017-10-03T00:00:00", "modified": "2021-01-02T00:00:00", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}, "href": "https://www.tenable.com/plugins/nessus/103649", "reporter": "This script is Copyright (C) 2017-2018 Tenable Network Security, Inc.", "references": ["http://www.nessus.org/u?1d7058b5"], "cvelist": [], "type": "nessus", "lastseen": "2021-01-01T03:30:49", "edition": 22, "viewCount": 2, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-01T03:30:49", "rev": 2}, "score": {"value": 0.5, "vector": "NONE", "modified": "2021-01-01T03:30:49", "rev": 2}, "vulnersScore": 0.5}, "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(103649);\n script_version(\"1.5\");\n script_cvs_date(\"Date: 2018/08/08 12:52:14\");\n\n\n script_name(english:\"Google Chrome < 61.0.3163.110 Multiple Vulnerabilities (macOS)\");\n script_summary(english:\"Checks the version of Google Chrome.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"A web browser installed on the remote macOS or Mac OS X host is\naffected by multiple unspecified vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The version of Google Chrome installed on the remote macOS or Mac OS X\nhost is prior to 61.0.3163.110. It is, therefore, affected by multiple\nunspecified vulnerabilities.\");\n # https://chromereleases.googleblog.com/2017/10/beta-channel-updates-for-chrome-os.html\n script_set_attribute(attribute:\"see_also\",value:\"http://www.nessus.org/u?1d7058b5\");\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade to Google Chrome version 61.0.3163.110 or later.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2017/10/02\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/10/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/10/03\");\n\n script_set_attribute(attribute:\"plugin_type\",value:\"local\");\n script_set_attribute(attribute:\"cpe\",value:\"cpe:/a:google:chrome\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"MacOS X Local Security Checks\");\n\n script_copyright(english:\"This script is Copyright (C) 2017-2018 Tenable Network Security, Inc.\");\n\n script_dependencies(\"macosx_google_chrome_installed.nbin\");\n script_require_keys(\"MacOSX/Google Chrome/Installed\");\n\n exit(0);\n}\n\ninclude(\"google_chrome_version.inc\");\n\n# Temp disable\nexit(0, \"Temporarily disabled.\");\n\nget_kb_item_or_exit(\"MacOSX/Google Chrome/Installed\");\n\ngoogle_chrome_check_version(fix:'61.0.3163.110', severity:SECURITY_HOLE);\n", "naslFamily": "MacOS X Local Security Checks", "pluginID": "103649", "cpe": ["cpe:/a:google:chrome"], "scheme": null, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}}