Forum
Welcome, Guest
Please Login to access forum.
message log indicating attempt to disable memory by JSitemap (1 viewing) 
Go to bottom
TOPIC: message log indicating attempt to disable memory by JSitemap
#5748
Graham
Fresh Boarder
Posts: 2
User Offline
message log indicating attempt to disable memory by JSitemap Karma: 0  
Hi All
In the server message log (var/log/messages) I see a lot of the following:

ALERT - script tried to disable memory_limit by setting it to a negative value -1 bytes which is not allowed (attacker 'xx.xxx.xx.xx', file '/xxx/xxxx/public_html/home/components/com_jmap/jmap.php', line 14)

jmap.php reads:
Code:

if($cParams->get('resources_limit_management', 1)) { ini_set('memory_limit', '-1'); ini_set('max_execution_time', 0); ini_set('pcre.backtrack_limit', -1);
Any thoughts?
 
Logged Logged  
  The administrator has disabled public write access.
Go to top