Re: UPDATED: CubeCart (v3.0.15) - CRLF Injection Vulnerability

2007-05-09 Thread info
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 futur

UPDATED: CubeCart (v3.0.15) - CRLF Injection Vulnerability

2007-05-07 Thread john
Note to BugTraq: Forgot to tell which files are vulnerable. Sorry! CubeCart (v3.0.15) - CRLF Injection Vulnerability It is possible to set the cookie (prefixed with ccSID) to cause CRLF injection. Vulnerable files: cart.php, index.php HTTP Request: - GET / HTTP/1.0 Accept: */* Use