<?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>Webmonkey &#187; xss</title>
    <atom:link href="http://www.webmonkey.com/tag/xss/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>XSS Vulnerabilities, Raw SQL Top List of Common Programming Errors</title>
        <link>http://www.webmonkey.com/2010/03/xss-vulnerabilities-raw-sql-top-list-of-common-programming-errors/</link>
        <comments>http://www.webmonkey.com/2010/03/xss-vulnerabilities-raw-sql-top-list-of-common-programming-errors/#comments</comments>
        <pubDate>Wed, 24 Mar 2010 18:24:21 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=46976</guid>
        		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[xss]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/03/bobbytables.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/bobbytables.jpg" alt="XSS Vulnerabilities, Raw SQL Top List of Common Programming Errors" /></div>No programmer is perfect, but some mistakes are more dangerous than others. While some mistakes might just slow down your site, others can open up vulnerabilities that expose your code, your database and even your users to all manner of attack. To help you identify the more serious errors common in programs of all types, [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://xkcd.com/327/"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/bobbytables-300x176.jpg" alt="bobbytables" title="bobbytables" width="300" height="176" class="alignleft size-medium wp-image-46975" /></a>No programmer is perfect, but some mistakes are more dangerous than others. While some mistakes might just slow down your site, others can open up vulnerabilities that expose your code, your database and even your users to all manner of attack.</p>
<p>To help you identify the more serious errors common in programs of all types, a group of top software security experts in the US and Europe have released their <a href="http://cwe.mitre.org/top25/">Top 25 Most Dangerous Programming Errors</a>.</p>
<p>Unsurprisingly, cross-site scripting vulnerabilities and improperly handled SQL top the list of common and dangerous mistakes. Remember kids, sanitize your database inputs; you just never know when someone is going to name their child: &#8220;Robert&#8217;) DROP TABLE Students;&#8221;</p>
<p>While not all the errors in the list are common in web programming, some of the more serious things are concerns for web developers &#8212; cross-site request forgeries, missing encryption of sensitive data and unrestricted file uploads are all common web programming issues.</p>
<p>Also interesting is the <a href="http://cwe.mitre.org/top25/profiles.html#ProfileLang">weaknesses by language</a> section, which breaks down common mistakes in PHP, Java, Perl and C/C++. No doubt web developers would like to have seen Python and Ruby in that list, but it should at least be useful for PHP and Perl programmers.</p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2009/04/oauth_security_exploit_tests_limits_of_open_web_standards/">OAuth Security Exploit Tests Limits of Open Web Standards</a></li>
<li><a href="http://www.webmonkey.com/2010/01/creating_a_better_privacy_policy/">Warning: This Site May Be Sharing Your Data</a></li>
<li><a href="http://www.webmonkey.com/2007/09/google_wants_global_privacy_rules/">Google Wants Global Privacy Rules</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/03/xss-vulnerabilities-raw-sql-top-list-of-common-programming-errors/feed/</wfw:commentRss>
        <slash:comments>3</slash:comments>

        
    </item>
    </channel>
</rss>
