× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Shane,

SQL injection can compromise *any* application, web or not, regardless of framework. If the SQL parameter is passed as a string an appended to a "where" clause for example and isn't checked for length or content then the resulting executed query can be considered SQL injectable. You can do this in a green screen app, fat client or web application.
The issue is how are the SQL parameters passed to the dynamic statement and can the output be used maliciously. That will determine your exposure. Parameterized statements, encoding and other techniques can be used to limit your exposure.

Pete


Shane_Cessna@xxxxxxx wrote:
All:

Has anyone using CGIDEV2 implemented a solution to prevent SQL Injection attacks in your applications? If so, what did you use and how did you do it?

This is one of my security goals for this year in case you're curious.

Shane Cessna
Senior Programmer
North American Lighting, Inc.
217.465.6600 x7776

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.