phpBMS

Show
Ignore:
Timestamp:
01/01/10 23:10:02 (2 years ago)
Author:
brieb
Message:
  • Fixed several SQL injection vulnerabilities
  • Fixed several XSS vulnerabilities due to PHP_SELF and REQUREST_URI
  • Fixed severa path disclosure errors
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/report/general_labels.php

    r703 r704  
    144144 
    145145        ?> 
    146         <form action="<?php echo str_replace("&", "&amp;", $_SERVER["REQUEST_URI"])?>" method="post" name="print_form"> 
     146        <form action="<?php echo htmlentities($_SERVER["REQUEST_URI"])?>" method="post" name="print_form"> 
    147147            <div class="bodyline" id="reportOptions"> 
    148148 
     
    475475 
    476476    $report = new pdfLabels($db, $_GET["rid"], $_GET["tid"]); 
    477      
     477 
    478478    if(!isset($_POST["skipLabels"])) 
    479479        $report->displaySkipLabels(); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.