Skip to content

Commit fa9984c

Browse files
committed
fix: FPs with ASD
1 parent abc8f87 commit fa9984c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

yara/expl_outlook_cve_2023_23397.yar

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rule SUSP_EXPL_Msg_CVE_2023_23397_Mar23 {
33
description = "MSG file with a PidLidReminderFileParameter property, potentially exploiting CVE-2023-23397"
44
author = "delivr.to, modified by Florian Roth, Nils Kuhnert, Arnim Rupp, [email protected]"
55
date = "2023-03-15"
6-
modified = "2023-03-17"
6+
modified = "2024-12-03"
77
score = 60
88
reference = "https://www.mdsec.co.uk/2023/03/exploiting-cve-2023-23397-microsoft-outlook-elevation-of-privilege-vulnerability/"
99
hash = "47fee24586cd2858cfff2dd7a4e76dc95eb44c8506791ccc2d59c837786eafe3"
@@ -27,6 +27,8 @@ rule SUSP_EXPL_Msg_CVE_2023_23397_Mar23 {
2727
$u1 = { 00 00 5C 00 5C 00 }
2828
/* not MSI */
2929
$fp_msi1 = {84 10 0C 00 00 00 00 00 C0 00 00 00 00 00 00 46}
30+
/* not ASD */
31+
$fp_asd = "theme/theme1.xml"
3032
condition:
3133
uint32be(0) == 0xD0CF11E0
3234
and uint32be(4) == 0xA1B11AE1

0 commit comments

Comments
 (0)