|
XLPortal 'index.php' SQL Injection Vulnerability
Solution: The vendor has posted a forum page describing a fix for this issue. The vendor recommends changing the file 'engine/kernel/session.php'. Change the following line: $this->post[$key] = htmlspecialchars(@stripslashes($value)); to: $this->post[$key] = htmlspecialchars(mysql_real_escape_string($value)); Please see the references for more information on fixing affected packages. |
|
|
Privacy Statement |