Security Update for .NET Core SDK (Sep 2019) - Nessus

High   Plugin ID: 128772

This page contains detailed information about the Security Update for .NET Core SDK (Sep 2019) Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 128772
Name: Security Update for .NET Core SDK (Sep 2019)
Filename: smb_nt_ms19_sep_dotnet_core_sdk.nasl
Vulnerability Published: 2019-09-10
This Plugin Published: 2019-09-13
Last Modification Time: 2021-06-03
Plugin Version: 1.6
Plugin Type: local
Plugin Family: Windows
Dependencies: microsoft_dotnet_core_sdk_win.nbin
Required KB Items [?]: installed_sw/.NET Core SDK Windows, Settings/ParanoidReport

Vulnerability Information


Severity: High
Vulnerability Published: 2019-09-10
Patch Published: 2019-09-10
CVE [?]: CVE-2019-1301, CVE-2019-1302
CPE [?]: cpe:/a:microsoft:.net_core

Synopsis

The remote Windows host is affected by multiple .NET Core SDK vulnerabilities.

Description

The Microsoft .NET Core SDK installation on the remote host is version 2.1.x < 2.1.509, or 2.1.606 or 2.1.802, 2.2.x < 2.2.109 or 2.2.206 or 2.2.302. It is, therefore, affected by multiple vulnerabilities:

- A denial of service vulnerability when .Net Core improperly handles web requests. An unauthenticated, remote attacker could exploit this issue, to cause a denial of service attack against a .Net Core web application. (CVE-2019-1301)

- An elevation of privilege vulnerability that could lead to a content injection attack enabling an attacker to run a script in the context of the logged-on user. An unauthenticated, remote attacker could exploit this issue, via a link that has a specially crafted URL, and convince the user to click the link. (CVE-2019-1302)

Solution

Refer to vendor documentation.

Public Exploits


Target Network Port(s): 139, 445
Target Asset(s): N/A
Exploit Available: True (GitHub)
Exploit Ease: Exploits (PoCs) are available

Here's the list of publicly known exploits and PoCs for verifying the Security Update for .NET Core SDK (Sep 2019) vulnerability:

  1. GitHub: https://github.com/RetireNet/dotnet-retire
    [CVE-2019-1301]
  2. GitHub: https://github.com/RetireNet/dotnet-retire
    [CVE-2019-1302]

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

Go back to menu.

Plugin Source


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

#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");

if (description)
{
  script_id(128772);
  script_version("1.6");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/06/03");

  script_cve_id("CVE-2019-1301", "CVE-2019-1302");
  script_xref(name:"IAVA", value:"2019-A-0328-S");

  script_name(english:"Security Update for .NET Core SDK (Sep 2019)");
  script_summary(english:"Checks for Windows Install of .NET Core.");

  script_set_attribute(attribute:"synopsis", value:
"The remote Windows host is affected by multiple .NET Core SDK vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The Microsoft .NET Core SDK installation on the remote host is version
2.1.x < 2.1.509, or 2.1.606 or 2.1.802, 2.2.x < 2.2.109 or 2.2.206 or 2.2.302.
It is, therefore, affected by multiple vulnerabilities: 

  - A denial of service vulnerability when .Net Core improperly handles 
    web requests. An unauthenticated, remote attacker 
    could exploit this issue, to cause a denial of service attack against
    a .Net Core web application. (CVE-2019-1301)

  - An elevation of privilege vulnerability that could lead to 
    a content injection attack enabling an attacker to run a script 
    in the context of the logged-on user. An unauthenticated, remote attacker 
    could exploit this issue, via a link that has a specially crafted URL,
    and convince the user to click the link. (CVE-2019-1302)");
  # https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-1301
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?cc33b45c");
  # https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-1302
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?729669e9");
  # https://github.com/aspnet/Announcements/issues/384
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?40f974ac");
  # https://github.com/aspnet/AspNetCore/issues/13859
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?5164378b");
  # https://github.com/dotnet/announcements/issues/121
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?d6437f9e");
  script_set_attribute(attribute:"solution", value:
"Refer to vendor documentation.");
  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: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:"cvss_score_source", value:"CVE-2019-1302");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2019/09/10");
  script_set_attribute(attribute:"patch_publication_date", value:"2019/09/10");
  script_set_attribute(attribute:"plugin_publication_date", value:"2019/09/13");

  script_set_attribute(attribute:"potential_vulnerability", value:"true");
  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:.net_core");
  script_set_attribute(attribute:"stig_severity", value:"I");
  script_end_attributes();

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

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

  script_dependencies("microsoft_dotnet_core_sdk_win.nbin");
  script_require_keys("installed_sw/.NET Core SDK Windows", "Settings/ParanoidReport");
  script_require_ports(139, 445);

  exit(0);
}

include('vcf.inc');

if (report_paranoia < 2) audit(AUDIT_PARANOID);

app = '.NET Core SDK Windows';
app_info = vcf::get_app_info(app:app, win_local:TRUE);

constraints = [
  { 'min_version' : '2.1', 'fixed_version' : '2.1.509' },
  { 'min_version' : '2.1.600', 'fixed_version' : '2.1.606'},
  { 'min_version' : '2.1.700', 'fixed_version' : '2.1.802'},
  { 'min_version' : '2.2', 'fixed_version' : '2.2.109' },
  { 'min_version' : '2.2.200', 'fixed_version' : '2.2.206'},
  { 'min_version' : '2.2.300', 'fixed_version' : '2.2.402'}
];

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/smb_nt_ms19_sep_dotnet_core_sdk.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\smb_nt_ms19_sep_dotnet_core_sdk.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/smb_nt_ms19_sep_dotnet_core_sdk.nasl

Go back to menu.

How to Run


Here is how to run the Security Update for .NET Core SDK (Sep 2019) 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 Security Update for .NET Core SDK (Sep 2019) plugin ID 128772.
  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 smb_nt_ms19_sep_dotnet_core_sdk.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

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

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

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

Go back to menu.

References


IAVA | Information Assurance Vulnerability Alert:
  • 2019-A-0328-S
See also: Similar and related Nessus plugins:
  • 145611 - CentOS 8 : .NET Core on Red Hat Enterprise Linux (CESA-2019:2731)
  • 128848 - Oracle Linux 8 : .NET / Core / Enterprise / Hat / Linux / Red / on (ELSA-2019-2731)
  • 128855 - RHEL 8 : .NET Core on Red Hat Enterprise Linux (RHSA-2019:2731)
  • 128856 - RHEL 7 : dotNET (RHSA-2019:2732)
  • 128770 - Security Update for Microsoft ASP.NET Core (Sep 2019)
  • 128771 - Security Update for .NET Core (Sep 2019)
  • 128708 - Security Updates for Microsoft Visual Studio Products (September 2019)
  • 147724 - Security Update for Microsoft Visual Studio Code ESLint Extension (March 2021)
  • 138523 - Security Update for Microsoft Visual Studio Code ESLint Extension (July 2020)
  • 146417 - Security Update for Microsoft Visual Studio Code npm-script Extension (Feb 2021)
  • 149384 - Security Update for Microsoft Visual Studio Code Remote Containers Extension (May 2021)
  • 156113 - Security Update for Microsoft Visual Studio Code Remote WSL Extension (December 2021)
  • 108408 - Security Update for .NET Core (March 2018)
  • 126630 - Security Updates for Microsoft SQL Server (Uncredentialed Check) (July 2019)
  • 125164 - Security Update for Microsoft ASP.NET Core (DoS) (May 2019)
  • 125217 - Security Update for .NET Core (May 2019)
  • 125225 - Security Update for .NET Core SDK (May 2019)
  • 131318 - Security Update for Microsoft Visual Studio Code (CVE-2019-1414)
  • 133718 - Security Updates for Microsoft SQL Server (Uncredentialed Check) (February 2020)
  • 132993 - Security Update for .NET Core (January 2020)
  • 132994 - Security Update for .NET Core SDK (January 2020)
  • 138465 - Security Update for .NET Core (July 2020)
  • 138466 - Security Update for .NET Core SDK (July 2020)
  • 141931 - Security Update for Microsoft Visual Studio Code (CVE-2020-17023)
  • 152428 - Security Update for Microsoft Azure Active Directory Connect (August 2021)
  • 146332 - Security Update for Forefront Endpoint Protection (February 2021)
  • 146334 - Security Update for Windows Defender (February 2021)
  • 153214 - Security Updates for Microsoft Internet Explorer OOB (Sept 2021) (deprecated)
  • 144886 - Security Update for Forefront Endpoint Protection (January 2021)
  • 144876 - Security Update for Windows Defender (January 2021)
  • 155962 - Security Updates for Exchange (November 2021) (Remote)
  • 157879 - Security Update for .NET Core (February 2022)

Version


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

Go back to menu.