Home / Information / Security patch
February 13 2018

Security patch

celsoft 13 February 2018 Information 3 261
3
The problem: data filtering.

Error in version: 12.1 and less

Severity: high

To fix this issue, open the file engine/classes/parse.class.php and find:
	function clear_url($url) {
		global $config;

below add:
	$url = str_replace(array("{", "}", "[", "]"),array("%7B", "%7D", "%5B", "%5D"), $url);

This fix is for version 12.1 and all versions less that 12.1.

The version 12.1 on our server updated.

Comments

  1. VladimirSukhov (Visitors)

    13 February 2018 07:59 16 comments
    What is the benefit to adding this line?
  2. celsoft (Administrators)

    13 February 2018 18:51 4 033 comments
    Quote: VladimirSukhov
    What is the benefit to adding this line?

    This is a security patch and makes your website safer.
  3. VladimirSukhov (Visitors)

    13 February 2018 20:09 16 comments
    Thanks, I did this perfectly.

Information

Users of Гости are not allowed to comment this publication.

Calendar

«    April 2024    »
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930 

Voting On The Website

Please, rate the engine