cbcvebase.
CVE-2024-49138
published 2024-12-12

CVE-2024-49138: Windows Common Log File System Driver Elevation of Privilege Vulnerability

PriorityP185high7.8CVSS 3.1
AVLACLPRLUINSUCHIHAH
KEVITWEXPLOIT
CISA Known Exploited Vulnerabilitydue 2024-12-31
Exploited in the wild
EPSS
25.41%
97.7th percentile
Windows Common Log File System Driver Elevation of Privilege Vulnerability

Affected

48 ranges· showing 25
VendorProductVersion rangeFixed in
microsoftwindows_10_1507< 10.0.10240.2085710.0.10240.20857
microsoftwindows_10_1607< 10.0.14393.760610.0.14393.7606
microsoftwindows_10_1809< 10.0.17763.665910.0.17763.6659
microsoftwindows_10_21h2< 10.0.19044.524710.0.19044.5247
microsoftwindows_10_22h2< 10.0.19045.524710.0.19045.5247
microsoftwindows_10_version_1507>= 10.0.10240.0 < 10.0.10240.2085710.0.10240.20857
microsoftwindows_10_version_1607>= 10.0.14393.0 < 10.0.14393.760610.0.14393.7606
microsoftwindows_10_version_1809>= 10.0.17763.0 < 10.0.17763.665910.0.17763.6659
microsoftwindows_10_version_21h2>= 10.0.19043.0 < 10.0.19044.524710.0.19044.5247
microsoftwindows_10_version_22h2>= 10.0.19045.0 < 10.0.19045.524710.0.19045.5247
microsoftwindows_11_22h2< 10.0.22621.460210.0.22621.4602
microsoftwindows_11_23h2< 10.0.22631.460210.0.22631.4602
microsoftwindows_11_24h2< 10.0.26100.260510.0.26100.2605
microsoftwindows_11_version_22h2>= 10.0.22621.0 < 10.0.22621.460210.0.22621.4602
microsoftwindows_11_version_22h3>= 10.0.22631.0 < 10.0.22631.460210.0.22631.4602
microsoftwindows_11_version_23h2>= 10.0.22631.0 < 10.0.22631.460210.0.22631.4602
microsoftwindows_11_version_24h2>= 10.0.26100.0 < 10.0.26100.260510.0.26100.2605
microsoftwindows_server_2008
microsoftwindows_server_2008
microsoftwindows_server_2008_r2_service_pack_1>= 6.1.7601.0 < 6.1.7601.274676.1.7601.27467
microsoftwindows_server_2008_service_pack_2>= 6.0.6003.0 < 6.0.6003.230166.0.6003.23016
microsoftwindows_server_2012
microsoftwindows_server_2012>= 6.2.9200.0 < 6.2.9200.252226.2.9200.25222
microsoftwindows_server_2012_r2>= 6.3.9600.0 < 6.3.9600.223186.3.9600.22318
microsoftwindows_server_2016< 10.0.14393.760610.0.14393.7606

Detection & IOCsextracted from sources · hover to see the quote

processclfs.sys
  • Monitor for creation of CLFS Base Log File (.blf) and container files under attacker-controlled directories (e.g., C:\temp\testlog\) by non-system processes, which is a pattern used in the CVE-2024-49138 proof-of-concept exploit.
  • Detect calls to CreateLogFile and AddLogContainer Win32 APIs (Clfsw32.lib) from unexpected user-mode processes, as the exploit uses these to set up the CLFS heap-based buffer overflow trigger.
  • Alert on NtQuerySystemInformation (SystemHandleInformation class 0x10) followed by NtReadVirtualMemory/NtWriteVirtualMemory against the kernel handle (-1) from the same process — a pattern used by the exploit to locate and overwrite kernel structures (KTHREAD.PreviousMode, token).
  • The exploit targets KTHREAD.PreviousMode (offset 0x232) and TOKEN offset (0x4b8) in EPROCESS; monitor for unexpected privilege escalation to SYSTEM from authenticated low-privileged processes on Windows endpoints, consistent with ransomware pre-deployment activity.
  • The vulnerability is a heap-based buffer overflow in the CLFS driver; monitor for kernel pool corruption events or unexpected SYSTEM-level child processes spawned from authenticated user sessions on unpatched Windows systems (patch deadline was 2024-12-31 per CISA KEV).
  • ·The exploit hardcodes kernel offsets (POFXPROCESSORNOTIFICATION, DBGKPTRIAGEDUMPRESTORESTATE, PSACTIVEPROCESSHEAD, ACTIVEPROCESSLINKS, UNIQUEPROCESSID, TOKEN, KTHREAD offsets) specific to Windows 11 23H2; these offsets will differ on other Windows versions, limiting direct reuse of the PoC across all affected platforms.

CVSS provenance

nvdv3.17.8HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vulncheck7.8HIGH
cisa7.8HIGH
vendor_msrc7.8HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.