Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Closed Thread
Results 1 to 4 of 4

Thread: SQL injection vulnerabilities

  1. #1
    gkd_uk is offline Super Moderator gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of
    Join Date
    Mar 2007
    Location
    UK
    Posts
    2,550

    Default SQL injection vulnerabilities

    Hi

    I have been reading about SQL injection vulnerabilities. How can one stay protected from these kinds of attacks and what is the worst a hacker can do if he applies one of these attacks?

    I also heard that hosting companie are not responsible for these kinds of attacks, is this true?

    Thanks

  2. #2
    gkd_uk is offline Super Moderator gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of
    Join Date
    Mar 2007
    Location
    UK
    Posts
    2,550

    Default

    SQL Injection: What is it?

    SQL Injection is one of the many web attack mechanisms used by hackers to steal data from organizations. It is perhaps one of the most common application layer attack techniques used today. It is the type of attack that takes advantage of improper coding of your web applications that allows hacker to inject SQL commands into say a login form to allow them to gain access to the data held within your database.

    In essence, SQL Injection arises because the fields available for user input allow SQL statements to pass through and query the database directly.

    SQL Injection: An In-depth Explanation

    Web applications allow legitimate website visitors to submit and retrieve data to/from a database over the Internet using their preferred web browser. Databases are central to modern websites – they store data needed for websites to deliver specific content to visitors and render information to customers, suppliers, employees and a host of stakeholders. User credentials, financial and payment information, company statistics may all be resident within a database and accessed by legitimate users through off-the-shelf and custom web applications. Web applications and databases allow you to regularly run your business.

    SQL Injection is the hacking technique which attempts to pass SQL commands (statements) through a web application for execution by the backend database. If not sanitized properly, web applications may result in SQL Injection attacks that allow hackers to view information from the database and/or even wipe it out.

    Such features as login pages, support and product request forms, feedback forms, search pages, shopping carts and the general delivery of dynamic content, shape modern websites and provide businesses with the means necessary to communicate with prospects and customers. These website features are all examples of web applications which may be either purchase d off-the-shelf or developed as bespoke programs.

    These website features are all susceptible to SQL Injection attacks which arise because the fields available for user input allow SQL statements to pass through and query the database directly.

    SQL Injection: A Simple Example

    Take a simple login page where a legitimate user would enter his username and password combination to enter a secure area to view his personal details or upload his comments in a forum.

    When the legitimate user submits his details, an SQL query is generated from these details and submitted to the database for verification. If valid, the user is allowed access. In other words, the web application that controls the login page will communicate with the database through a series of planned commands so as to verify the username and password combination. On verification, the legitimate user is granted appropriate access.

    Through SQL Injection, the hacker may input specifically crafted SQL commands with the intent of bypassing the login form barrier and seeing what lies behind it. This is only possible if the inputs are not properly sanitised (i.e., made invulnerable) and sent directly with the SQL query to the database. SQL Injection vulnerabilities provide the means for a hacker to communicate directly to the database.

    The technologies vulnerable to this attack are dynamic script languages including ASP, ASP.NET, PHP, JSP, and CGI. All an attacker needs to perform an SQL Injection hacking attack is a web browser, knowledge of SQL queries and creative guess work to important table and field names. The sheer simplicity of SQL Injection has fuelled its popularity.

    Read more

  3. #3
    gkd_uk is offline Super Moderator gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of gkd_uk has much to be proud of
    Join Date
    Mar 2007
    Location
    UK
    Posts
    2,550

    Default

    Just to let you know that hosting companies are not repsonsible for securing SQL Injections. Get in touch with the Script developer who may be able to provide you with a fix if required.

  4. #4
    temi's Avatar
    temi is offline Facilitator temi is just really nice temi is just really nice temi is just really nice temi is just really nice temi is just really nice
    Join Date
    Jun 2003
    Location
    London, England.
    Posts
    10,304

    Default

    Yes, its really not the hosting companies fault, its the application developers

    * Build a shopping cart for your business with eCommerce software UK
    * BossCart.com can build you a.
    Register your domain names at Velnet
    ::
    Add Eco sites to The Green Directory free of charge.
    Use LBS Free PHP Directory Script . Web Hosting Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Serious vulnerabilities found in firefox
    By temi in forum General Webmaster Talk
    Replies: 5
    Last Post: 05-13-2005, 08:55 PM
  2. Microsoft Exchange Outlook Web Access Script Injection Vulne
    By ovi in forum Computer and Software Forum
    Replies: 0
    Last Post: 09-12-2004, 03:12 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124