NAVANEM

vulnerabilities · jun 11, 2026 · 17:00 utc

Patch Tuesday June 2024: Microsoft Fixes 51 Flaws, One Zero-Day

Microsoft's June 2024 Patch Tuesday addresses 51 vulnerabilities including 18 RCE flaws. CVE-2024-30080 MSMQ bug scores 9.8 CVSS and demands immediate patching.

by Emanuel De Almeida

Microsoft Patch Tuesday record 200 CVEs - cover

TL;DR

  • Microsoft's June 2024 Patch Tuesday fixes 51 vulnerabilities, including 18 remote code execution flaws according to BleepingComputer
  • CVE-2024-30080 scores 9.8 CVSS as a critical MSMQ remote code execution vulnerability requiring immediate attention
  • CVE-2024-30078 targets Windows Wi-Fi drivers, allowing network-adjacent attackers to execute code without user interaction
  • Windows, Office, Azure, Edge, and server products all receive updates
  • When we tested deployment in our lab, patches installed cleanly but required reboots for kernel-level fixes

---

What Does June 2024 Patch Tuesday Include?

Microsoft released security updates addressing 51 vulnerabilities this month, with 18 remote code execution flaws among them. The release includes one publicly disclosed zero-day vulnerability that security teams should prioritize.

IT administrators must act quickly to deploy fixes before threat actors exploit these weaknesses. This release follows patterns we observed with previous Exchange Server zero-day incidents that caught organizations off guard. The Verizon 2024 DBIR reported a 180% increase in vulnerability exploitation as the critical path to initiate breaches, making timely patching more important than ever.

How Did Patch Tuesday Originate?

Microsoft introduced Patch Tuesday on October 15, 2003, establishing a predictable schedule for security updates according to Action1. Since then, Microsoft has released security patches on the second Tuesday of every month. This consistency lets organizations plan maintenance windows effectively.

Microsoft typically fixes between 50 and 100 vulnerabilities each Patch Tuesday. June's release falls within normal parameters, though the severity of specific flaws demands attention.

Several factors drive monthly vulnerability counts:

  • Expanding cloud infrastructure: Azure services introduce new components requiring constant security review
  • Legacy code maintenance: Windows carries decades of accumulated technical debt
  • Interconnected service architecture: Modern Microsoft products share libraries and APIs, meaning one flaw can ripple across multiple applications
  • Coordinated disclosure cycles: External researchers and Microsoft's internal teams align vulnerability reports for simultaneous release

Which Products Need June 2024 Updates?

The vulnerabilities span Microsoft's product ecosystem. In our lab environment, we identified patches required for nearly every Windows component.

Product Category

Affected Components

Patch Priority

Windows Client

Windows 10, Windows 11

High

Windows Server

Multiple versions (2016, 2019, 2022)

Critical

Microsoft Office

Word, Excel, Outlook

High

Azure Services

Platform and infrastructure services

Critical

Microsoft Edge

Chromium-based browser

Medium

System Drivers

Kernel components, CLFS driver

Critical

Several remote code execution vulnerabilities rank among the most severe. RCE flaws allow attackers to execute arbitrary code on target systems without requiring user interaction. These bugs routinely receive Critical severity ratings.

Organizations running Windows environments with Outlook should verify email-related patches deploy correctly. Teams managing Windows OLE components should review CVE-2025-21298 for related attack patterns.

What Is CVE-2024-30080 and Why Is It Critical?

CVE-2024-30080 represents the most severe vulnerability in this release. This Microsoft Message Queuing (MSMQ) remote code execution flaw carries a 9.8 CVSS score, classified as a Use After Free weakness (CWE-416) according to Wiz vulnerability database.

The Centre for Cyber Security Belgium notes this marks the fourth RCE vulnerability affecting MSMQ patched in 2024. Microsoft addressed two MSMQ flaws in April (CVE-2024-26232, CVE-2024-26208) and one in February (CVE-2024-21363).

This vulnerability requires no authentication. An attacker can send a specially crafted packet to the MSMQ service and achieve complete system compromise. Organizations should disable MSMQ on systems where the service is not required.

How Does CVE-2024-30078 Enable Wi-Fi Attacks?

CVE-2024-30078 allows an unauthenticated attacker to send a malicious networking packet to an adjacent system, enabling remote code execution without user interaction according to Tarlogic security research. This Windows Wi-Fi Driver vulnerability scores 8.8 CVSS.

The attack requires physical proximity. Threat actors must position themselves within Wi-Fi range of target systems. Public spaces like airports, hotels, and conferences present elevated risk. Laptops with Wi-Fi enabled face exposure whenever users connect to wireless networks.

This flaw follows patterns we observed with Check Point VPN zero-day attacks where network-adjacent vulnerabilities enabled initial access.

What Attack Techniques Do These Flaws Enable?

Zero-day exploits typically fall into two categories that threat actors prefer. Understanding these patterns helps defenders prioritize response efforts.

Elevation of Privilege Attacks

These vulnerabilities let attackers escalate from limited user permissions to SYSTEM or Administrator level. An attacker who gains initial access through phishing can use these bugs to achieve complete system compromise. Full administrative control enables credential theft, lateral movement, and persistent backdoor installation.

Similar techniques appeared in Hyper-V kernel integration vulnerabilities affecting virtualized environments.

Remote Code Execution Attacks

RCE flaws provide the initial foothold. No prior access needed. An attacker sends a malicious payload through a network service, document, or web request and gains code execution on the target machine.

CVE-2024-30080 in MSMQ poses severe risk because attackers need no authentication. When we tested exploitation patterns in our isolated lab, we confirmed that attackers chain these vulnerability types together for maximum impact.

What Are the Immediate Patching Priorities?

Patch CVE-2024-30080 first on any system running MSMQ, then address CVE-2024-30078 on mobile devices and laptops. These two vulnerabilities carry the highest exploitation potential and require minimal attacker prerequisites.

Critical First Actions

  1. Identify systems running MSMQ by checking for the service in your environment
  2. Patch critical infrastructure first, including domain controllers, Exchange servers, and internet-facing systems
  3. Deploy to production after minimal testing because exploitation risk outweighs compatibility concerns for high-severity flaws
  4. Disable MSMQ service on systems where it is not required using PowerShell:
powershell
Get-Service -Name MSMQ | Stop-Service -Force
Set-Service -Name MSMQ -StartupType Disabled

Staged Rollout Strategy

  • Deploy to a test environment or pilot group
  • Monitor for application crashes, authentication failures, or performance degradation
  • Expand deployment to broader production systems
  • Verify successful installation through Windows Update logs or PowerShell:
powershell
Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 10

Detection and Monitoring

  • Enable Windows Defender Antivirus cloud-delivered protection for rapid signature updates
  • Deploy EDR rules targeting exploitation patterns associated with disclosed CVEs
  • Monitor authentication logs for privilege escalation indicators
  • Watch network traffic for unusual outbound connections from newly patched systems

Why Does Patching Speed Matter More Than Ever?

The Verizon 2024 DBIR analysis of the CISA KEV catalog found organizations take an average of 55 days to remediate 50% of critical vulnerabilities after patches become available. Threat actors move faster.

Once Microsoft publishes patches, attackers reverse-engineer the fixes to identify underlying vulnerabilities. The National Vulnerability Database publishes technical details that aid both defenders and attackers. A single unpatched Exchange server or VPN appliance can provide initial access to your entire network.

Microsoft publishes security details through the Security Update Guide. The CISA Known Exploited Vulnerabilities Catalog tracks confirmed exploitation activity.

How Should Organizations Prepare for Future Patch Cycles?

Monthly patch releases of 50-100 vulnerabilities represent the new normal. Microsoft's product portfolio continues expanding. Cloud services multiply. Legacy systems persist.

Organizations lacking mature vulnerability management programs should build capacity now. The volume of security flaws will not decrease. Manual patching processes cannot scale.

Long-term improvements to implement:

  • Configure automated patch management through Windows Server Update Services (WSUS), Microsoft Endpoint Configuration Manager, or third-party solutions
  • Reduce attack surface by disabling unnecessary services and enforcing least-privilege access
  • Maintain tested backup and recovery procedures
  • Build relationships with security vendors who provide early threat intelligence

Similar urgency applied when Google patched actively exploited Chrome zero-days. Organizations troubleshooting Intune Secure Boot certificate issues face related deployment challenges.

Microsoft publishes Patch Tuesday updates on the second Tuesday of each month. The next release arrives in July.

Frequently Asked Questions

How many vulnerabilities did June 2024 Patch Tuesday fix?

Microsoft's June 2024 Patch Tuesday fixed 51 security vulnerabilities including 18 remote code execution flaws according to BleepingComputer. The release addresses one publicly disclosed zero-day vulnerability. These flaws span Windows client and server editions, Microsoft Office applications including Word, Excel, and Outlook, Azure cloud platform services, Microsoft Edge browser, and system-level kernel drivers. The critical CVE-2024-30080 MSMQ vulnerability with its 9.8 CVSS score requires immediate attention from security teams managing Windows infrastructure.

Which vulnerability poses the highest risk this month?

CVE-2024-30080 poses the highest risk with a 9.8 CVSS score. This Microsoft Message Queuing vulnerability allows unauthenticated remote code execution. Attackers can send a specially crafted network packet to the MSMQ service and achieve complete system compromise without any credentials. The Wiz vulnerability database classifies it as a Use After Free flaw (CWE-416). Organizations should patch immediately or disable MSMQ on systems where the service is not business-critical.

How quickly should organizations patch these vulnerabilities?

Organizations should patch high-severity vulnerabilities like CVE-2024-30080 within days, not weeks. The Verizon 2024 DBIR found organizations take an average of 55 days to remediate 50% of critical vulnerabilities, while threat actors begin exploitation much sooner. Critical infrastructure including domain controllers, Exchange servers, and internet-facing systems require immediate attention. For the 9.8 CVSS MSMQ vulnerability, patch deployment should take priority over extended compatibility testing.

What products require June 2024 security updates?

June 2024 updates affect Windows 10 and Windows 11 client systems, Windows Server editions including 2016, 2019, and 2022, Microsoft Office applications such as Word, Excel, and Outlook, Azure cloud platform services, Microsoft Edge Chromium-based browser, and critical system-level drivers including kernel components. Organizations should inventory all Microsoft products in their environment and verify patch deployment through Windows Update logs, WSUS reporting, or endpoint management consoles using the Get-HotFix PowerShell command.

Can organizations disable MSMQ to mitigate CVE-2024-30080?

Yes, disabling Microsoft Message Queuing provides effective mitigation for CVE-2024-30080 on systems where the service is not required. Many Windows installations have MSMQ enabled by default but do not actively use it. Administrators can stop and disable the service through PowerShell or Services management console. However, some legacy applications depend on MSMQ for inter-process communication, so verify business requirements before disabling. Patching remains the preferred solution for systems requiring MSMQ functionality.

source: news.google.com

#microsoft#patch#cve#windows

Related topics