Google Chrome < 74.0.3729.131 Multiple Vulnerabilities - Nessus

High   Plugin ID: 124460

This page contains detailed information about the Google Chrome < 74.0.3729.131 Multiple Vulnerabilities Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 124460
Name: Google Chrome < 74.0.3729.131 Multiple Vulnerabilities
Filename: google_chrome_74_0_3729_131.nasl
Vulnerability Published: 2019-04-30
This Plugin Published: 2019-05-02
Last Modification Time: 2022-04-11
Plugin Version: 1.7
Plugin Type: local
Plugin Family: Windows
Dependencies: google_chrome_installed.nasl
Required KB Items [?]: SMB/Google_Chrome/Installed

Vulnerability Information


Severity: High
Vulnerability Published: 2019-04-30
Patch Published: 2019-04-30
CVE [?]: CVE-2019-5824, CVE-2019-5825, CVE-2019-5826, CVE-2019-5827
CPE [?]: cpe:/a:google:chrome

Synopsis

A web browser installed on the remote Windows host is affected by multiple vulnerabilities.

Description

The version of Google Chrome installed on the remote Windows host is prior to 74.0.3729.131. It is, therefore, affected by multiple vulnerabilities as referenced in the 2019_04_stable-channel-update- for-desktop_30 advisory. Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version number.

Solution

Upgrade to Google Chrome version 74.0.3729.131 or later.

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (Metasploit Framework, Exploit-DB, GitHub)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the Google Chrome < 74.0.3729.131 Multiple Vulnerabilities vulnerability:

  1. Metasploit: exploit/multi/browser/chrome_array_map
    [Google Chrome 72 and 73 Array.map exploit]
  2. Exploit-DB: exploits/multiple/remote/48183.rb
    [EDB-48183: Google Chrome 72 and 73 - Array.map Out-of-Bounds Write (Metasploit)]
  3. GitHub: https://github.com/fs0c-sh/exploits
    [CVE-2019-5825]
  4. GitHub: https://github.com/timwr/CVE-2019-5825
    [CVE-2019-5825]
  5. GitHub: https://github.com/Kiprey/Skr_Learning
    [CVE-2019-5826]
  6. GitHub: https://github.com/SexyBeast233/SecBooks
    [CVE-2019-5826]
  7. GitHub: https://github.com/allpaca/chrome-sbx-db
    [CVE-2019-5826]
  8. GitHub: https://github.com/farif/cve_2019-5827
    [CVE-2019-5827: Heap Corruption]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS Score Source [?]: CVE-2019-5827
CVSS V2 Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P/E:F/RL:OF/RC:C
CVSS Base Score:6.8 (Medium)
Impact Subscore:6.4
Exploitability Subscore:8.6
CVSS Temporal Score:5.6 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.6 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:F/RL:O/RC:C
CVSS Base Score:8.8 (High)
Impact Subscore:5.9
Exploitability Subscore:2.8
CVSS Temporal Score:8.2 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:8.2 (High)

Go back to menu.

Plugin Source


This is the google_chrome_74_0_3729_131.nasl nessus plugin source code. This script is Copyright (C) 2019-2022 and is owned by Tenable, Inc. or an Affiliate thereof.

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(124460);
  script_version("1.7");
  script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");

  script_cve_id(
    "CVE-2019-5824",
    "CVE-2019-5825",
    "CVE-2019-5826",
    "CVE-2019-5827"
  );

  script_name(english:"Google Chrome < 74.0.3729.131 Multiple Vulnerabilities");

  script_set_attribute(attribute:"synopsis", value:
"A web browser installed on the remote Windows host is affected by
multiple vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The version of Google Chrome installed on the remote Windows host is
prior to 74.0.3729.131. It is, therefore, affected by multiple
vulnerabilities as referenced in the 2019_04_stable-channel-update-
for-desktop_30 advisory. Note that Nessus has not tested for this
issue but has instead relied only on the application's self-reported
version number.");
  # https://chromereleases.googleblog.com/2019/04/stable-channel-update-for-desktop_30.html
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?7f02e231");
  script_set_attribute(attribute:"see_also", value:"https://crbug.com/952406");
  script_set_attribute(attribute:"see_also", value:"https://crbug.com/948564");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Google Chrome version 74.0.3729.131 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:F/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:F/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2019-5827");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Google Chrome 72 and 73 Array.map exploit');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/04/30");
  script_set_attribute(attribute:"patch_publication_date", value:"2019/04/30");
  script_set_attribute(attribute:"plugin_publication_date", value:"2019/05/02");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:google:chrome");
  script_set_attribute(attribute:"thorough_tests", value:"true");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2019-2022 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("google_chrome_installed.nasl");
  script_require_keys("SMB/Google_Chrome/Installed");

  exit(0);
}
include("google_chrome_version.inc");

get_kb_item_or_exit("SMB/Google_Chrome/Installed");
installs = get_kb_list("SMB/Google_Chrome/*");

google_chrome_check_version(installs:installs, fix:'74.0.3729.131', severity:SECURITY_WARNING, xss:FALSE, xsrf:FALSE);

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/google_chrome_74_0_3729_131.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\google_chrome_74_0_3729_131.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/google_chrome_74_0_3729_131.nasl

Go back to menu.

How to Run


Here is how to run the Google Chrome < 74.0.3729.131 Multiple Vulnerabilities as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select Windows plugin family.
  6. On the right side table select Google Chrome < 74.0.3729.131 Multiple Vulnerabilities plugin ID 124460.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl google_chrome_74_0_3729_131.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a google_chrome_74_0_3729_131.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - google_chrome_74_0_3729_131.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state google_chrome_74_0_3729_131.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 157628 - AlmaLinux 8 : sqlite (ALSA-2021:4396)
  • 155196 - CentOS 8 : sqlite (CESA-2021:4396)
  • 127868 - Debian DSA-4500-1 : chromium - security update
  • 139986 - EulerOS 2.0 SP8 : sqlite (EulerOS-SA-2020-1883)
  • 140981 - EulerOS Virtualization for ARM 64 3.0.6.0 : sqlite (EulerOS-SA-2020-2033)
  • 142254 - EulerOS 2.0 SP2 : sqlite (EulerOS-SA-2020-2398)
  • 125274 - Fedora 30 : sqlite (2019-8641591b3c)
  • 126359 - Fedora 30 : chromium (2019-8fb8240d14)
  • 125685 - Fedora 29 : sqlite (2019-a01751837d)
  • 126995 - Fedora 29 : chromium (2019-a1af621faf)
  • 134593 - GLSA-202003-16 : SQLite: Multiple vulnerabilities
  • 124459 - Google Chrome < 74.0.3729.131 Multiple Vulnerabilities
  • 125456 - openSUSE Security Update : chromium (openSUSE-2019-1456)
  • 126368 - openSUSE Security Update : chromium (openSUSE-2019-1666)
  • 155418 - Oracle Linux 8 : sqlite (ELSA-2021-4396)
  • 124691 - RHEL 6 : chromium-browser (RHSA-2019:1021)
  • 125240 - RHEL 6 : chromium-browser (RHSA-2019:1243)
  • 155211 - RHEL 8 : sqlite (RHSA-2021:4396)
  • 131561 - Ubuntu 16.04 LTS / 18.04 LTS / 19.04 / 19.10 : sqlite3 vulnerabilities (USN-4205-1)

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file google_chrome_74_0_3729_131.nasl version 1.7. For more plugins, visit the Nessus Plugin Library.

Go back to menu.