<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Web Hosting Geeks&#039; Blog &#187; cross site scripting</title> <atom:link href="http://webhostinggeeks.com/blog/tag/cross-site-scripting/feed/" rel="self" type="application/rss+xml" /><link>http://webhostinggeeks.com/blog</link> <description>Web Hosting Industry News, Latest Trends, and Analyses.</description> <lastBuildDate>Thu, 09 Feb 2012 05:48:19 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Authentication Hacking: Is Your Site Vulnerable?</title><link>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/</link> <comments>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/#comments</comments> <pubDate>Thu, 26 Nov 2009 17:12:53 +0000</pubDate> <dc:creator>Art</dc:creator> <category><![CDATA[Security Issues]]></category> <category><![CDATA[authentication hacking]]></category> <category><![CDATA[Brutus]]></category> <category><![CDATA[cross site forgery]]></category> <category><![CDATA[cross site scripting]]></category> <category><![CDATA[exploitation]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[hacking techniques]]></category> <category><![CDATA[login credentials]]></category> <category><![CDATA[securing a website]]></category> <category><![CDATA[security hole]]></category> <category><![CDATA[SQL injection]]></category> <category><![CDATA[WebCracker]]></category><guid
isPermaLink="false">http://webhostinggeeks.com/blog/?p=637</guid> <description><![CDATA[Authentication plays an important part in securing a website and its applications.  It works by authenticating and verifying a user’s identity and then either denying or providing them with specific privileges to a system based on the username and password they enter against the established credentials.  Though it adds an extra layer of protection, authentication [...]]]></description> <content:encoded><![CDATA[<p
align="left">Authentication plays an important part in securing a website and its applications.  It works by authenticating and verifying a user’s identity and then either denying or providing them with specific privileges to a system based on the username and password they enter against the established credentials.  Though it adds an extra layer of protection, authentication is quite vulnerable to exploitation.  In most cases, this type of attack does not originate from a security hole in the web server or operating system software.  It actually targets weak passwords and vulnerable areas of the network itself.</p><p
align="left"><p
align="left">By successfully hacking the authentication session, an attacker can log into the system as a known and valid user, which provides them with whatever privileges the victimized user has been assigned by the administrator.  This means that the intruder could only have access to certain information, or global access across the entire system, the latter of which could possibly give them control of the application or website itself.  At this point, the attacker can stir up a lot of trouble.</p><p
align="left"><p
align="left"><strong>Tools of the Trade </strong></p><p
align="left"><p
align="left">Most attackers attempt to gain access via the application’s login screen that requests a username and password to enter the system.  This calls for them to match the correct login credentials that application recognizes as valid and hopefully has the highest level of privileges in the system.  While this is not the most sophisticated attack, password cracking can prove to be one of the most effective methods a hacker uses to cripple an authentication scheme.  This common technique can be executed manually or automatically with special software, which makes guessing the password much easier.</p><p
align="left"><p
align="left">If the attacker has no success at password guessing, their next step usually involves automated tools such as Brutus and WebCracker, which unfortunately, are widely available on the web.  These custom applications are designed to defeat authentication and penetrate the target system using a list of predefined usernames and passwords.  However, they are best known for employing dictionary attacks and brute force.  Hence the name, a dictionary attack utilizes a pre-formulated list of common words in a dictionary to compromise web applications, trying thousands of combinations to determine the correct username and password.  Brute force is a technique used to break a cryptographic scheme by consistently trying a large number and  sometimes all, possible keys to decrypt an encrypted password.  Both have proven to be very effective at guessing weak passwords and bypassing authentication.</p><p
align="left"><p
align="left"><strong>Prevention and Protection</strong></p><p
align="left"><p
align="left">Stopping an authentication attack can be very difficult.  Especially when factoring in all the sophisticated hacking techniques and tools on the black market.  Fortunately, there is a way to test the strength and overall effectiveness of your authentication methods.  One of the most reliable is authentication testing, a feature commonly found in web vulnerability scanners.  These applications are generally easy to use and configure for automatically testing all the applications within your site that require authentication.  Furthermore, most also scan for other common exploits such as SQL injection, cross site scripting and cross site forgery.</p><p
align="left"><p
align="left"><h3  class="related_post_title">Related posts:</h3><ul
class="related_post"><li>December 29, 2008 &ndash; <a
href="http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/" title="Browsers Aiding in Website Attacks ">Browsers Aiding in Website Attacks </a></li><li>October 16, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/10/16/major-threats-to-business-website-security/" title="Major Threats to Business Website Security ">Major Threats to Business Website Security </a></li><li>January 13, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/01/13/how-to-find-secure-shared-hosting/" title="How to Find Secure Shared Hosting ">How to Find Secure Shared Hosting </a></li><li>March 18, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/03/18/securing-windows-for-web-hosting-safety/" title="Securing Windows for Web Hosting Safety">Securing Windows for Web Hosting Safety</a></li><li>June 28, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/06/28/shared-hosting-and-site-downtime/" title="Shared Hosting and Site Downtime ">Shared Hosting and Site Downtime </a></li><li>May 5, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/05/05/healthy-website-security-practices/" title="Healthy Website Security Practices ">Healthy Website Security Practices </a></li><li>February 1, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/02/01/false-user-authentication-a-common-hacking-tactic/" title="False User Authentication: A Common Hacking Tactic">False User Authentication: A Common Hacking Tactic</a></li><li>December 30, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/12/30/five-simple-website-safety-tips/" title="Five Simple Website Safety Tips ">Five Simple Website Safety Tips </a></li><li>July 20, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/07/20/hack-proofing-your-dedicated-server/" title="Hack-Proofing Your Dedicated Server ">Hack-Proofing Your Dedicated Server </a></li><li>April 14, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/04/14/is-your-business-website-secure/" title="Is Your Business Website Secure?  ">Is Your Business Website Secure? </a></li></ul>]]></content:encoded> <wfw:commentRss>http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Major Threats to Business Website Security</title><link>http://webhostinggeeks.com/blog/2009/10/16/major-threats-to-business-website-security/</link> <comments>http://webhostinggeeks.com/blog/2009/10/16/major-threats-to-business-website-security/#comments</comments> <pubDate>Fri, 16 Oct 2009 15:57:55 +0000</pubDate> <dc:creator>Art</dc:creator> <category><![CDATA[Security Issues]]></category> <category><![CDATA[anti-virus software]]></category> <category><![CDATA[business website security]]></category> <category><![CDATA[CRLF injection]]></category> <category><![CDATA[cross site scripting]]></category> <category><![CDATA[data restoration]]></category> <category><![CDATA[hackers]]></category> <category><![CDATA[SQL injection]]></category> <category><![CDATA[StopBadware]]></category> <category><![CDATA[website security]]></category><guid
isPermaLink="false">http://webhostinggeeks.com/blog/?p=577</guid> <description><![CDATA[Any organization would find it irresponsible and downright silly to not have anti-virus software installed on their office systems.  Most would also have solutions in place to compensate for data restoration should their be a hardware failure or disaster caused by some sort of natural disaster.  Surprisingly enough, far two many business owners are unaware [...]]]></description> <content:encoded><![CDATA[<p
align="left">Any organization would find it irresponsible and downright silly to not have anti-virus software installed on their office systems.  Most would also have solutions in place to compensate for data restoration should their be a hardware failure or disaster caused by some sort of natural disaster.  Surprisingly enough, far two many business owners are unaware that their websites are vulnerable to the same type of attacks as their local machines.  This is especially the case in shared and virtual environments where a multitude of sites are running on the same server.</p><p
align="left"><p
align="left">In May 2007, more than 90,000 sites were compromised by hackers, a large scale exploit designed to illegally install malicious code on the computers of visitors who clicked on seemingly harmless search results.  A StopBadware study showed that an estimated 10% of those compromised sites were maintained by one hosting firm in particular, which accounted for 250,000 infectious websites.  This is just one of many examples that prove no website is ever as safe as we might think.</p><p
align="left"><p
align="left"><strong>Common Threats to Business Websites </strong></p><p
align="left"><p
align="left">Hackers employ several methods and tricks to exploit websites.  Below we will focus on three that are most commonly used to attack business sites: SQL injection, cross site scripting and CRLF injection.</p><p
align="left"><p
align="left"><strong>SQL Injection </strong></p><p
align="left"><p
align="left">SQL injection is by far one of the most popular website attacks employed today.  This technique primarily works by sending false or malicious requests to a back-end database to manipulate the information it contains.  By doing so, the attacker can view whatever information is stored in the database, change it, or erase it completely.  Most websites would not exist without the presence of databases but unfortunately, any site that features shopping carts, search fields, and any type of web form is susceptible to SQL injection.  The fields that require interaction from your visitors and customers could open up the door a hacker needs to thieve sensitive data and destroy your company.</p><p
align="left"><p
align="left"><strong>Cross Site Scripting </strong></p><p
align="left"><p
align="left">Cross site scripting is another common attack that exploits holes in dynamic websites.  Dynamic pages can allow an attacker to insert malicious code and trick an end-user into running a harmful script on their computer.  If the user executes the code, the hacker could gain access to all of the sensitive information on their local machine.  Cross site scripting takes advantage of numerous programming technologies including Active X, Flash, Javascript and VBScript.</p><p
align="left"><p
align="left"><strong>CLRF Injection </strong></p><p
align="left"><p
align="left">Unlike most exploits, CLRF injection does not take advantage of security vulnerabilities in the operating system or web software.  Instead, it exploits the manner in which the application was scripted.  For instance, an attacker can insert a statement into a web form along with code from CR (Carriage Return) and LF (Line Feed) characters.  The chance for exploit arises when the application mistakes this injection for a CLRF used in the initial development stage.  This attack is very dangerous as it has the power to disable an entire website.</p><p
align="left"><p
align="left">This article is not aimed to make you a website security expert, but make you aware that security for your business site should be equally important as your local machines.  To assume that your business will never be exploited only exposes you to unnecessary risks that could put you out of commission effective immediately.</p><p
align="left"><h3  class="related_post_title">Related posts:</h3><ul
class="related_post"><li>January 13, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/01/13/how-to-find-secure-shared-hosting/" title="How to Find Secure Shared Hosting ">How to Find Secure Shared Hosting </a></li><li>May 5, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/05/05/healthy-website-security-practices/" title="Healthy Website Security Practices ">Healthy Website Security Practices </a></li><li>February 8, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/02/08/website-security-%e2%80%93-4-ways-to-secure-your-website/" title="Website Security – 4 Ways to Secure Your Website ">Website Security – 4 Ways to Secure Your Website </a></li><li>January 20, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/01/20/maintaining-website-security-for-customer-satisfaction/" title="Maintaining Website Security for Customer Satisfaction">Maintaining Website Security for Customer Satisfaction</a></li><li>January 15, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/01/15/website-security-avoiding-downtime-that-results-in-loss-of-profit/" title="Website Security: Avoiding Downtime That Results in Loss of Profit">Website Security: Avoiding Downtime That Results in Loss of Profit</a></li><li>November 26, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/" title="Authentication Hacking: Is Your Site Vulnerable? ">Authentication Hacking: Is Your Site Vulnerable? </a></li><li>August 19, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/08/19/three-simple-tips-for-protecting-your-site/" title="Three Simple Tips for Protecting Your Site">Three Simple Tips for Protecting Your Site</a></li><li>December 29, 2008 &ndash; <a
href="http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/" title="Browsers Aiding in Website Attacks ">Browsers Aiding in Website Attacks </a></li><li>April 25, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/04/25/bux4real-attacked-by-hackers/" title="Bux4Real Attacked by Hackers">Bux4Real Attacked by Hackers</a></li><li>December 20, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/12/20/the-eternal-battle-beware-of-the-attackers/" title="The Eternal Battle &#8211; Beware of the Attackers!">The Eternal Battle &#8211; Beware of the Attackers!</a></li></ul>]]></content:encoded> <wfw:commentRss>http://webhostinggeeks.com/blog/2009/10/16/major-threats-to-business-website-security/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Find Secure Shared Hosting</title><link>http://webhostinggeeks.com/blog/2009/01/13/how-to-find-secure-shared-hosting/</link> <comments>http://webhostinggeeks.com/blog/2009/01/13/how-to-find-secure-shared-hosting/#comments</comments> <pubDate>Tue, 13 Jan 2009 19:35:35 +0000</pubDate> <dc:creator>Art</dc:creator> <category><![CDATA[Security Issues]]></category> <category><![CDATA[cross site scripting]]></category> <category><![CDATA[DDoS attacks]]></category> <category><![CDATA[disk space]]></category> <category><![CDATA[hackers]]></category> <category><![CDATA[malicious actions]]></category> <category><![CDATA[malware]]></category> <category><![CDATA[network intrusion]]></category> <category><![CDATA[secure shared hosting]]></category> <category><![CDATA[security]]></category> <category><![CDATA[shared hosting]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[SQL injection]]></category> <category><![CDATA[SSL]]></category> <category><![CDATA[web hosting provider]]></category><guid
isPermaLink="false">http://webhostinggeeks.com/blog/?p=150</guid> <description><![CDATA[If you are looking to save money on building and managing a website, shared hosting may be the way to go.  Shared hosting is incredibly affordable these days, so much that you can have a personal or business website for just a couple of dollars a month.   What makes this arrangement so affordable?  With shared [...]]]></description> <content:encoded><![CDATA[<p
align="left">If you are looking to save money on building and managing a website, shared hosting may be the way to go.  Shared hosting is incredibly affordable these days, so much that you can have a personal or business website for just a couple of dollars a month.   What makes this arrangement so affordable?  With shared hosting, you are literally sharing disk space and various resources with other customers.  This allows the web hosting provider to rake in guaranteed profits while keeping expenses to a minimum.  Shared hosting is very economical but there are some drawbacks to this type of arrangement, mainly security.</p><p
align="left">The major issue with shared hosting has always been the same &#8211; the availability of security and the fact that this platform can only be so secure.  Without adequate protection, the web host&#8217;s server is vulnerable to a wide range of threats including DDoS attacks, malware infection and network intrusion.  You could also be exposed to attacks such as SQL injection, cross site scripting and even the malicious actions of your neighbors on the server.  When your hosting environment isn&#8217;t properly secured, you stand the risk of losing the most sensitive of information.</p><p
align="left">Security is definitely an issue in the shared hosting environment, one that could make the low cost an uneven trade.  The good thing is that several web hosting providers are aware of these vulnerabilities and they are taking the necessary approaches to deliver a secure service.  When looking for a company to host your site, we recommend keeping the following security considerations in mind.</p><p
align="left"><strong>Protection from Thy Neighbor</strong></p><p
align="left">When assessing the security of a particular web host, you must not only analyze the protection offered against outside threats, but security that keeps you protected against other website owners on the server.  You never know who you&#8217;re sharing the server with, as they could be into dealing porn, distributing spam or malicious software.  A few of your next door neighbors just might be prolific computer hackers.  To keep yourself protected in this regard, you should make sure the provider doesn&#8217;t allow any unsolicited code to be executed or access to your directories.</p><p
align="left"><strong>Clean Code </strong></p><p
align="left">One of the biggest threats to your website lies in the code used to build your applications.  When they are not properly scripted, intruders can use them as an entrance to your data and reap major havoc.  You can minimize the possibility of common website exploits by ensuring that the web hosting company offers the latest in development tools whether its PHP and MySQL or ASP and MS Access.  Most importantly, it is up to you to make sure you are coding your applications and web pages in a secure manner.</p><p
align="left"><strong>Security Features </strong></p><p
align="left">There are also a number of features that will give you an idea of how secure a particular web hosting platform is.  This includes protection for the actual server such as software that defends against DDoS attacks and viruses as well firewalls and network intrusion systems to fend off hackers.  If your site is to involve online business transactions, you will also require SSL support to protect your customers&#8217; credit card information.  When making sure all the vital security issues are addressed, you can better your chances of enjoying a smooth run in the shared hosting environment.</p><h3  class="related_post_title">Related posts:</h3><ul
class="related_post"><li>October 16, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/10/16/major-threats-to-business-website-security/" title="Major Threats to Business Website Security ">Major Threats to Business Website Security </a></li><li>May 7, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/05/07/protect-your-site-from-maliciously-activities/" title="Protect Your Site From Maliciously Activities ">Protect Your Site From Maliciously Activities </a></li><li>December 14, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/12/14/avira-antivirus/" title="Avira Antivirus Features">Avira Antivirus Features</a></li><li>November 17, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/11/17/clickjacking/" title="Clickjacking: What is it and How You Can Protect Yourself?">Clickjacking: What is it and How You Can Protect Yourself?</a></li><li>July 29, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/07/29/is-ssl-essential-for-ecommerce-sites/" title="Is SSL Essential for eCommerce Sites?">Is SSL Essential for eCommerce Sites?</a></li><li>July 21, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/07/21/how-to-combat-a-ddos-attack/" title="How to Combat a DDoS Attack">How to Combat a DDoS Attack</a></li><li>April 13, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/04/13/using-captcha-scripts-to-prevent-spam/" title="Using Captcha Scripts to Prevent Spam">Using Captcha Scripts to Prevent Spam</a></li><li>March 2, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/03/02/the-release-of-the-february-2011-email-security-report/" title="The Release of the February 2011 Email Security Report">The Release of the February 2011 Email Security Report</a></li><li>August 4, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/08/04/top-five-drawbacks-to-shared-hosting-services/" title="Top Five Drawbacks to Shared Hosting Services">Top Five Drawbacks to Shared Hosting Services</a></li><li>December 15, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/12/15/the-top-3-web-hosting-security-issues/" title="The Top 3 Web Hosting Security Issues">The Top 3 Web Hosting Security Issues</a></li></ul>]]></content:encoded> <wfw:commentRss>http://webhostinggeeks.com/blog/2009/01/13/how-to-find-secure-shared-hosting/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Browsers Aiding in Website Attacks</title><link>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/</link> <comments>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/#comments</comments> <pubDate>Mon, 29 Dec 2008 16:00:45 +0000</pubDate> <dc:creator>Art</dc:creator> <category><![CDATA[Security Issues]]></category> <category><![CDATA[Active X]]></category> <category><![CDATA[Chrome]]></category> <category><![CDATA[cross site scripting]]></category> <category><![CDATA[exploits]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[hacking techniques]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Safari]]></category> <category><![CDATA[SQL injection]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[website attack]]></category><guid
isPermaLink="false">http://webhostinggeeks.com/blog/?p=133</guid> <description><![CDATA[Website attacks are on the rise with intruders using an array of hacking techniques from cross site scripting to SQL injection.  Although careless development and insecure applications play a major role in a site&#8217;s vulnerability, the typical web browser is a contributing factor as well. Despite the fact that several improvements have been made, none [...]]]></description> <content:encoded><![CDATA[<p>Website attacks are on the rise with intruders using an array of hacking techniques from cross site scripting to SQL injection.  Although careless development and insecure applications play a major role in a site&#8217;s vulnerability, the typical web browser is a contributing factor as well.</p><p>Despite the fact that several improvements have been made, none of the top web browsers are completely secure.  Because of this, many web security experts are projecting that website attacks will continue to be an issue.  The combination of enhanced functionality and the lack of adequate security implementations have left a number of browsers vulnerable to sophisticated attacks.  Some researchers are saying that the increasing number of exploits is the direct result of Web 2.0 technologies and advanced web hosting features.</p><p><strong>Evolution in Technology Opens Doors to Further Threats</strong></p><p>Things were fairly innocent in the early days of the internet when static pages were prevalent, before technologies such as JavaScript and Active X came into play.  Today&#8217;s World Wide Web is dominated by dynamic web-based applications and complex server-side scripting languages, factors that enable browsers to be used in various ways to exploit websites.  Gary McGraw of Cigital, a software security company, agrees that these feature-rich designs have made browsers far less secure, stating that they are structured more like complete operating systems.</p><p>This past September Google released Chrome, its new web browser which was immediately faced with stiff competition in the form of Microsoft Internet Explorer, Mozilla Firefox, Apple Safari and Opera.  While internet users have a wide variety of browsers to choose from, the options are still limited in terms of security, including Chrome.  Experts contend that the browser war of who can out do one another in the feature department is what ultimately leads to these security vulnerabilities.</p><p>Though quite serious, the security issues associated with today&#8217;s popular web browsers are not attributed to a lack of effort.  Some say that developers are doing all they can but when considering the fact that website attacks such as cross site scripting and cross site request forgery are typically the result of design, these flaws tend to be much harder to fix than bugs found in software code.  Observers suggest that the vulnerabilities are not going to disappear entirely but do stress that browser developers can do more to enhance security.</p><p>In general, development teams only have a little time to address browser vulnerabilities before the hacker community is able to discover them.  Developers are being encouraged to practice browser security just like those who make other software products.  This is extremely important as the major web browsers literally have hundred of millions of users.  One solid approach towards website security is standardized authentication, something that would need to be addressed by system administrators.  Another recommendation is for browser developers to design products that alert users when they are being directed to intranet zones such as localhost or RFC1918 as attackers are increasingly targeting internal devices.  Security firms have also predicted that the manner in which data is handled when requests are made between a browser and website should play a critical part in future designs.</p><h3  class="related_post_title">Related posts:</h3><ul
class="related_post"><li>November 26, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/11/26/authentication-hacking-is-your-site-vulnerable/" title="Authentication Hacking: Is Your Site Vulnerable? ">Authentication Hacking: Is Your Site Vulnerable? </a></li><li>December 6, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/12/06/web-browsers-comparison/" title="Comparing The Best Web Browsers ">Comparing The Best Web Browsers </a></li><li>May 30, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/05/30/google-chrome-browser-cracked/" title="Google Chrome Browser Cracked">Google Chrome Browser Cracked</a></li><li>October 16, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/10/16/major-threats-to-business-website-security/" title="Major Threats to Business Website Security ">Major Threats to Business Website Security </a></li><li>April 9, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/04/09/cross-site-scripting-the-underestimated-website-attack/" title="Cross Site Scripting: The Underestimated Website Attack">Cross Site Scripting: The Underestimated Website Attack</a></li><li>January 13, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/01/13/how-to-find-secure-shared-hosting/" title="How to Find Secure Shared Hosting ">How to Find Secure Shared Hosting </a></li><li>October 20, 2011 &ndash; <a
href="http://webhostinggeeks.com/blog/2011/10/20/google-dart-new-language-arrives/" title="Google Dart – Ready or not, a new Language Arrives">Google Dart – Ready or not, a new Language Arrives</a></li><li>June 28, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/06/28/shared-hosting-and-site-downtime/" title="Shared Hosting and Site Downtime ">Shared Hosting and Site Downtime </a></li><li>February 1, 2010 &ndash; <a
href="http://webhostinggeeks.com/blog/2010/02/01/false-user-authentication-a-common-hacking-tactic/" title="False User Authentication: A Common Hacking Tactic">False User Authentication: A Common Hacking Tactic</a></li><li>December 30, 2009 &ndash; <a
href="http://webhostinggeeks.com/blog/2009/12/30/five-simple-website-safety-tips/" title="Five Simple Website Safety Tips ">Five Simple Website Safety Tips </a></li></ul>]]></content:encoded> <wfw:commentRss>http://webhostinggeeks.com/blog/2008/12/29/browsers-aiding-in-website-attacks/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: webhostinggeeks.com @ 2012-02-10 00:53:31 -->
