Vulnerabilities (CVE)

Filtered by NVD-CWE-noinfo
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-27048 1 Microsoft 1 High Efficiency Video Coding 2023-12-29 6.8 MEDIUM 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-27057 1 Microsoft 5 365 Apps, Excel, Office and 2 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Office Remote Code Execution Vulnerability
CVE-2021-27051 1 Microsoft 1 High Efficiency Video Coding 2023-12-29 6.8 MEDIUM 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-27054 1 Microsoft 5 365 Apps, Excel, Office and 2 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Excel Remote Code Execution Vulnerability
CVE-2021-27047 1 Microsoft 1 High Efficiency Video Coding 2023-12-29 6.8 MEDIUM 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-27053 1 Microsoft 5 365 Apps, Excel, Office and 2 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Excel Remote Code Execution Vulnerability
CVE-2021-27058 1 Microsoft 1 365 Apps 2023-12-29 9.3 HIGH 7.8 HIGH
Microsoft Office ClickToRun Remote Code Execution Vulnerability
CVE-2021-27049 1 Microsoft 1 High Efficiency Video Coding 2023-12-29 6.8 MEDIUM 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-26858 1 Microsoft 1 Exchange Server 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Exchange Server Remote Code Execution Vulnerability
CVE-2021-24108 1 Microsoft 2 365 Apps, Office 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Office Remote Code Execution Vulnerability
CVE-2021-1707 1 Microsoft 3 Sharepoint Enterprise Server, Sharepoint Foundation, Sharepoint Server 2023-12-29 9.0 HIGH 8.8 HIGH
Microsoft SharePoint Server Remote Code Execution Vulnerability
CVE-2021-1711 1 Microsoft 2 365 Apps, Office 2023-12-29 9.3 HIGH 7.8 HIGH
Microsoft Office Remote Code Execution Vulnerability
CVE-2021-24089 1 Microsoft 1 High Efficiency Video Coding 2023-12-29 6.8 MEDIUM 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-24112 1 Microsoft 4 .net, .net Core, Mono and 1 more 2023-12-29 7.5 HIGH 8.1 HIGH
.NET Core Remote Code Execution Vulnerability
CVE-2021-24072 1 Microsoft 3 Sharepoint Enterprise Server, Sharepoint Foundation, Sharepoint Server 2023-12-29 6.5 MEDIUM 8.8 HIGH
Microsoft SharePoint Server Remote Code Execution Vulnerability
CVE-2021-1714 1 Microsoft 7 365 Apps, Excel, Excel Services and 4 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Excel Remote Code Execution Vulnerability
CVE-2021-1718 1 Microsoft 1 Sharepoint Foundation 2023-12-29 6.5 MEDIUM 8.0 HIGH
Microsoft SharePoint Server Tampering Vulnerability
CVE-2021-1726 1 Microsoft 11 Sharepoint Enterprise Server, Sharepoint Foundation, Sharepoint Server and 8 more 2023-12-29 6.0 MEDIUM 8.0 HIGH
Microsoft SharePoint Server Spoofing Vulnerability
CVE-2021-1639 1 Microsoft 3 Visual Studio 2017, Visual Studio 2019, Visual Studio Code 2023-12-29 6.8 MEDIUM 7.0 HIGH
Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-1723 2 Fedoraproject, Microsoft 3 Fedora, Asp.net Core, Visual Studio 2019 2023-12-29 5.0 MEDIUM 7.5 HIGH
ASP.NET Core and Visual Studio Denial of Service Vulnerability
CVE-2021-24069 1 Microsoft 5 365 Apps, Excel, Office and 2 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Excel Remote Code Execution Vulnerability
CVE-2021-24110 1 Microsoft 1 High Efficiency Video Coding 2023-12-29 6.8 MEDIUM 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-1716 1 Microsoft 8 365 Apps, Office, Office Online Server and 5 more 2023-12-29 9.3 HIGH 7.8 HIGH
Microsoft Word Remote Code Execution Vulnerability
CVE-2021-1643 1 Microsoft 1 Hevc Video Extensions 2023-12-29 9.3 HIGH 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-1644 1 Microsoft 1 Hevc Video Extensions 2023-12-29 9.3 HIGH 7.8 HIGH
HEVC Video Extensions Remote Code Execution Vulnerability
CVE-2021-24068 1 Microsoft 2 Excel, Office Web Apps 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Excel Remote Code Execution Vulnerability
CVE-2021-24111 1 Microsoft 9 .net Framework, Windows 10, Windows 7 and 6 more 2023-12-29 5.0 MEDIUM 7.5 HIGH
.NET Framework Denial of Service Vulnerability
CVE-2021-24105 1 Microsoft 1 Package Manager Configurations 2023-12-29 6.8 MEDIUM 8.4 HIGH
<p>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.</p> <p><strong>Attack scenarios</strong></p> <p>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, <a href="https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610">Dependency Confusion: How I Hacked Into Apple, Microsoft and Dozens of Other Companies</a>.</p> <ul> <li><p>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.</p> </li> <li><p>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.</p> </li> </ul> <p>These two methods could affect target organizations at any of these various levels:</p> <ul> <li>Developer machines</li> <li>An entire team if the configuration to import the malicious package is uploaded to a code repository</li> <li>Continuous integration pipelines if they pull the malicious packages during the build, test, and/or deploy stages</li> <li>Customers, download servers, production services if the malicious code has not been detected</li> </ul> <p>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 <strong>FAQ</strong> section of this CVE for configuration guidance.</p>
CVE-2021-28469 1 Microsoft 1 Visual Studio Code 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-27064 1 Microsoft 2 Visual Studio 2017, Visual Studio 2019 2023-12-29 4.6 MEDIUM 7.8 HIGH
Visual Studio Installer Elevation of Privilege Vulnerability
CVE-2021-28471 1 Microsoft 1 Visual Studio Code 2023-12-29 6.8 MEDIUM 7.8 HIGH
Remote Development Extension for Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-28457 1 Microsoft 1 Visual Studio Code 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-28460 1 Microsoft 1 Azure Sphere 2023-12-29 4.6 MEDIUM 8.1 HIGH
Azure Sphere Unsigned Code Execution Vulnerability
CVE-2021-28458 1 Microsoft 1 Ms-rest-nodeauth 2023-12-29 6.8 MEDIUM 7.8 HIGH
Azure ms-rest-nodeauth Library Elevation of Privilege Vulnerability
CVE-2021-28473 1 Microsoft 1 Visual Studio Code 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-28477 1 Microsoft 1 Visual Studio Code 2023-12-29 6.8 MEDIUM 7.0 HIGH
Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-28453 1 Microsoft 7 365 Apps, Office, Office Online Server and 4 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Word Remote Code Execution Vulnerability
CVE-2021-28482 1 Microsoft 1 Exchange Server 2023-12-29 9.0 HIGH 8.8 HIGH
Microsoft Exchange Server Remote Code Execution Vulnerability
CVE-2021-28464 1 Microsoft 1 Vp9 Video Extensions 2023-12-29 6.8 MEDIUM 7.8 HIGH
VP9 Video Extensions Remote Code Execution Vulnerability
CVE-2021-28449 1 Microsoft 3 365 Apps, Excel, Office 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Office Remote Code Execution Vulnerability
CVE-2021-28448 1 Microsoft 1 Visual Studio Code Kubernetes Tools 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code Kubernetes Tools Remote Code Execution Vulnerability
CVE-2021-28451 1 Microsoft 5 365 Apps, Excel, Office and 2 more 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Excel Remote Code Execution Vulnerability
CVE-2021-28466 1 Microsoft 1 Raw Image Extension 2023-12-29 6.8 MEDIUM 7.8 HIGH
Raw Image Extension Remote Code Execution Vulnerability
CVE-2021-28475 1 Microsoft 1 Visual Studio Code 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code Remote Code Execution Vulnerability
CVE-2021-28470 1 Microsoft 1 Visual Studio Code Github Pull Requests And Issues 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code GitHub Pull Requests and Issues Extension Remote Code Execution Vulnerability
CVE-2021-28472 1 Microsoft 1 Vscode-maven 2023-12-29 6.8 MEDIUM 7.8 HIGH
Visual Studio Code Maven for Java Extension Remote Code Execution Vulnerability
CVE-2021-27068 1 Microsoft 1 Visual Studio 2019 2023-12-29 6.5 MEDIUM 8.8 HIGH
Visual Studio Remote Code Execution Vulnerability
CVE-2021-31180 1 Microsoft 3 365 Apps, Office, Word 2023-12-29 6.8 MEDIUM 7.8 HIGH
Microsoft Office Graphics Remote Code Execution Vulnerability
CVE-2021-28455 1 Microsoft 10 365 Apps, Office, Windows 10 and 7 more 2023-12-29 6.5 MEDIUM 8.8 HIGH
Microsoft Jet Red Database Engine and Access Connectivity Engine Remote Code Execution Vulnerability
CVE-2021-31204 2 Fedoraproject, Microsoft 4 Fedora, .net, .net Core and 1 more 2023-12-29 4.6 MEDIUM 7.3 HIGH
.NET and Visual Studio Elevation of Privilege Vulnerability