CVE-2020-1147
Description
A remote code execution vulnerability exists in .NET Framework, Microsoft SharePoint, and Visual Studio when the software fails to check the source markup of XML file input, aka '.NET Framework, SharePoint Server, and Visual Studio Remote Code Execution Vulnerability'.
Summary dbcve.org
This is a Remote Code Execution vulnerability caused by improper validation of XML input in .NET Framework, SharePoint, and Visual Studio. The software fails to check the source markup of XML files, allowing malicious XML content to be processed. This is a classic XML External Entity (XXE) vulnerability where untrusted XML input is not sanitized before parsing.
Mitigation
Apply the Microsoft security patches released for CVE-2020-1147. Ensure XML parsers in affected applications disable external entity processing and validate XML input against a schema before processing.