treewood (OpenSolution)2007-07-19 10:03 | User Prometheus send us info that there is exploit for Quick.Cart v2.2 (http://secunia.com/advisories/25513/)
if( isset( $_COOKIE['sLanguage'] ) )
Change to:
if( isset( $_COOKIE['sLanguage'] ) && strlen( $_COOKIE['sLanguage'] ) == 2 )
|
theaxe2007-09-22 21:11 | Hi, |
eauman2007-11-18 21:16 | Hi, EauMan |
merci2007-11-19 08:38 | eauman - this exploit is about languages selection, but in v1.4 there were no languages, so it doesn't concern this version. |
eauman2007-11-19 21:31 | Thanks for the update EauMan |