Skip to content

Commit

Permalink
fix: FPs with ASD
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Dec 3, 2024
1 parent abc8f87 commit fa9984c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yara/expl_outlook_cve_2023_23397.yar
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rule SUSP_EXPL_Msg_CVE_2023_23397_Mar23 {
description = "MSG file with a PidLidReminderFileParameter property, potentially exploiting CVE-2023-23397"
author = "delivr.to, modified by Florian Roth, Nils Kuhnert, Arnim Rupp, [email protected]"
date = "2023-03-15"
modified = "2023-03-17"
modified = "2024-12-03"
score = 60
reference = "https://www.mdsec.co.uk/2023/03/exploiting-cve-2023-23397-microsoft-outlook-elevation-of-privilege-vulnerability/"
hash = "47fee24586cd2858cfff2dd7a4e76dc95eb44c8506791ccc2d59c837786eafe3"
Expand All @@ -27,6 +27,8 @@ rule SUSP_EXPL_Msg_CVE_2023_23397_Mar23 {
$u1 = { 00 00 5C 00 5C 00 }
/* not MSI */
$fp_msi1 = {84 10 0C 00 00 00 00 00 C0 00 00 00 00 00 00 46}
/* not ASD */
$fp_asd = "theme/theme1.xml"
condition:
uint32be(0) == 0xD0CF11E0
and uint32be(4) == 0xA1B11AE1
Expand Down

0 comments on commit fa9984c

Please sign in to comment.