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/modules/recurringinvoices/invoices_recurrence.php

    r702 r704  
    150150        $phpbms->showTabs("invoices entry","tab:d303321e-7ff5-fe4b-29ec-fe3eb0305576",$_GET["id"]); 
    151151?><div class="bodyline"> 
    152 <form action="<?php echo $_SERVER["REQUEST_URI"] ?>" 
     152<form action="<?php echo htmlentities($_SERVER["REQUEST_URI"]) ?>" 
    153153        method="post" name="record" id="record" 
    154154        onsubmit="return false;"> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.