<?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>Startup Security &#187; Plugins</title>
	<atom:link href="http://startupsecurity.info/blog/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://startupsecurity.info</link>
	<description>Security, for Startups</description>
	<lastBuildDate>Wed, 16 Dec 2009 18:42:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thid-Party Components</title>
		<link>http://startupsecurity.info/blog/2008/11/02/thid-party-components/</link>
		<comments>http://startupsecurity.info/blog/2008/11/02/thid-party-components/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 06:53:59 +0000</pubDate>
		<dc:creator>Damon Cortesi</dc:creator>
				<category><![CDATA[General Site Security]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://startupsecurity.info/?p=69</guid>
		<description><![CDATA[A quick note on this Sunday evening regarding third-party components. 
Your site is only as secure as the software you install.
I&#8217;ll be posting some more info regarding some work I&#8217;ve done in this area recently, but I did want to make a quick post about the security of third-party components.
When you download that plugin or [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note on this Sunday evening regarding third-party components. </p>
<p>Your site is only as secure as the software you install.</p>
<p>I&#8217;ll be posting some more info regarding some work I&#8217;ve done in this area recently, but I did want to make a quick post about the security of third-party components.</p>
<p>When you download that plugin or code written by somebody else, are you doing a sanity check to make sure it&#8217;s secure? Here are a few quick things to think about in order to identify the attack surface.</p>
<ul>
<li>Does it write to disk?</li>
<li>Does it communicate with the database?</li>
<li>Does it interact with the user?</li>
</ul>
<p>Why should you be asking these questions? To determine if it protects against the following attacks.</p>
<ul>
<li>Can I modify the file that it reads/writes to?</li>
<li>Does it protect against SQL Injection?</li>
<li>Does it sanitize or validate input?</li>
</ul>
<p>Security should definitely be a concern when installing any third-party components or plugins on your site. While it&#8217;s difficult to verify the security of external code, you can at least do a quick profile of it and understand what your primary risks are as noted above. A perfect example is the recent <a href="http://blogsecurity.net/wordpress/multiple-vulnerabilities-in-wp-comment-remix-143/">WP Comment Remix Security Bulletin</a> &#8211; installation of that plugin allowed for both SQL Injection and Cross-Site Scripting. </p>
]]></content:encoded>
			<wfw:commentRss>http://startupsecurity.info/blog/2008/11/02/thid-party-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
