CMS MADE SIMPLE FORGE

Ajax Made Simple

 

[#6699] not properly cleaning input parameters- i'm not sure about severity

avatar
Created By: cleatus mcfarlan (cleatus)
Date Submitted: Mon Jul 25 19:03:08 -0400 2011

Assigned To: Morten Poulsen (silmarillion)
Version: 0.3.1
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
not properly cleaning input parameters- i'm not sure about severity
Detailed Description:
PHP Warning:  WARNING: AjaxMadeSimple is not properly cleaning input params. in
/home/farnsworth/public_html/lib/classes/class.module.inc.php on line 2028


History

Comments
avatar
Date: 2012-04-18 08:40
Posted By: Rolf (rolf1)

CMSMS 1.10.3
AMS 0.3.3

Admin Log "Module is not properly cleaning input params"

Grtz. Rolf
      
avatar
Date: 2013-10-28 16:46
Posted By: Grant O'Neill (gocreative)

I'm having the same problem with CMSMS 1.11.9 and AjaxMadeSimple 0.4.0.
      
avatar
Date: 2013-11-05 16:45
Posted By: Grant O'Neill (gocreative)

Does anyone have any idea how to disable/fix this issue? It's making admin logs
virtually unusable.
      
avatar
Date: 2013-11-05 17:00
Posted By: Grant O'Neill (gocreative)

I made the following change in AjaxMadeSimple.module.php:

function InitializeFrontend() {
    $this->RestrictUnknownParams(); // ADDED THIS
    $this->RegisterModulePlugin();

   // remaining stuff...

}

This seems to work but I'm not sure of any consequences of this change.