lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 9 May 2007 10:31:14 -0000
From: info@...ellion.com
To: bugtraq@...urityfocus.com
Subject: Re: UPDATED: CubeCart (v3.0.15) - CRLF Injection Vulnerability

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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ