|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: UPDATED: CubeCart (v3.0.15) - CRLF Injection Vulnerability
info
devellion.com
Date: Wed May 09 2007 - 05:31:14 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
3.0.16 will be released later today. Simple str_replace to fix in includes/session.inc.php and treatGet function on $_GET['ccUser'].
## remove possible CRLF injection
$sessId = str_replace(array('%0d', '%0a'), '', $sessId);
Please report any potential security issues directly to us in the future rather than making them public immediately.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]