Microsoft Edge (Chromium) < 80.0.361.62 Multiple Vulnerabilities - Nessus

High   Plugin ID: 138176

This page contains detailed information about the Microsoft Edge (Chromium) < 80.0.361.62 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: 138176
Name: Microsoft Edge (Chromium) < 80.0.361.62 Multiple Vulnerabilities
Filename: microsoft_edge_chromium_80_0_361_62.nasl
Vulnerability Published: 2020-02-25
This Plugin Published: 2020-07-07
Last Modification Time: 2021-11-30
Plugin Version: 1.6
Plugin Type: local
Plugin Family: Windows
Dependencies: microsoft_edge_chromium_installed.nbin
Required KB Items [?]: installed_sw/Microsoft Edge (Chromium), SMB/Registry/Enumerated

Vulnerability Information


Severity: High
Vulnerability Published: 2020-02-25
Patch Published: 2020-02-25
CVE [?]: CVE-2020-6407, CVE-2020-6418
CPE [?]: cpe:/a:microsoft:edge
Exploited by Malware: True

Synopsis

The remote host has an web browser installed that is affected by multiple vulnerabilities.

Description

The version of Microsoft Edge (Chromium) installed on the remote Windows host is prior to 80.0.361.62. It is, therefore, affected by multiple vulnerabilities:

- An out-of-bounds memory access error exists in Google Chrome. An unauthenticated, remote attacker can exploit this, via a crafted HTML page, to potentially exploit heap corruption. (CVE-2020-6407)

- A type confusion error exists in the V8 component of Google Chrome. An unauthenticated, remote attacker can exploit this, via a crafted HTML page, to potentially exploit heap corruption. (CVE-2020-6418)

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version number.

Solution

Upgrade to Microsoft Edge (Chromium) 80.0.361.62 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 Microsoft Edge (Chromium) < 80.0.361.62 Multiple Vulnerabilities vulnerability:

  1. Metasploit: exploit/multi/browser/chrome_jscreate_sideeffect
    [Google Chrome 80 JSCreate side-effect type confusion exploit]
  2. Exploit-DB: exploits/multiple/remote/48186.rb
    [EDB-48186: Google Chrome 80 - JSCreate Side-effect Type Confusion (Metasploit)]
  3. GitHub: https://github.com/0x2l/0x2l_v8_exp
    [CVE-2020-6418]
  4. GitHub: https://github.com/7o8v/Browser
    [CVE-2020-6418]
  5. GitHub: https://github.com/CYB3R-X3eRo0/CVE-2020-6418
    [CVE-2020-6418: CVE-2020-6418 제로데이 취약점]
  6. GitHub: https://github.com/Jabri1/cve-2020_6418-exploit
    [CVE-2020-6418: cve-2020_6418-exploittt.js]
  7. GitHub: https://github.com/SexyBeast233/SecBooks
    [CVE-2020-6418]
  8. GitHub: https://github.com/SivaPriyaRanganatha/CVE-2020-6418
    [CVE-2020-6418]
  9. GitHub: https://github.com/fardeen-ahmed/Bug-bounty-Writeups
    [CVE-2020-6418]
  10. GitHub: https://github.com/ray-cp/browser_pwn/tree/master/cve-2020-6418
    [CVE-2020-6418]
  11. GitHub: https://github.com/star-sg/CVE
    [CVE-2020-6418]
  12. GitHub: https://github.com/ulexec/ChromeSHELFLoader
    [CVE-2020-6418: An exploit for CVE-2020-6418 implementing a SHELF Loader. Published as part of ...]
  13. GitHub: https://github.com/ulexec/Exploits
    [CVE-2020-6418]
  14. GitHub: https://github.com/ChoKyuWon/CVE-2020-6418
    [CVE-2020-6418: PoC of CVE]
  15. GitHub: https://github.com/Goyotan/CVE-2020-6418-PoC
    [CVE-2020-6418: For 供養]

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-2020-6407
CVSS V2 Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P/E:H/RL:OF/RC:C
CVSS Base Score:6.8 (Medium)
Impact Subscore:6.4
Exploitability Subscore:8.6
CVSS Temporal Score:5.9 (Medium)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:5.9 (Medium)
CVSS V3 Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:H/RL:O/RC:C
CVSS Base Score:8.8 (High)
Impact Subscore:5.9
Exploitability Subscore:2.8
CVSS Temporal Score:8.4 (High)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:8.4 (High)

Go back to menu.

Plugin Source


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

#
# (C) Tenable Network Security, Inc.
#

include('compat.inc');

if (description)
{
  script_id(138176);
  script_version("1.6");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/11/30");

  script_cve_id("CVE-2020-6407", "CVE-2020-6418");
  script_xref(name:"CISA-KNOWN-EXPLOITED", value:"2022/05/03");

  script_name(english:"Microsoft Edge (Chromium) < 80.0.361.62 Multiple Vulnerabilities");

  script_set_attribute(attribute:"synopsis", value:
"The remote host has an web browser installed that is affected by multiple vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The version of Microsoft Edge (Chromium) installed on the remote Windows host is prior to 80.0.361.62. It is,
therefore, affected by multiple vulnerabilities:

  - An out-of-bounds memory access error exists in Google Chrome. An unauthenticated, remote attacker can
    exploit this, via a crafted HTML page, to potentially exploit heap corruption. (CVE-2020-6407)

  - A type confusion error exists in the V8 component of Google Chrome. An unauthenticated, remote attacker
    can exploit this, via a crafted HTML page, to potentially exploit heap corruption. (CVE-2020-6418)

Note that Nessus has not tested for these issues but has instead relied only on the application's self-reported version
number.");
  # https://portal.msrc.microsoft.com/en-us/security-guidance/advisory/ADV200002
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?b4f0f972");
  # https://docs.microsoft.com/en-us/deployedge/microsoft-edge-relnotes-security
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?2ec7f076");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Microsoft Edge (Chromium) 80.0.361.62 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:H/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:H/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2020-6407");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"exploited_by_malware", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Google Chrome 80 JSCreate side-effect type confusion exploit');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2020/02/25");
  script_set_attribute(attribute:"patch_publication_date", value:"2020/02/25");
  script_set_attribute(attribute:"plugin_publication_date", value:"2020/07/07");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:edge");
  script_end_attributes();

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

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

  script_dependencies("microsoft_edge_chromium_installed.nbin");
  script_require_keys("installed_sw/Microsoft Edge (Chromium)", "SMB/Registry/Enumerated");

  exit(0);
}

include('vcf.inc');

get_kb_item_or_exit('SMB/Registry/Enumerated');

app_info = vcf::get_app_info(app:'Microsoft Edge (Chromium)', win_local:TRUE);

constraints = [{ 'fixed_version' : '80.0.361.62' }];

vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);

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

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

Go back to menu.

How to Run


Here is how to run the Microsoft Edge (Chromium) < 80.0.361.62 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 Microsoft Edge (Chromium) < 80.0.361.62 Multiple Vulnerabilities plugin ID 138176.
  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 microsoft_edge_chromium_80_0_361_62.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

/opt/nessus/bin/nasl -T - microsoft_edge_chromium_80_0_361_62.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 microsoft_edge_chromium_80_0_361_62.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 134433 - Debian DSA-4638-1 : chromium - security update
  • 134990 - Fedora 30 : chromium (2020-39e0b8bd14)
  • 134718 - Fedora 31 : chromium (2020-f6271d7afa)
  • 134475 - GLSA-202003-08 : Chromium, Google Chrome: Multiple vulnerabilities
  • 133954 - Google Chrome < 80.0.3987.122 Multiple Vulnerabilities
  • 133953 - Google Chrome < 80.0.3987.122 Multiple Vulnerabilities
  • 134157 - openSUSE Security Update : chromium (openSUSE-2020-259)
  • 134360 - RHEL 6 : chromium-browser (RHSA-2020:0738)

Version


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

Go back to menu.