GET a POST form - possible hack??? (urgent)
Hello, all,
This has created some major concern among the upper echelons. In the web logs, we are seeing something very strange, and we need to know if this is an attack on some sort of CF weakness.
Someone is manually accessing a certain section of the website (this is not a script), filling out a form (all our forms are POST) and submitting it as a POST, but all of the form variables are also being appended to the URL as if it were a GET request.
Sometimes, the POST is submitted to a CFFUNCTION within a CFC (ie, '/components/action.cfc?method=processForm&phone=555-555-1234'), sometimes it is submitted to the components folder, but no CFC is named (ie, '/components/?phone=555-555-1234'), sometimes it is submitted to the index.cfm file that contains the form (ie, submitting to itself.)
The higher-ups are concerned that this might be some sort of new attack. I must admit, it has me wondering, myself.
Has anyone seen/heard of anything like this, before?
V/r,
^_^
