cbcvebase.
CVE-2023-29324
published 2023-05-09

CVE-2023-29324: Windows MSHTML Platform Security Feature Bypass Vulnerability

PriorityP277medium6.5CVSS 3.1
AVNACLPRNUINSUCNILAL
ITWVulnCheck KEV
Exploited in the wild
EPSS
2.84%
85.1th percentile
Windows MSHTML Platform Security Feature Bypass Vulnerability

Affected

41 ranges· showing 25
VendorProductVersion rangeFixed in
microsoftwindows_10_1507< 10.0.10240.1992610.0.10240.19926
microsoftwindows_10_1607< 10.0.14393.592110.0.14393.5921
microsoftwindows_10_1809< 10.0.17763.437710.0.17763.4377
microsoftwindows_10_20h2< 10.0.19042.296510.0.19042.2965
microsoftwindows_10_21h2< 10.0.19044.296510.0.19044.2965
microsoftwindows_10_22h2< 10.0.19045.296510.0.19045.2965
microsoftwindows_10_version_1507>= 10.0.10240.0 < 10.0.10240.1992610.0.10240.19926
microsoftwindows_10_version_1607>= 10.0.14393.0 < 10.0.14393.592110.0.14393.5921
microsoftwindows_10_version_1809>= 10.0.0 < 10.0.17763.437710.0.17763.4377
microsoftwindows_10_version_1809>= 10.0.17763.0 < 10.0.17763.437710.0.17763.4377
microsoftwindows_10_version_20h2>= 10.0.0 < 10.0.19042.296510.0.19042.2965
microsoftwindows_10_version_21h2>= 10.0.19043.0 < 10.0.19044.296510.0.19044.2965
microsoftwindows_10_version_22h2>= 10.0.19045.0 < 10.0.19045.296510.0.19045.2965
microsoftwindows_11_21h2< 10.0.22000.193610.0.22000.1936
microsoftwindows_11_22h2< 10.0.22000.170210.0.22000.1702
microsoftwindows_11_version_21h2>= 10.0.0 < 10.0.22000.193610.0.22000.1936
microsoftwindows_11_version_22h2>= 10.0.22621.0 < 10.0.22621.170210.0.22621.1702
microsoftwindows_server_2008
microsoftwindows_server_2008_r2_service_pack_1>= 6.1.7601.0 < 6.1.7601.265196.1.7601.26519
microsoftwindows_server_2008_service_pack_2>= 6.0.6003.0 < 6.0.6003.220706.0.6003.22070
microsoftwindows_server_2012
microsoftwindows_server_2012>= 6.2.9200.0 < 6.2.9200.242666.2.9200.24266
microsoftwindows_server_2012_r2>= 6.3.9600.0 < 6.3.9600.209696.3.9600.20969
microsoftwindows_server_2016>= 10.0.14393.0 < 10.0.14393.592110.0.14393.5921
microsoftwindows_server_2019>= 10.0.17763.0 < 10.0.17763.437710.0.17763.4377

Detection & IOCsextracted from sources · hover to see the quote

ip5.199.162.132
ip101.255.119.42
ip181.209.99.204
ip213.32.252.221
ip168.205.200.55
ip69.162.253.21
ip185.132.17.160
ip69.51.2.106
ip113.160.234.229
ip85.195.206.7
path\\5.199.162.132\SCW
path\\101.255.119.42\event\2431
path\\101.255.119.42\mail\a5b3553d
path\\213.32.252.221\silence
path\\168.205.200.55\test
path\\213.32.252.221\fwd
path\\69.162.253.21\pets
path\\185.132.17.160\aojv43
path\\69.51.2.106\report
path\\113.160.234.229\istanbul
path\\85.195.206.7\lrmng
port445
filenameлист.eml
filenameHappy Birthday..msg
filenameCelebration.msg
filenameInformation!.msg
filenameSilence..eml
filenameTicaret.msg
filenameAlarms!.msg
filenameReport.eml
  • CVE-2023-29324 is a bypass of the CVE-2023-23397 patch achieved by forging the malicious UNC path with a particular format; monitor Outlook MAPI extended properties (PidLidReminderFileParameter) for UNC paths containing unusual formatting such as appended '@80', '@SSL@443', or dotless hostnames that force WebDAV instead of SMB.
  • Detect outbound SMB (port 445) connections from Outlook client processes to external/internet IP addresses, which indicates exploitation of CVE-2023-23397 / CVE-2023-29324 UNC path injection.
  • Monitor for WebDAV connections from Outlook that use dotless hostnames or hostnames with '@' appended (e.g., hostname@80 or hostname@SSL@443), as these are bypass techniques to force WebDAV and exploit patched clients via CVE-2023-29324.
  • Hunt for MSG, EML, or TNEF-format email attachments containing extended MAPI properties with UNC paths pointing to external IPs; the exploit does not require user interaction beyond receiving the message if the reminder is already expired.
  • Block and alert on outbound connections to ports 135 and 445 from all inbound IP addresses as a mitigation/detection measure for CVE-2023-23397 and CVE-2023-29324 exploitation.
  • Use Microsoft's published script to check Exchange users for targeting indicators; also monitor for unexpected Outlook mailbox permission changes which indicate post-exploitation lateral movement following credential theft.
  • ·The CVE-2023-23397 patch (and thus the CVE-2023-29324 bypass) only affects Microsoft Outlook for Windows; Outlook for Android, iOS, macOS, and Outlook on the web are NOT affected.
  • ·UNC paths pointing to INTRANET or TRUSTED local zones can still be abused even on a client patched for CVE-2023-23397, because MapUrlToZone() honors those zones; CVE-2023-29324 exploits this by crafting UNC paths that are misclassified as local/trusted.
  • ·WebDAV-based UNC paths do NOT leak Net-NTLMv2 hashes to external entities under normal conditions, but local WebDAV exploitability is possible on patched clients via CVE-2023-29324 using dotless hostnames or '@'-appended hostnames.

CVSS provenance

nvdv3.16.5MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
vulncheck6.5MEDIUM
vendor_msrc6.5MEDIUM
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.