Index: branches/5.2.x/core/units/categories/categories_event_handler.php =================================================================== diff -u -N -r16713 -r16781 --- branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 16713) +++ branches/5.2.x/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 16781) @@ -1,6 +1,6 @@ getEventParam('page_var'); if ( $page_var !== false ) { - $page = $this->Application->GetVar($page_var); + $page = $this->Application->GetVarFiltered($page_var, false, FILTER_VALIDATE_INT); if ( is_numeric($page) ) { /** @var kDBList $object */