Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 SQL injection attacks
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pnc
Starting Member

20 Posts

Posted - 13 March 2003 :  06:47:32  Show Profile
Is Snitz Forum vulnerable to a SQL injection attacks?
I donīt know how to confirm that a SQL injection attack canīt be a problem to my forum...
Thanks for all
quote:
Madrid, March 10 2003 - In order to facilitate data management, much website
content is now stored in databases. Today's Oxygen3 24h-365d will look at
some flaws in web page design that could allow attackers to foil security
and access confidential information in these databases.

Structured Query Language (SQL) is the most widely used language to interact
with relational databases. One of the most common operations is the
execution of a query in SQL to filter information in the database and return
the requested data. For example, if the following SQL command is executed:

select name, surname from personal where name = 'Bob'

The "name" and "surname" fields from the personal table will be returned
where the "name" field matches 'Bob'.

When designing dynamic web pages it is normal for users to be asked, through
set forms, for search strings to carry out SQL queries. For this reason, a
web form could ask for a user name and password to verify if user data
coincides with that stored in the database, and depending on the result,
allow access to restricted areas.

The problem arises when the form allows the user to enter special
characters, which means that a specially crafted string could be entered
which could modify the SQL query, to the point that access controls could be
skipped and an attacker could access information stored in the database. For
example, one of the most commonly used characters in SQL injection attacks
is the inverted coma (').

The solution to this situation lies in ensuring that the data entered in the
form is rigorously filtered, preventing the use of characters that could
modify SQL queries.

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 13 March 2003 :  06:51:19  Show Profile
do a search on this forum for "SQL Injection", there have been numerous discussions on it.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 13 March 2003 :  06:55:16  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=39726#204922
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=26776
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40672

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

pnc
Starting Member

20 Posts

Posted - 13 March 2003 :  07:11:01  Show Profile
Iīm sorry
Thanks for all
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07