ZeroHour
Help Net Securitypublished ()ingested @zeljkazorz1

Microsoft fixes actively exploited Windows CLFS zero-day (CVE-2025-29824)

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2024-49138
Local Privilege Escalation via Heap Overflow in Microsoft Windows CLFS Driver

Microsoft's Windows Common Log File System (CLFS) driver contains a heap-based buffer overflow (CWE-122) that a local attacker can trigger by submitting crafted input to the CLFS component after gaining the ability to run code on the target machine. Successful exploitation overwrites heap memory in the kernel driver and allows the attacker to escalate privileges, typically from an ordinary user account to SYSTEM-level execution. Any Microsoft Windows system is potentially affected; the CISA listing identifies only "Microsoft Windows" and does not enumerate specific versions or builds, and no CVSS score has been published yet. The flaw was added to CISA's Known Exploited Vulnerabilities (KEV) catalog on 2024-12-10, confirming it is being exploited in the wild (ransomware use is unknown), and EPSS assigns a 25.4% probability of exploitation activity within 30 days (98th percentile). No public proof-of-concept is known, but the in-the-wild exploitation means defenders should treat this as an actively used privilege-escalation primitive, often chained after initial access by malware or another exploit.

Do: Apply Microsoft's security update for Windows per vendor instructions, as required by the CISA KEV listing (added 2024-12-10), and verify patch compliance across Windows endpoints. Because this is a local privilege escalation, prioritize hosts where untrusted users or malware execute code, and review telemetry for local code execution followed by unexpected escalation to SYSTEM. No public PoC exists, so detection should rely on vendor advisory guidance and EDR telemetry rather than public exploit signatures.

7.825% KEV PoC ×2
  • Microsoft Windows
masshundreds of millions to 1 billion+ Windows installations (Windows runs on 1B+ active devices)
CVE-2025-26670
Use after free in Windows LDAP - Lightweight Directory Access Protocol allows an unauthorized attacker to execute code over a network.

Use after free in Windows LDAP - Lightweight Directory Access Protocol allows an unauthorized attacker to execute code over a network.

NVD description · AI analysis pending
8.1
group max
11%
  • microsoft windows 10 1507
  • microsoft windows 10 1607
  • microsoft windows 10 1809
  • +1 more
CVE-2025-27480
Use after free in Remote Desktop Gateway Service allows an unauthorized attacker to execute code over a network.

Use after free in Remote Desktop Gateway Service allows an unauthorized attacker to execute code over a network.

NVD description · AI analysis pending
8.112%
  • microsoft windows server 2012
  • microsoft windows server 2016
  • microsoft windows server 2019
  • +1 more
CVE-2025-27482
Sensitive data storage in improperly locked memory in Remote Desktop Gateway Service allows an unauthorized attacker to execute code over a network.

Sensitive data storage in improperly locked memory in Remote Desktop Gateway Service allows an unauthorized attacker to execute code over a network.

NVD description · AI analysis pending
8.12%
  • microsoft windows server 2016
  • microsoft windows server 2019
  • microsoft windows server 2022
  • +1 more
CVE-2025-29824
Use-After-Free Privilege Escalation in Microsoft Windows CLFS Driver (Actively Exploited)

CVE-2025-29824 is a use-after-free flaw (CWE-416) in the Windows Common Log File System (CLFS) kernel driver, scored 7.8 (High) with a local attack vector, low privileges required, and no user interaction. An authorized local attacker can trigger it by interacting with CLFS-managed log files in a way that references freed kernel memory. Successful exploitation elevates the attacker's local privileges, typically to SYSTEM, providing full control of the host that can be chained into ransomware deployment or lateral movement. Any unpatched system running the listed Windows 10, Windows 11, or Windows Server versions is affected. The flaw was exploited as a zero-day — reportedly by Play ransomware — before Microsoft shipped fixes in the April 2025 Patch Tuesday release; it was added to CISA's KEV catalog on 2025-04-08 with known ransomware use, and EPSS estimates a 13.9% probability of continued exploitation over 30 days (96th percentile).

Do: Apply Microsoft's April 2025 Patch Tuesday security updates for your Windows version immediately — the vendor update is the only complete fix, and the flaw is on the KEV list with known ransomware use, so prioritize servers and endpoints used by privileged users. Until patched, limit untrusted local code execution and review hosts for post-exploitation privilege escalation; public detection and mitigation scripts (e.g., Vicarius) are available to help hunt for exploitation. Federal agencies must apply the vendor mitigations per BOD 22-01 deadlines or discontinue use of affected versions.

7.814% KEV ransomware PoC ×2
  • microsoft Windows 10 1507 1507
  • microsoft Windows 10 1607 1607
  • microsoft Windows 10 1809 1809
  • +9 more
massHundreds of millions of Windows devices worldwide
Full article888 words · extracted from helpnetsecurity.com · click to collapse

April 2025 Patch Tuesday is here, and Microsoft has delivered fixes for 120+ vulnerabilities, including a zero-day (CVE-2025-29824) that’s under active attack.

CVE-2025-29824 Patch Tuesday

CVE-2025-29824

CVE-2025-29824 is a user-after-free vulnerability in the Windows Common Log File System (CLFS) that can be – and is being – exploited by attackers to elevate their privileges to SYSTEM on previously compromised Windows machines.

“CLFS is no stranger to Patch Tuesday – since 2022, Microsoft has patched 32 CLFS vulnerabilities, averaging 10 each year, with six exploited in the wild. The last CLFS zero-day flaw exploited in the wild was patched in December 2024 (CVE-2024-49138),” Satnam Narang, senior staff research engineer at Tenable, told Help Net Security, and noted that elevation of privilege flaws in CLFS have become especially popular among ransomware operators over the years.

We don’t know how widespread the attacks involving the exploitation of this vulnerability are, we know only that Microsoft Threat Intelligence Center has been credited with reporting the flaw. Still, that’s enough incentive to prioritize this patch.

CVE-2025-29824 affects a variety of Windows Server and Windows versions, and security updates have been provided for most. “The security update for Windows 10 for x64-based systems and Windows 10 for 32-bit systems are not immediately available,” Microsoft said, and noted that the updates will be released as soon as possible.

“In the absence of a security update, organizations should take proactive steps to mitigate risk,” Ben McCarthy, lead cyber security engineer at Immersive Labs, said.

“Security teams are advised to monitor the CLFS driver closely using EDR/XDR tools. This includes watching for processes interacting with clfs.sys, being spawned by it, or showing anomalous behavior when communicating with other drivers or memory spaces.”

Other vulnerabilities of note

Microsoft has fixed a slew of flaws leading to elevation of privilege (EOP) and remote code execution (RCE).

Among the critical RCE flaws are CVE-2025-26663 and CVE-2025-26670, both unauthenticated user-after-free weaknesses in the Windows Lightweight Directory Access Protocol (LDAP), both requiring an attacker to win a race condition to exploit them, and both triggerable via specially crafted requests sequentially sent to a vulnerable LDAP server.

“Since just about everything can host an LDAP service, there’s a plethora of targets out there. And since no user interaction is involved, these bugs are wormable,” says Dustin Childs, head of threat awareness at Trend Micro’s Zero Day Initiative.

“LDAP really shouldn’t be allowed through your network perimeter, but don’t rely on that alone. Test and deploy these updates quickly – unless you’re running Windows 10. Those patches aren’t available yet.”

Similarly, two RCE vulnerabilities in Windows Remote Desktop Services (RDP) – CVE-2025-27480 and CVE-2025-27482 can be exploited without any user interaction, but the (unauthorized) attacker must first connect to a system with the Remote Desktop Gateway role and trigger a race condition to create an exploitable use-after-free scenario.

Aside from implementing the offered security updates, users would do well to either make RDP unreachable from the internet or reachable only from trusted IP addresses.

Among the “more likely” to be exploited bugs fixed this time around are also:

  • CVE-2025-27472, a flaw allowing attackers to evade Windows Mark of the Web (MotW) bypass defenses
  • CVE-2025-27727, an EOP flaw in the Windows Installer
  • CVE-2025-29809, a vulnerability that can allow authorized attackers to bypass Windows Defender Credential Guard to leak Kerberos (authentication) credentials.

None of these have been patched in Windows 10 for x64-based systems and Windows 10 for 32-bit systems, but those security updates are in the works and will be released as soon as possible.

As a sidenote: Microsoft has planned to end support for driver update synchronization to Windows Server Update Services (WSUS) servers, but changed its mind.

For the time being, “WSUS will continue to synchronize driver updates from the Windows Update service and import them from the Microsoft Update Catalog,” the company said on Monday, but reiterated a call for organizations “to start exploring ways to use alternative in-support technology for better security and productivity.”

UPDATE (April 9, 2025, 07:50 a.m. ET):

CVE-2025-29824, the Windows CLFS zero-day, has been exploited by attackers who first delivered the PipeMagic trojan, then used the zero-day to elevate their privileges on target hosts to SYSTEM, and finally attempted to deliver ransomware to a “small number of targets”, Microsoft’s threat analysts have confirmed.

“The targets include organizations in the information technology (IT) and real estate sectors of the United States, the financial sector in Venezuela, a Spanish software company, and the retail sector in Saudi Arabia,” the analysts added.

They don’t know how the attacker gained initial access to targeted systems, but they noted that the exploit the attackers used for CVE-2025-29824 did not work on Windows 11, version 24H2, even if the vulnerability was present.

UPDATE (April 15, 2025, 04:15 a.m. ET):

Microsoft has updated the advisory for a Windows Process Activation EoP vulnerability (CVE-2025-21204) it fixed to confirm that the new %systemdrive%\inetpub folder created on patched devices is there for a reason.

“This folder should not be deleted regardless of whether Internet Information Services (IIS) is active on the target device. This behavior is part of changes that increase protection and does not require any action from IT admins and end users.”

Subscribe to our breaking news e-mail alert to never miss out on the latest breaches, vulnerabilities and cybersecurity threats. Subscribe here!

Text extracted automatically; images, tables and formatting may be missing. Original: https://www.helpnetsecurity.com/2025/04/08/patch-tuesday-microsoft-zero-day-cve-2025-29824/