Link to home
Start Free TrialLog in
Avatar of swinfosec
swinfosec

asked on

ColdFusion SQL Injection

In Cold Fusion, using <cfquery> is it possible to break out of a sql "IN" clause to perform a sql injection attack, with something other than a select statement as the parameter?

Wiki and google lead me to dead ends, and only mentioned the "like" statement.


I.E. Can I insert, update, delete, etc?
Psuedo code EX.<cfquery>  Select * from example.table where example.arg in (#someid#) </cfquery>

Open in new window

SOLUTION
Avatar of Jones911
Jones911

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of _agx_
_agx_
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of swinfosec
swinfosec

ASKER

Perfect Thanks!

This is what I had indicated to our vendor also, again thanks for reaffirming my initial thoughts.