Microsoft Exchange has multiple zero-day exploits right now. There are Remote code executions, Server-Side Request Forgeries, and Post-Authentication Arbitrary File Writes. Any one of these should send you to patch your Exchange immediately.
Below is a list of the CVE’s that need to be patched. The patch is already available, so you might want to jump onto this as soon as possible.
I can hear you, though. Ah, man! I don’t want to download and update these manually; there has to be a better way! I have some excellent news for you. PDQ Deploy and PDQ Inventory Can help you patch your exchange systems. In no time, we have a scanner that will let you know the last time your system patched or if you have an update pending. If you are looking to skip the information and get right to the installation, the following PowerShell should work for you.
Get-WindowsUpdate -Install -KBArticle KB5000871
This does require the pswindowsupdate module to work. Reading this should help you get that done.