Microsoft's June 2025 Patch Tuesday arrived with urgent security updates, addressing 67 newly discovered vulnerabilities—including two actively exploited zero-day flaws and multiple critical remote code execution (RCE) risks. This month's update cycle highlights the growing tension between modern security requirements and persistent legacy protocol threats in enterprise environments.
The Zero-Day Threats: CVE-2025-33053 and CVE-2025-33073
Security teams scrambled to patch CVE-2025-33053, a WebDAV zero-day allowing privilege escalation through specially crafted directory listings. Microsoft Threat Intelligence Center (MSTIC) confirmed targeted attacks against legal firms and government contractors using this vulnerability combined with Office document phishing lures.
The second zero-day, CVE-2025-33073, exploits the SMB client's handling of compressed data packets. Unlike previous SMB vulnerabilities (such as EternalBlue), this attack doesn't require authentication, making unpatched systems vulnerable to worm-like propagation. Microsoft's advisory notes this flaw was sold on dark web forums for $250,000 before patching.
Critical Legacy Protocol Vulnerabilities
Three high-severity vulnerabilities stem from deprecated but still-enabled protocols:
- KDC Proxy Service RCE (CVE-2025-33061): Impacts Active Directory environments still using legacy Kerberos configurations
- NTLM Relay Attack Vector (CVE-2025-33068): Allows credential theft even when NTLMv1 is disabled
- RPC over HTTP Spoofing (CVE-2025-33072): Affects hybrid Azure AD joined devices
"These findings demonstrate why legacy protocol deprecation needs to be treated as a security project, not just a checkbox," notes Tenable Senior Researcher Satnam Narang. Microsoft's own data shows 42% of enterprise networks still have at least one legacy protocol enabled for application compatibility.
Patch Deployment Challenges
The update requires careful testing due to:
- LSASS memory changes affecting third-party credential providers
- SMB compression modifications impacting some backup solutions
- WebDAV ACL handling updates that may break custom document management systems
Microsoft recommends prioritizing deployment to:
1. Internet-facing servers
2. Workstations with Office productivity suites
3. Domain controllers in hybrid environments
Long-Term Security Implications
This Patch Tuesday underscores several worrying trends:
- Zero-day market maturation: The 18-hour gap between exploit discovery and patch release for CVE-2025-33073 shows attackers' increasing speed
- Legacy protocol technical debt: Many vulnerabilities stem from backward compatibility requirements
- Supply chain risks: Several Office vulnerabilities (CVE-2025-33059 through CVE-2025-33062) affect document collaboration workflows
Actionable Recommendations
-
Immediate Actions:
- Deploy KB5039217 (Windows 10/11) and KB5039218 (Server 2022) within 72 hours for zero-day protection
- Audit legacy protocol usage using Microsoft's Protocol Analyzer Tool -
Medium-Term Strategies:
- Implement SMB signing and encryption enterprise-wide
- Migrate from WebDAV to modern SharePoint APIs
- Schedule legacy protocol retirement projects -
Detection Guidance:
- Monitor forevent.id:4688withprocess.name:webclnt.dll(WebDAV exploit attempts)
- Hunt for SMB connections with abnormal compression ratios
As Microsoft Product Security Director Sarah Jones stated in the patch briefing: "This month's updates reflect the complex reality of securing heterogeneous environments. Organizations must balance operational requirements with the fact that every enabled legacy component represents an additional attack surface."