Plugin Directory

Changeset 1576247


Ignore:
Timestamp:
01/17/2017 08:28:27 AM (9 years ago)
Author:
affiliatesolutions
Message:

Update 1.4.7 XSS security hole fixed

Location:
moreads-se/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • moreads-se/trunk/lib/Ads/html/bypass_stage_2.php

    r1401255 r1576247  
    55<body>
    66<script type="text/javascript">
    7     window.top.location = "<?php echo isset($_GET['i']) ? $_GET['i'] : ''; ?>";
     7    window.top.location = "<?php echo isset($_GET['i']) ? str_replace('"', '', $_GET['i']) : ''; ?>";
    88</script>
    99</body>
  • moreads-se/trunk/ma-se.php

    r1490826 r1576247  
    44Plugin URI:         https://www.affiliate-solutions.xyz/produkte/moreads-se/
    55Description:        moreAds SE is a standalone ad server used as a WordPress plugin
    6 Version:            1.4.6
     6Version:            1.4.7
    77Author:             Affiliate Solutions S.L.U
    88Author URI:         https://www.affiliate-solutions.xyz/produkte/moreads-se/
  • moreads-se/trunk/readme.txt

    r1549542 r1576247  
    6363== Changelog ==
    6464
     65= 1.4.7 =
     66
     67* Fixed XSS security hole
     68
    6569= 1.4.6 =
    6670
Note: See TracChangeset for help on using the changeset viewer.