-
Notifications
You must be signed in to change notification settings - Fork 105
/
7z_CVE-2022-29072.yml
29 lines (29 loc) · 1.01 KB
/
7z_CVE-2022-29072.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
title: Exploitation of 7zip vulnerability - CVE-2022-29072
description: Detects possible exploitation vulnerability CVE-2022-29072. This vulnerability is due to 7z.dll misconfiguration. When a .7z file is placed in the Help > Contents area of the current Windows version 21.07, anyone with access to the host can elevate privileges. The command creates a child process of 7zFM.exe.
status: experimental
date: 2022/04/18
author: \@kostastsale
references:
- https://github.com/kagancapar/CVE-2022-29072
logsource:
category: process_creation
product: windows
detection:
selection1:
Image|endswith:
- 'cmd.exe'
- 'powershell.exe'
ParentImage|endswith:
- '7zFM.exe'
filter:
CommandLine|endswith:
- '.bat'
- '.cmd'
- '.ps1'
condition: selection1 and not filter
falsepositives:
- Some false positives could exist but unlikely
level: high
tags:
- attack.Exploitation for Privilege Escalation
- attack.T1068