nuclei-templates/cves/2021/CVE-2021-21389.yaml

33 lines
723 B
YAML
Raw Normal View History

2021-06-21 05:33:14 +00:00
id: CVE-2021-21389
info:
name: REST API Privilege Escalation to RCE
author: lotusdll
severity: critical
2021-06-22 12:12:35 +00:00
description: The BuddyPress WordPress plugin was affected by an REST API Privilege Escalation to RCE
2021-06-21 05:33:14 +00:00
reference: |
- https://github.com/HoangKien1020/CVE-2021-21389
tags: cve,cve21,wordpress,wp-plugin,rce
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/buddypress/readme.txt'
2021-06-21 05:33:14 +00:00
matchers-condition: and
matchers:
- type: status
status:
- 200
2021-06-21 05:33:14 +00:00
- type: word
words:
- "BuddyPress"
part: body
- type: regex
regex:
2021-06-22 12:12:35 +00:00
- 'Stable tag: ([5-6]\.[0-9]\.[0-9\.]+|7\.[0-1]\.[0-9])'
2021-06-21 05:33:14 +00:00
part: body