ZeroHour

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2021-1639
Visual Studio Code Remote Code Execution Vulnerability

Visual Studio Code Remote Code Execution Vulnerability

NVD description · AI analysis pending
7.02%
  • microsoft visual studio 2017
  • microsoft visual studio 2019
  • microsoft visual studio code
CVE-2021-24074
Windows TCP/IP Remote Code Execution Vulnerability

Windows TCP/IP Remote Code Execution Vulnerability

NVD description · AI analysis pending
9.8
group max
26%
  • microsoft windows 10
  • microsoft windows 7
  • microsoft windows 8.1
  • +1 more
CVE-2021-26701
+2 in the same advisory: …24112 …1721
.NET Core Remote Code Execution Vulnerability

.NET Core Remote Code Execution Vulnerability

NVD description · AI analysis pending
8.1
group max
30%
  • microsoft .net
  • microsoft .net core
  • microsoft powershell core
  • +1 more
CVE-2021-1724
Microsoft Dynamics Business Central Cross-site Scripting Vulnerability

Microsoft Dynamics Business Central Cross-site Scripting Vulnerability

NVD description · AI analysis pending
6.11%
  • microsoft dynamics 365 business central
  • microsoft dynamics nav
CVE-2021-1728
System Center Operations Manager Elevation of Privilege Vulnerability

System Center Operations Manager Elevation of Privilege Vulnerability

NVD description · AI analysis pending
8.82%
  • microsoft system center operations manager
CVE-2021-24085
+1 in the same advisory: …1730
Microsoft Exchange Server Spoofing Vulnerability

Microsoft Exchange Server Spoofing Vulnerability

NVD description · AI analysis pending
6.5
group max
5%
  • microsoft exchange server
CVE-2021-1732
Out-of-Bounds Write Local Privilege Escalation in Microsoft Win32k (CVE-2021-1732)

CVE-2021-1732 is a local elevation-of-privilege vulnerability (CWE-787, out-of-bounds write) in Microsoft's Win32k kernel driver, publicly characterized as an "offset confusion" in the Win32k ConsoleControl routine. It is triggered locally: a process with only low privileges can invoke the vulnerable Win32k functionality without any user interaction, causing a user-supplied offset/pointer to be mishandled in kernel mode and memory to be written out of bounds. An attacker who successfully exploits the flaw can execute code in the kernel and elevate to SYSTEM, gaining full control of the host — which makes it a valuable second-stage link in malware and ransomware chains. Any system running the affected Windows 10 releases (1803, 1809, 1909, 2004, 20H2) or Windows Server 2019/1909/2004/20H2 is exposed, though exploitation requires the attacker to already run code locally on the target. The flaw was fixed in Microsoft's February 2021 Patch Tuesday updates, was added to CISA's KEV catalog on 2021-11-03 with known ransomware use, and carries a very high EPSS score (78.4%, 100th percentile), indicating sustained exploitation pressure.

Do: Apply Microsoft's February 2021 (or later) Windows cumulative security updates to all affected Windows 10 and Windows Server systems, per vendor instructions — CISA's KEV listing requires federal agencies to patch. Prioritize hosts exposed to untrusted local users or already compromised by malware (e.g., ransomware or Raspberry Robin activity, which has used chained Windows LPEs), and hunt on unpatched hosts for signs of post-exploitation privilege escalation to SYSTEM.

7.878% KEV ransomware PoC ×2
  • Microsoft Windows 10 1803
  • Microsoft Windows 10 1809
  • Microsoft Windows 10 1909
  • +6 more
mass≈1 billion+ Windows devices (the listed builds spanned the mainstream Windows 10/Server install base)
CVE-2021-1733
Sysinternals PsExec Elevation of Privilege Vulnerability

Sysinternals PsExec Elevation of Privilege Vulnerability

NVD description · AI analysis pending
7.8<1%
  • microsoft psexec
CVE-2021-24066
+2 in the same advisory: …24072 …24071
Microsoft SharePoint Remote Code Execution Vulnerability

Microsoft SharePoint Remote Code Execution Vulnerability

NVD description · AI analysis pending
8.8
group max
6%
  • microsoft sharepoint enterprise server
  • microsoft sharepoint foundation
  • microsoft sharepoint server
CVE-2021-24069
+2 in the same advisory: …24067 …24070
Microsoft Excel Remote Code Execution Vulnerability

Microsoft Excel Remote Code Execution Vulnerability

NVD description · AI analysis pending
7.82%
  • microsoft 365 apps
  • microsoft excel
  • microsoft office
  • +1 more
CVE-2021-24068
Microsoft Excel Remote Code Execution Vulnerability

Microsoft Excel Remote Code Execution Vulnerability

NVD description · AI analysis pending
7.82%
  • microsoft excel
  • microsoft office web apps
CVE-2021-24099
+1 in the same advisory: …24073
Skype for Business and Lync Denial of Service Vulnerability

Skype for Business and Lync Denial of Service Vulnerability

NVD description · AI analysis pending
6.53%
  • microsoft lync server
  • microsoft skype for business server
CVE-2021-24078
Windows DNS Server Remote Code Execution Vulnerability

Windows DNS Server Remote Code Execution Vulnerability

NVD description · AI analysis pending
9.811%
  • microsoft windows server 2008
  • microsoft windows server 2012
  • microsoft windows server 2016
  • +1 more
CVE-2021-24087
Azure IoT CLI extension Elevation of Privilege Vulnerability

Azure IoT CLI extension Elevation of Privilege Vulnerability

NVD description · AI analysis pending
7.0<1%
  • azure-iot-cli-extension -
CVE-2021-24092
Microsoft Defender Elevation of Privilege Vulnerability

Microsoft Defender Elevation of Privilege Vulnerability

NVD description · AI analysis pending
7.8<1%
  • microsoft windows defender
  • microsoft endpoint protection
  • microsoft security essentials
  • +1 more
CVE-2021-24100
Microsoft Edge for Android Information Disclosure Vulnerability

Microsoft Edge for Android Information Disclosure Vulnerability

NVD description · AI analysis pending
5.03%
  • microsoft edge
CVE-2021-24101
Microsoft Dataverse Information Disclosure Vulnerability

Microsoft Dataverse Information Disclosure Vulnerability

NVD description · AI analysis pending
6.53%
  • microsoft dynamics 365
CVE-2021-24105
Depending on configuration of various package managers it is possible for an attacker to insert a malicious package into a package manager's repository which ca

Depending on configuration of various package managers it is possible for an attacker to insert a malicious package into a package manager's repository which can be retrieved and used during development, build, and release processes. This insertion could lead to remote code execution. We believe this vulnerability affects multiple package managers across multiple languages, including but not limited to: Python/pip, .NET/NuGet, Java/Maven, JavaScript/npm. Attack scenarios An attacker could take advantage of this ecosystem-wide issue to cause harm in a variety of ways. The original attack scenarios were discovered by Alex Birsan and are detailed in their whitepaper, Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies . With basic knowledge of the target ecosystems, an attacker could create an empty shell for a package and insert malicious code in the install scripts, give it a high version, and publish it to the public repository. Vulnerable victim machines will download the higher version of the package between the public and private repositories and attempt to install it. Due to code incompatibility it will probably error out upon import or upon compilation, making it easier to detect; however the attacker would have gained code execution by that point. An advanced attacker with some inside knowledge of the target could take a copy of a working package, insert the malicious code (in the package itself or in the install), and then publish it to a public repository. The package will likely install and import correctly, granting the attacker an initial foothold and persistence. These two methods could affect target organizations at any of these various levels: Developer machines An entire team if the configuration to import the malicious package is uploaded to a code repository Continuous integration pipelines if they pull the malicious packages during the build, test, and/or deploy stages Customers, download servers, production services if the malicious code has not been detected This remote code execution vulnerability can only be addressed by reconfiguring installation tools and workflows, and not by correcting anything in the package repositories themselves. See the FAQ section of this CVE for configuration guidance.

NVD description · AI analysis pending
8.42%
  • microsoft package manager configurations
CVE-2021-24109
Microsoft Azure Kubernetes Service Elevation of Privilege Vulnerability

Microsoft Azure Kubernetes Service Elevation of Privilege Vulnerability

NVD description · AI analysis pending
6.82%
  • microsoft azure kubernetes service
CVE-2021-24111
.NET Framework Denial of Service Vulnerability

.NET Framework Denial of Service Vulnerability

NVD description · AI analysis pending
7.54%
  • microsoft .net framework
CVE-2021-24114
Microsoft Teams iOS Information Disclosure Vulnerability

Microsoft Teams iOS Information Disclosure Vulnerability

NVD description · AI analysis pending
5.73%
  • microsoft teams
CVE-2021-26700
Visual Studio Code npm-script Extension Remote Code Execution Vulnerability

Visual Studio Code npm-script Extension Remote Code Execution Vulnerability

NVD description · AI analysis pending
7.86%
  • microsoft npm
Full article1,133 words · extracted from securityaffairs.com · click to collapse

Pierluigi Paganini February 09, 2021

Microsoft February 2021 Patch Tuesday addresses 56 vulnerabilities, including a flaw that is known to be actively exploited in the wild.

Microsoft February 2021 Patch Tuesday security updates address 56 CVEs in multiple products, including Windows components, .NET Framework, Azure IoT, Azure Kubernetes Service, Microsoft Edge for Android, Exchange Server, Office and Office Services and Web Apps, Skype for Business and Lync, and Windows Defender.

Of these 56 vulnerabilities, 11 have been rated as Critical, 43 as Important, and two as Moderate in severity. Microsoft revealed that one of these flaws is known to be actively exploited in attacks in the wild, while six issues are listed as being publicly known at the time of release.

The CVE-2021-1732 zero-day is an elevation of privilege issues that resides in the Windows Win32k component. The flaw was exploited by threat actors to obtain SYSTEM-level access after gaining access to a Windows system. Microsoft did not disclose details about the attacks that exploited this flaw.

The vulnerability was reported by JinQuan, MaDongZe, TuXiaoYi, and LiHao from DBAPPSecurity Co., Ltd

Another interesting issue addressed by Microsoft with Microsoft February 2021 Patch Tuesday security updates is a Windows DNS Server Remote Code Execution vulnerability tracked as CVE-2021-24078.

“This patch fixes a bug in the Windows DNS Server that could allow remote code execution on affected systems. Fortunately, if your system is not configured to be a DNS server, it is not impacted by this bug. However, for those systems that are configured as DNS servers, this bug allows code execution in a privileged service from a remote, unauthenticated attacker.” reads the description provided by Zero Day Initiative. “This is potentially wormable, although only between DNS servers. Prioritize this update if you depend on Microsoft DNS servers.”

Microsoft also fixed a Windows TCP/IP Remote Code Execution vulnerability (CVE-2021-24074) and a .NET Core and Visual Studio Remote Code Execution vulnerability (CVE-2021-26701).

The details for the following CVE were disclosed online before the release of Microsoft February 2021 Patch Tuesday, but none of them was exploited in attacks in the wild.:

  • CVE-2021-1721 – .NET Core and Visual Studio Denial of Service Vulnerability
  • CVE-2021-1733 – Sysinternals PsExec Elevation of Privilege Vulnerability
  • CVE-2021-26701 – .NET Core Remote Code Execution Vulnerability
  • CVE-2021-1727 – Windows Installer Elevation of Privilege Vulnerability
  • CVE-2021-24098 – Windows Console Driver Denial of Service Vulnerability
  • CVE-2021-24106 – Windows DirectX Information Disclosure Vulnerability

“Today Microsoft released a set of fixes affecting Windows TCP/IP implementation that include two Critical Remote Code Execution (RCE) vulnerabilities (CVE-2021-24074, CVE-2021-24094) and an Important Denial of Service (DoS) vulnerability (CVE-2021-24086).” reads a blog post published by Microsoft. “The two RCE vulnerabilities are complex which make it difficult to create functional exploits, so they are not likely in the short term. We believe attackers will be able to create DoS exploits much more quickly and expect all three issues might be exploited with a DoS attack shortly after release.”

The lists of security updates released by Microsoft is available on the Security Update Guide portal:

TagCVE IDCVE Title
.NET CoreCVE-2021-26701.NET Core Remote Code Execution Vulnerability
.NET CoreCVE-2021-24112.NET Core Remote Code Execution Vulnerability
.NET Core & Visual StudioCVE-2021-1721.NET Core and Visual Studio Denial of Service Vulnerability
.NET FrameworkCVE-2021-24111.NET Framework Denial of Service Vulnerability
Azure IoTCVE-2021-24087Azure IoT CLI extension Elevation of Privilege Vulnerability
Developer ToolsCVE-2021-24105Package Managers Configurations Remote Code Execution Vulnerability
Microsoft Azure Kubernetes ServiceCVE-2021-24109Microsoft Azure Kubernetes Service Elevation of Privilege Vulnerability
Microsoft DynamicsCVE-2021-24101Microsoft Dataverse Information Disclosure Vulnerability
Microsoft DynamicsCVE-2021-1724Microsoft Dynamics Business Central Cross-site Scripting Vulnerability
Microsoft Edge for AndroidCVE-2021-24100Microsoft Edge for Android Information Disclosure Vulnerability
Microsoft Exchange ServerCVE-2021-24085Microsoft Exchange Server Spoofing Vulnerability
Microsoft Exchange ServerCVE-2021-1730Microsoft Exchange Server Spoofing Vulnerability
Microsoft Graphics ComponentCVE-2021-24093Windows Graphics Component Remote Code Execution Vulnerability
Microsoft Office ExcelCVE-2021-24067Microsoft Excel Remote Code Execution Vulnerability
Microsoft Office ExcelCVE-2021-24068Microsoft Excel Remote Code Execution Vulnerability
Microsoft Office ExcelCVE-2021-24069Microsoft Excel Remote Code Execution Vulnerability
Microsoft Office ExcelCVE-2021-24070Microsoft Excel Remote Code Execution Vulnerability
Microsoft Office SharePointCVE-2021-24071Microsoft SharePoint Information Disclosure Vulnerability
Microsoft Office SharePointCVE-2021-1726Microsoft SharePoint Spoofing Vulnerability
Microsoft Office SharePointCVE-2021-24066Microsoft SharePoint Remote Code Execution Vulnerability
Microsoft Office SharePointCVE-2021-24072Microsoft SharePoint Server Remote Code Execution Vulnerability
Microsoft TeamsCVE-2021-24114Microsoft Teams iOS Information Disclosure Vulnerability
Microsoft Windows Codecs LibraryCVE-2021-24081Microsoft Windows Codecs Library Remote Code Execution Vulnerability
Microsoft Windows Codecs LibraryCVE-2021-24091Windows Camera Codec Pack Remote Code Execution Vulnerability
Role: DNS ServerCVE-2021-24078Windows DNS Server Remote Code Execution Vulnerability
Role: Hyper-VCVE-2021-24076Microsoft Windows VMSwitch Information Disclosure Vulnerability
Role: Windows Fax ServiceCVE-2021-24077Windows Fax Service Remote Code Execution Vulnerability
Role: Windows Fax ServiceCVE-2021-1722Windows Fax Service Remote Code Execution Vulnerability
Skype for BusinessCVE-2021-24073Skype for Business and Lync Spoofing Vulnerability
Skype for BusinessCVE-2021-24099Skype for Business and Lync Denial of Service Vulnerability
SysInternalsCVE-2021-1733Sysinternals PsExec Elevation of Privilege Vulnerability
System CenterCVE-2021-1728System Center Operations Manager Elevation of Privilege Vulnerability
Visual StudioCVE-2021-1639Visual Studio Code Remote Code Execution Vulnerability
Visual Studio CodeCVE-2021-26700Visual Studio Code npm-script Extension Remote Code Execution Vulnerability
Windows Address BookCVE-2021-24083Windows Address Book Remote Code Execution Vulnerability
Windows Backup EngineCVE-2021-24079Windows Backup Engine Information Disclosure Vulnerability
Windows Console DriverCVE-2021-24098Windows Console Driver Denial of Service Vulnerability
Windows DefenderCVE-2021-24092Microsoft Defender Elevation of Privilege Vulnerability
Windows DirectXCVE-2021-24106Windows DirectX Information Disclosure Vulnerability
Windows Event TracingCVE-2021-24102Windows Event Tracing Elevation of Privilege Vulnerability
Windows Event TracingCVE-2021-24103Windows Event Tracing Elevation of Privilege Vulnerability
Windows InstallerCVE-2021-1727Windows Installer Elevation of Privilege Vulnerability
Windows KernelCVE-2021-24096Windows Kernel Elevation of Privilege Vulnerability
Windows KernelCVE-2021-1732Windows Win32k Elevation of Privilege Vulnerability
Windows KernelCVE-2021-1698Windows Win32k Elevation of Privilege Vulnerability
Windows Mobile Device ManagementCVE-2021-24084Windows Mobile Device Management Information Disclosure Vulnerability
Windows Network File SystemCVE-2021-24075Windows Network File System Denial of Service Vulnerability
Windows PFX EncryptionCVE-2021-1731PFX Encryption Security Feature Bypass Vulnerability
Windows PKU2UCVE-2021-25195Windows PKU2U Elevation of Privilege Vulnerability
Windows PowerShellCVE-2021-24082Microsoft.PowerShell.Utility Module WDAC Security Feature Bypass Vulnerability
Windows Print Spooler ComponentsCVE-2021-24088Windows Local Spooler Remote Code Execution Vulnerability
Windows Remote Procedure CallCVE-2021-1734Windows Remote Procedure Call Information Disclosure Vulnerability
Windows TCP/IPCVE-2021-24086Windows TCP/IP Denial of Service Vulnerability
Windows TCP/IPCVE-2021-24074Windows TCP/IP Remote Code Execution Vulnerability
Windows TCP/IPCVE-2021-24094Windows TCP/IP Remote Code Execution Vulnerability
Windows Trust Verification APICVE-2021-24080Windows Trust Verification API Denial of Service Vulnerability

If you want to receive the weekly Security Affairs Newsletter for free subscribe here.

[adrotate banner=”9″][adrotate banner=”12″]

Pierluigi Paganini

(SecurityAffairs – hacking, Windows)

[adrotate banner=”5″]

[adrotate banner=”13″]



Text extracted automatically; images, tables and formatting may be missing. Original: https://securityaffairs.com/114409/security/microsoft-february-2021-patch-tuesday.html