![]() |
![]() |
|
November 20, 2003SOAP Data Injection AttacksSPI has released a paper on attacking web services using SOAP, showing how to use injection techniques to taint workflow and attack weak implementations. I have never liked SOAP (mostly because of its complexity wrapped up in XML) and papers like this show how data injection techniques are just as easy with SOAP envelopes as they are with traditional techniques. Happy reading! Posted by SilverStr at November 20, 2003 08:33 PM | TrackBackComments
I like that somebody is actually taking the time to try and get around SOAP. But, what they are describing is really no different then that other article you linked to about using CGI GET/POST argument tainting techniques to inject things into SQL. Fortunately, the SOAP system I use does automatic parameter binding into the SQL... so some l33t haxor can put strange characters in the string field to his heart's content, and get no where. About a year ago we rewrote a telnet server as a cgi-script that consumed a web server. But, performance was so bad, that we just rewrote it to use straight DBI. When running under mod_perl (on Apache2 for win32) it's lightening fast. Web Services has tons of benefits, but it definetly has a higher level of complexity and overhead. So the key is knowing when to use it (system integration, middleware, etc) and not so much for straight application development. I've got some thoughts and links about SOAP Security at: http://www.nyetwork.org/wiki/SOAPSecurity Posted by: Wim at November 21, 2003 12:24 AM |
![]() ![]()
My 5 Favorite Books
Writing Secure Code
Secure Programming Cookbook Security Engineering Secure Coding Principles & Practice Inside the Security Mind ![]()
My 5 Favorite Papers
Smashing the Stack
Penetration Studies Covert Channel Analysis of Trusted Systems DoD Trusted Computer System Evaluation Criteria NSA Security Recommendation Guides ![]()
Archives
December 2005
November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 February 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 October 2003 September 2003 August 2003 July 2003 June 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 October 2002 September 2002 August 2002 July 2002 ![]() |
|