<?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>Gabriel Rodriguez Plancarte &#187; Bases de Datos</title>
	<atom:link href="http://gabrielrodriguez.net/tag/bases-de-datos/feed/" rel="self" type="application/rss+xml" />
	<link>http://gabrielrodriguez.net</link>
	<description>Tecnologia, Diseño, Negocios y Desarrollo</description>
	<lastBuildDate>Mon, 29 Mar 2010 07:58:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nueva vulnerabilidad de SQL Server: sp_replwritetovarbin</title>
		<link>http://gabrielrodriguez.net/nueva-vulnerabilidad-de-sql-server-sp_replwritetovarbin/</link>
		<comments>http://gabrielrodriguez.net/nueva-vulnerabilidad-de-sql-server-sp_replwritetovarbin/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 00:31:52 +0000</pubDate>
		<dc:creator>Gabriel</dc:creator>
				<category><![CDATA[Bases de Datos]]></category>
		<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsft]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://gabrielrodriguez.net/?p=42</guid>
		<description><![CDATA[Apenas ayer se libero informacion informacion publica sobre una vulnerabilidad en varias ediciones de Microsoft SQL Server. Antes que nada, las versiones afectadas fueron:

SQL Server 2000
SQL Server 2005
SQL Server 2005 Express Edition
SQL Server 2000 Desktop Edition (MSDE 2000)
SQL Server 2000 Desktop Edition (WSDE)
Windows Internal Database (WYukon)

Las versiones que no son afectadas son:

SQL Server 7.0 con [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_43" class="wp-caption aligncenter" style="width: 373px"><img class="size-full wp-image-43" title="sql-server-2008" src="http://gabrielrodriguez.net/wp-content/uploads/2008/12/sql-server-2008.gif" alt="SQL Server 2008" width="363" height="75" /><p class="wp-caption-text">SQL Server 2008</p></div>
<p>Apenas ayer se libero informacion informacion publica sobre una <strong>vulnerabilidad en varias ediciones de Microsoft SQL Server</strong>. Antes que nada, las <strong>versiones afectadas</strong> fueron:</p>
<ul>
<li>SQL Server 2000</li>
<li>SQL Server 2005</li>
<li>SQL Server 2005 Express Edition</li>
<li>SQL Server 2000 Desktop Edition (MSDE 2000)</li>
<li>SQL Server 2000 Desktop Edition (WSDE)</li>
<li>Windows Internal Database (WYukon)</li>
</ul>
<p>Las <strong>versiones que no son afectadas</strong> son:</p>
<ul>
<li>SQL Server 7.0 con Service Pack 4 (SP4)</li>
<li>SQL Server 2005 con Service Pack 3 (SP3)</li>
<li>SQL Server 2008</li>
</ul>
<p>El problema es a partir del stored procedure <strong>sp_replwritetovarbin</strong>. En una <strong>configuracion default, todos los usuarios tienen acceso a este stored procedure</strong>. El problema es que bajo algunas circunstancias, <strong>esta vulnerabilidad puede permitir a los atacantes el ejecutar codigo en el sistema vulnerable</strong>.</p>
<p>Al parecer, <strong>ninguna version ni service pack para SQL Server 2000</strong><strong> corrige el error</strong>, pero pueden evitar ser vulnerables al <strong>deshabilitar el stored procedure</strong> con la siguiente instruccion de T-SQL. Lo unico que les aviso es que <strong>al deshabilitar el stored procedure sp_replwritetovarbin, van a romper la funcionalidad de <em>Transactional Replication with Updatable Subscriptions</em>.</strong></p>
<p><span style="color: #0000ff;">EXECUTE</span> master.<span style="color: #202020;">dbo</span>.<span style="color: #af0000;">SP_DROPEXTENDEDPROC</span> <span style="color: #ff0000;">&#8217;sp_replwritetovarbin&#8217;</span></p>
<p>Es de esperarse que Microsoft saque pronto un fix para SQL Server 2000.  (Que bueno que solamente uso SQL Server 2005)</p>
]]></content:encoded>
			<wfw:commentRss>http://gabrielrodriguez.net/nueva-vulnerabilidad-de-sql-server-sp_replwritetovarbin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
