<?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>Hosting Al Descubierto &#187; seguridad</title>
	<atom:link href="http://hostingaldescubierto.com/wordpress/category/seguridad/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostingaldescubierto.com/wordpress</link>
	<description>Ayuda plesk  hosting, servidores dedicados y virtuales. ¿ problemas con spam, migraciones, installar aplicaciones ? podemos ayudarte</description>
	<lastBuildDate>Thu, 05 Apr 2012 16:58:41 +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>Usando Horde con safe_mode para enviar por smtp y no usar sendmail</title>
		<link>http://hostingaldescubierto.com/wordpress/2012/03/15/usando-horde-con-safe_mode-para-enviar-por-smtp-y-no-usar-sendmail/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=usando-horde-con-safe_mode-para-enviar-por-smtp-y-no-usar-sendmail</link>
		<comments>http://hostingaldescubierto.com/wordpress/2012/03/15/usando-horde-con-safe_mode-para-enviar-por-smtp-y-no-usar-sendmail/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 15:31:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Artículos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/?p=524</guid>
		<description><![CDATA[Seguramente est&#233; muy documentado ya por ah&#237; pero es muy recomendable dejar de usar horde bajo sendmail con el fin de securizar la m&#225;quina. Con el cambio que comentamos a continuaci&#243;n, evitamos tener que ejecutar comandos en la m&#225;quina local, ya que el correo lo enviamos v&#237;a smtp al servidor local o a cualquier otro [...]]]></description>
			<content:encoded><![CDATA[<p>Seguramente est&eacute; muy documentado ya por ah&iacute; pero es muy recomendable dejar de usar horde bajo sendmail con el fin de securizar la m&aacute;quina. Con el cambio que comentamos a continuaci&oacute;n, evitamos tener que ejecutar comandos en la m&aacute;quina local, ya que el correo lo enviamos v&iacute;a smtp al servidor local o a cualquier otro servidor que configuremos.</p>
<p>Resumen r&aacute;pido:</p>
<p>Deshabilitamos la mayor parte de funciones potencialmente peligrosas para el sistema.<br />
Esto implica que fallen algunas aplicaciones, como Horde</p>
<pre>
# /etc/php5/apache2/php.ini)
disable_functions = system,passthru,readfile,escapeshellarg,proc_close,proc_open,ini_alter,dl,show_source,curl_exec
</pre>
<p>La alternativa elegante sería activar safe_mode y dejar de usar sendmail, como vemos en el fragmento de la configuración de Horde:</p>
<pre>
# fragmento de la configuracion de horde
# /etc/psa-webmail/horde/horde/conf.p
if (ini_get("safe_mode") == "1") { // Safe mode in action
$conf['mailer']['params']['host'] = '127.0.0.1';
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['auth'] = false;
$conf['mailer']['type'] = 'smtp';
} else {
$conf['mailer']['params']['sendmail_path'] = '/usr/sbin/sendmail';
$conf['mailer']['params']['sendmail_args'] = '-oi';
$conf['mailer']['type'] = 'sendmail';
}
</pre>
<p>En Plesk10 se han definido plantillas para los servicios de forma que aunque cambiasemos los ficheros de configuarción de apache estos cambios se terminarían machacando y volveríamos al estado por defecto.</p>
<p>Para ello, Plesk ha provisto un repositorio de plantillas para configurar los servicios en <b>/usr/local/psa/admin/conf/templates/</b></p>
<p>Para reconfigurar la plantilla tenemos aqui un copy&#038;paste muy cómodo, como siempre nos gusta:</p>
<pre>
# reemplazar safe_mode en la plantilla
sed -i 's/safe_mode off/safe_mode on/g' /usr/local/psa/admin/conf/templates/default/horde.php
# reconfigurar las plantillas
/usr/local/psa/admin/bin/httpdmng --reconfigure-server
# recargar el servicio
apache2ctl graceful
</pre>
<p>Para probarlo es necesario cerrar la sesión de Horde y volver a autenticarse.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2012%2F03%2F15%2Fusando-horde-con-safe_mode-para-enviar-por-smtp-y-no-usar-sendmail%2F&amp;title=Usando%20Horde%20con%20safe_mode%20para%20enviar%20por%20smtp%20y%20no%20usar%20sendmail" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2012/03/15/usando-horde-con-safe_mode-para-enviar-por-smtp-y-no-usar-sendmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Github hacked</title>
		<link>http://hostingaldescubierto.com/wordpress/2012/02/15/servers-con-alto-rendimiento-mpm-itk-versus-suphp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=servers-con-alto-rendimiento-mpm-itk-versus-suphp</link>
		<comments>http://hostingaldescubierto.com/wordpress/2012/02/15/servers-con-alto-rendimiento-mpm-itk-versus-suphp/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 10:07:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[rendimiento]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/?p=515</guid>
		<description><![CDATA[Pues s&#237;, la seguridad de Github ha sido comprometida hace unos d&#237;as aqu&#237; teneis un enlace de Slashdot. En este otro sitio teneis una entrada en el blog del propio github Si teneis cuenta en github se recomienda encarecidamente que cambieis vuestras credenciales]]></description>
			<content:encoded><![CDATA[<p>Pues s&iacute;, la seguridad de Github ha sido comprometida hace unos d&iacute;as <a title="Github hacked" href="http://it.slashdot.org/story/12/03/05/1243235/github-hacked" target="_blank">aqu&iacute; teneis un enlace de Slashdot.</a></p>
<p>En este otro sitio teneis una entrada<a title="Github disclosure" href="https://github.com/blog/1069-responsible-disclosure-policy" target="_blank"> en el blog del propio github </a></p>
<p>Si teneis cuenta en github se recomienda encarecidamente que cambieis vuestras credenciales</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2012%2F02%2F15%2Fservers-con-alto-rendimiento-mpm-itk-versus-suphp%2F&amp;title=Github%20hacked" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2012/02/15/servers-con-alto-rendimiento-mpm-itk-versus-suphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Fallo crítico de seguridad: SQL Injection</title>
		<link>http://hostingaldescubierto.com/wordpress/2012/02/10/plesk-fallo-critico-de-seguridad-sql-injection/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plesk-fallo-critico-de-seguridad-sql-injection</link>
		<comments>http://hostingaldescubierto.com/wordpress/2012/02/10/plesk-fallo-critico-de-seguridad-sql-injection/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 08:52:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Noticias]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/?p=512</guid>
		<description><![CDATA[Se ha notificado desde Parallels a todos los clientes de que existe un fallo grave de seguridad que permitie la inyecci&#243;n de c&#243;digo SQL que afecta a algunas versiones antiguas de Plesk . Las versiones afectadas son : Linux &#8211; Plesk 10.3.1 Linux &#8211; Plesk 9.5.4 Linux &#8211; Plesk 8.6.0 Windows 10.3.1 Windows Plesk 9 [...]]]></description>
			<content:encoded><![CDATA[<p>Se ha notificado desde Parallels a todos los clientes de que existe un fallo grave de seguridad que permitie la inyecci&oacute;n de c&oacute;digo SQL que afecta a algunas versiones antiguas de Plesk . Las versiones afectadas son :</p>
<ul>
<li>Linux &#8211; Plesk 10.3.1</li>
<li>Linux &#8211; Plesk 9.5.4</li>
<li>Linux &#8211; Plesk 8.6.0</li>
<li>Windows 10.3.1</li>
<li>Windows Plesk 9</li>
<li>Windows Plesk 8</li>
</ul>
<p>Se han publicado parches para solucionar estos problemas. Instalando los microupdates se corrije el problema, excepto en las versiones para Windows Plesk 9 y Windows Plesk 8 que se han publicado parches espec&iacute;ficos en este enlace :</p>
<h2 class="title"><a title="How to fix vulnerability in Plesk 8.6, 9.3, and 9.5 for Windows" href="http://kb.parallels.com/en/112303" target="_blank">How to fix vulnerability in Plesk 8.6, 9.3, and 9.5 for Windows</a></h2>
<p>Para las versiones linux se puede ejecutar este comando para actuailzar la distribuci&oacute;n:</p>
<pre>
/usr/local/psa/admin/sbin/autoinstaller --select-product-id plesk --select-release-current --reinstall-patch --install-component base
</pre>
<p>Y por último si queremos verificar la versión de nuestra instalación lo podemos comprobar así:</p>
<pre>
cat /usr/local/psa/version
</pre>
<p>No hace falta decir que es crítico actualizar el sistema.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2012%2F02%2F10%2Fplesk-fallo-critico-de-seguridad-sql-injection%2F&amp;title=Plesk%20Fallo%20cr%C3%ADtico%20de%20seguridad%3A%20SQL%20Injection" id="wpa2a_6">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2012/02/10/plesk-fallo-critico-de-seguridad-sql-injection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fallos de seguridad</title>
		<link>http://hostingaldescubierto.com/wordpress/2011/09/06/fallos-de-seguridad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fallos-de-seguridad</link>
		<comments>http://hostingaldescubierto.com/wordpress/2011/09/06/fallos-de-seguridad/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 07:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[servidores]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2011/09/06/fallos-de-seguridad/</guid>
		<description><![CDATA[Comprueba si tus sistemas están al día. Importantes fallos de seguridad en Apache y Rails han sido descubiertos y publicados, así como sus correspondientes parches. En Apache se ha descubierto una vulnerabilidad que permite realizar un ataque de denegacion de servicio y en rails es posible realizar XSS y SQL Injection. A continuación más detalles [...]]]></description>
			<content:encoded><![CDATA[<p>Comprueba si tus sistemas están al día. Importantes fallos de seguridad en Apache y Rails han sido descubiertos y publicados, así como sus correspondientes parches.</p>
<p>En Apache se ha descubierto una vulnerabilidad que permite realizar un ataque de denegacion de servicio y en rails es posible realizar XSS y SQL Injection.</p>
<p>A continuación más detalles :</p>
<p>Apache: <a target="_blank" href="http://www.debian.org/security/2011/dsa-2298">http://www.debian.org/security/2011/dsa-2298</a></p>
<p><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1452">CVE-2010-1452</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3192">CVE-2011-3192</a>.</p>
<p>Rails: <a target="_blank" href="http://www.debian.org/security/2011/dsa-2301">http://www.debian.org/security/2011/dsa-2301</a></p>
<p><a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2930">CVE-2011-2930</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2931">CVE-2011-2931</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3186">CVE-2011-3186</a>, <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4214">CVE-2009-4214</a>.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2011%2F09%2F06%2Ffallos-de-seguridad%2F&amp;title=Fallos%20de%20seguridad" id="wpa2a_8">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2011/09/06/fallos-de-seguridad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Escandaloso fallo de seguridad en vsftpd 2.3.4</title>
		<link>http://hostingaldescubierto.com/wordpress/2011/07/05/escandaloso-fallo-de-seguridad-en-vsftpd-2-3-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=escandaloso-fallo-de-seguridad-en-vsftpd-2-3-4</link>
		<comments>http://hostingaldescubierto.com/wordpress/2011/07/05/escandaloso-fallo-de-seguridad-en-vsftpd-2-3-4/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 07:26:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Noticias]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2011/07/05/escandaloso-fallo-de-seguridad-en-vsftpd-2-3-4/</guid>
		<description><![CDATA[Según publica SecurityByDefault con pelos y señales, la versión 2.3.4 fue comprometida y se introdujo una puerta trasera. La puerta trasera consiste en poner como usuario &#8220;:)&#8221; lo que provocaría que se abriese una shell en el puerto 6200. Muy recomendable leerse el documento complento en SecurityByDefault. Gracias a Malakun por el enlace]]></description>
			<content:encoded><![CDATA[<p>Según publica <a href="http://www.securitybydefault.com/2011/07/el-smile-de-la-muerte-puerta-trasera-en.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+SecurityByDefault+%28Security+By+Default%29" target="_blank">SecurityByDefault</a> con pelos y señales, la versión 2.3.4 fue comprometida y se introdujo una puerta trasera. La puerta trasera consiste en poner como usuario &#8220;:)&#8221; lo que provocaría que se abriese una shell en el puerto 6200. </p>
<p>Muy recomendable leerse el documento complento en <a href="http://www.securitybydefault.com/2011/07/el-smile-de-la-muerte-puerta-trasera-en.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+SecurityByDefault+%28Security+By+Default%29" target="_blank">SecurityByDefault</a>.</p>
<p>Gracias a <a href="http://malakun.com/" target="_blank">Malakun</a> por el enlace</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2011%2F07%2F05%2Fescandaloso-fallo-de-seguridad-en-vsftpd-2-3-4%2F&amp;title=Escandaloso%20fallo%20de%20seguridad%20en%20vsftpd%202.3.4" id="wpa2a_10">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2011/07/05/escandaloso-fallo-de-seguridad-en-vsftpd-2-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[plesk] Fallo de seguridad en bind para Plesk Windows</title>
		<link>http://hostingaldescubierto.com/wordpress/2011/02/27/plesk-fallo-de-seguridad-en-bind-para-plesk-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plesk-fallo-de-seguridad-en-bind-para-plesk-windows</link>
		<comments>http://hostingaldescubierto.com/wordpress/2011/02/27/plesk-fallo-de-seguridad-en-bind-para-plesk-windows/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 02:53:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2011/02/27/plesk-fallo-de-seguridad-en-bind-para-plesk-windows/</guid>
		<description><![CDATA[Vía newsleter de Parallels, se nos informa de una vulnerabilidad de BIND que puede provocar una denegación de servicio ( DOS ) causado por la recepción de una mensaje de actualización específicamente diseñado Para evitar esta vulnerabilidad que afecta a Bind 9.7.1 ( Parallels Plesk Panel 9.5 for windows ) y y 9.7. ( Parallels [...]]]></description>
			<content:encoded><![CDATA[<p>Vía newsleter de Parallels, se nos informa de una vulnerabilidad de BIND que puede provocar una denegación de servicio ( DOS ) causado por la recepción de una mensaje de actualización específicamente diseñado</p>
<p>Para evitar esta vulnerabilidad que afecta a Bind 9.7.1 ( Parallels Plesk Panel 9.5 for windows )  y y 9.7. ( Parallels Plesk Panel 10 for windows ) deben ser actualizados a Bind 9.7.3 immediatamente.</p>
<p>La vulenariblidad se detalla en :</p>
<p><a href="https://www.isc.org/software/bind/advisories/cve-2009-0696" target="_blank">https://www.isc.org/software/bind/advisories/cve-2009-0696</a></p>
<p>Detalles de como actualizar BIND para Plesk Windows en <a href="http://kb.parallels.com/5542" target="_blank">http://kb.parallels.com/5542</a></p>
<p>Parallels está preparando un parche para liberarlo próximamente.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2011%2F02%2F27%2Fplesk-fallo-de-seguridad-en-bind-para-plesk-windows%2F&amp;title=%5Bplesk%5D%20Fallo%20de%20seguridad%20en%20bind%20para%20Plesk%20Windows" id="wpa2a_12">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2011/02/27/plesk-fallo-de-seguridad-en-bind-para-plesk-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels Plesk Panel 9.5.4</title>
		<link>http://hostingaldescubierto.com/wordpress/2010/12/23/parallels-plesk-panel-9-5-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parallels-plesk-panel-9-5-4</link>
		<comments>http://hostingaldescubierto.com/wordpress/2010/12/23/parallels-plesk-panel-9-5-4/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 14:58:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2010/12/23/parallels-plesk-panel-9-5-4/</guid>
		<description><![CDATA[Desde ayer día 22 de diciembre está disponible oficialmente la versión 9.5.4 que soluciona varios fallos, los más importantes relacionados con el correo. Más información en http://www.parallels.com/download/plesk/products/]]></description>
			<content:encoded><![CDATA[<p>Desde ayer día 22 de diciembre está disponible oficialmente la versión 9.5.4 que soluciona varios fallos, los más importantes relacionados con el correo.</p>
<p>Más información en<br />
<a href="http://www.parallels.com/download/plesk/products/" target="_blank">http://www.parallels.com/download/plesk/products/</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2010%2F12%2F23%2Fparallels-plesk-panel-9-5-4%2F&amp;title=Parallels%20Plesk%20Panel%209.5.4" id="wpa2a_14">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2010/12/23/parallels-plesk-panel-9-5-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[plesk] Parallels Plesk Panel 10: Fallo de seguridad permite cambiar el pass de Admin</title>
		<link>http://hostingaldescubierto.com/wordpress/2010/12/10/plesk-parallels-plesk-panel-10-actualizacion-de-seguridad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plesk-parallels-plesk-panel-10-actualizacion-de-seguridad</link>
		<comments>http://hostingaldescubierto.com/wordpress/2010/12/10/plesk-parallels-plesk-panel-10-actualizacion-de-seguridad/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 00:32:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2010/12/10/plesk-parallels-plesk-panel-10-actualizacion-de-seguridad/</guid>
		<description><![CDATA[Nueva nota de Parallels que nos informa de la liberación de micro-updates para corregir fallos de seguridad. En este caso parece estar relacionado con le cambio de password del usuario admin. Según indican el fallo permitiría cambiar el password del usuario admin usando un usuario de autorizado de Plesk ( un usuario del sistema ). [...]]]></description>
			<content:encoded><![CDATA[<p>Nueva nota de Parallels que nos informa de la liberación de micro-updates para corregir fallos de seguridad. En este caso parece estar relacionado con le cambio de password del usuario admin. Según indican el fallo <strong>permitiría cambiar el password del usuario admin </strong> usando un usuario de autorizado de Plesk ( un usuario del sistema ).</p>
<blockquote><p>Dear Parallels Plesk Panel Customer,</p>
<p>Parallels has issued a security hotfix to Parallels Plesk Panel 10.0.1 through the Micro-Updates system.</p>
<p>It is referenced as MU#2 &#8211; Plesk admin password changing.</p>
<p>The Micro-Update delivers bug fix for a vulnerability that could allow authorized Plesk users to change Plesk &#8216;admin&#8217; password and then compromise Control Panel.</p>
<p>For instructions on implementing Micro-updates, please refer to:</p>
<p>http://kb.parallels.com/en/9294 &#8211; Using Micro-Updates in Parallels Plesk Panel 9.x, 10.x and Parallels Small Business Panel.</p>
<p>For instructions on upgrading from the panel, please refer to the Administrator Manual at:</p>
<p>http://download1.parallels.com/Plesk/PP10/10.0.1/Doc/en-US/online/plesk-administrator-guide/index.htm?fileName=59215.htm</p>
<p>This notification is made pursuant to our development policy of notifying users when critical security issues arise and making fixes available as soon as possible. Please ensure that this patch has already been applied as soon as possible.</p>
<p>Parallels Plesk Panel Team
</p></blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2010%2F12%2F10%2Fplesk-parallels-plesk-panel-10-actualizacion-de-seguridad%2F&amp;title=%5Bplesk%5D%20Parallels%20Plesk%20Panel%2010%3A%20Fallo%20de%20seguridad%20permite%20cambiar%20el%20pass%20de%20Admin" id="wpa2a_16">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2010/12/10/plesk-parallels-plesk-panel-10-actualizacion-de-seguridad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[plesk] Fallo de seguridad en proftpd II</title>
		<link>http://hostingaldescubierto.com/wordpress/2010/11/12/plesk-fallo-de-seguridad-en-proftpd-ii/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plesk-fallo-de-seguridad-en-proftpd-ii</link>
		<comments>http://hostingaldescubierto.com/wordpress/2010/11/12/plesk-fallo-de-seguridad-en-proftpd-ii/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 18:47:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2010/11/12/plesk-fallo-de-seguridad-en-proftpd-ii/</guid>
		<description><![CDATA[Otra nota oficial de Plesk, indica que las versiones afectadas son Plesk 9.5.x , Plesk 10 y Parallels Small Business Panel 10.2. Parallels strives to deliver solutions to potential vulnerability issues of component parts as soon as they are identified.&#160; Please pay attention to this notification as it contains an Important Security Notification. More information [...]]]></description>
			<content:encoded><![CDATA[<p>Otra nota oficial de Plesk, indica que las versiones afectadas son Plesk 9.5.x , Plesk 10 y Parallels Small Business Panel 10.2.</p>
<blockquote><p><span style="font-size: 12px;"><span style="font-family: Arial;">Parallels strives to deliver solutions to potential vulnerability issues of component parts as soon as they are identified.&nbsp; Please pay attention to this notification as it contains an Important Security Notification. More information can be found on the Parallels website, by visiting: </span></span><a target="_blank" href="http://www.parallels.com/products/plesk/proftpd"><span style="font-family: Arial;"><span style="font-size: 12px;">http://www.parallels.com/products/plesk/proftpd</span></span><span style="font-size: 12px;"><span style="font-family: Arial;">&nbsp;</span></span></a></p>
<p><strong><span style="font-size: 12px;"><span style="font-family: Arial;">Affected Products</span></span></strong><span style="font-size: 12px;"><span style="font-family: Arial;">:</span></span> <span style="font-size: 12px;"><span style="font-family: Arial;">Parallels Plesk Panel 9.5x and 10 include this vulnerability (no prior versions included this version of the component). Parallels Small Business Panel 10.2 is also affected.</span></span></p>
<p><strong><span style="font-size: 12px;"><span style="font-family: Arial;">Details of the Vulnerability or Exploit</span></span></strong><span style="font-size: 12px;"><span style="font-family: Arial;">:&nbsp; A flaw in ProFTPD FTP server potentially allows unauthenticated attackers to compromise a server. The problem is caused by a buffer overflow in the pr_netio_telnet_gets() function for evaluating TELNET IAC sequences.<br />
ProFTPD is capable of processing TELNET IAC sequences on port 21; the sequences enable or disable certain options not supported by the Telnet or FTP protocol itself. The buffer overflow allows attackers to write arbitrary code to the application&#8217;s stack and launch it. Updating to version 1.3.3c of ProFTPD solves the problem.</span></span></p>
<p><strong><span style="font-size: 12px;"><span style="font-family: Arial;">Fixes for the Vulnerability or Exploit</span></span></strong><span style="font-size: 12px;"><span style="font-family: Arial;">: Parallels has used its micro-update patch functionality in Plesk 9.5x and 10.x to fix this exploit. You can run the Parallels AutoInstaller to fix this or check the Updates section of your Plesk Panel 9.5x or 10.x to fix this. This is a file-replace, as opposed to a new install so it will be quick and reliable. To find this in the GUI:</span></span></p>
<ul>
<li><strong><span style="font-size: 12px;"><span style="font-family: Arial;">Parallels Plesk Panel 9.5x</span></span></strong><span style="font-size: 12px;"><span style="font-family: Arial;">: “Home” -&gt; “Updates” -&gt; Select the Panel version which has updates -&gt; click “Install” ?</span></span></li>
<li><strong><span style="font-size: 12px;"><span style="font-family: Arial;">Parallels Plesk Panel 10.x</span></span></strong><span style="font-size: 12px;"><span style="font-family: Arial;">:“Server Management” -&gt; “Tools &amp; Utilities” -&gt; “Updates” -&gt; “Update Components” -&gt; click “Continue”</span></span></li>
</ul>
<p><span style="font-size: 12px;"><span style="font-family: Arial;">These ProFTPD fixes are also available from the Parallels AutoInstaller for Plesk 9.52, 9.53, and Plesk 10.01. You should already have downloaded this as part of Plesk. Use:</span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: Arial;"># $PRODUCT_ROOT_D/admin/sbin/autoinstaller</span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: Arial;">Or use the following parameters:</span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: Arial;"># $PRODUCT_ROOT_D/admin/sbin/autoinstaller &#8211;select-product-id plesk &#8211;select-release-current &#8211;reinstall-patch &#8211;install-component base</span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: Arial;">The patch for Parallels Small Business Panel 10.2 will be posted by 12 noon GMT on Friday November 12, 7am EST in the US)<br />
&nbsp;<br />
If you have any concerns or need assistance applying these patches to your system, please contact us at: </span></span><a target="_blank" href="http://www.parallels.com/support/plesk/free10assistance_toc/"><span style="font-family: Arial;"><span style="font-size: 12px;">http://www.parallels.com/support/plesk/free10assistance_toc/</span></span></a><span style="font-size: 12px;"><span style="font-family: Arial;"> . A valid Plesk license key is required.</span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: Arial;">Thank you for your attention to this important matter.</span></span></p>
<p><span style="font-size: 12px;"><span style="font-family: Arial;">The Parallels Plesk Panel Team</span></span></p>
</blockquote>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2010%2F11%2F12%2Fplesk-fallo-de-seguridad-en-proftpd-ii%2F&amp;title=%5Bplesk%5D%20Fallo%20de%20seguridad%20en%20proftpd%20II" id="wpa2a_18">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2010/11/12/plesk-fallo-de-seguridad-en-proftpd-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[plesk] Fallo de seguridad en proftpd</title>
		<link>http://hostingaldescubierto.com/wordpress/2010/11/11/plesk-fallo-de-seguridad-en-proftpd/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plesk-fallo-de-seguridad-en-proftpd</link>
		<comments>http://hostingaldescubierto.com/wordpress/2010/11/11/plesk-fallo-de-seguridad-en-proftpd/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 18:27:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[seguridad]]></category>

		<guid isPermaLink="false">http://hostingaldescubierto.com/wordpress/2010/11/11/plesk-fallo-de-seguridad-en-proftpd/</guid>
		<description><![CDATA[Nota de prensa oficial de Paralllels: Important Plesk Notification: ProFTPD Remote Code Execution Vulnerability and ExploitA flaw in the popular ProFTPD FTP server potentially allows unauthenticated attackers to compromise a server. The problem is caused by a buffer overflow in the pr_netio_telnet_gets() function for evaluating TELNET IAC sequences. ProFTPD bug report: http://bugs.proftpd.org/show_bug.cgi?id=3521 Parallels Plesk Panel [...]]]></description>
			<content:encoded><![CDATA[<p>Nota de prensa oficial de Paralllels:</p>
<blockquote><p>Important Plesk Notification:</p>
<p><b>ProFTPD Remote Code Execution Vulnerability and Exploit</b><br />A flaw in the popular ProFTPD FTP server potentially allows unauthenticated attackers to compromise a server. The problem is caused by a buffer overflow in the pr_netio_telnet_gets() function for evaluating TELNET IAC sequences.</p>
<p>ProFTPD bug report: <a target="_blank" href="http://bugs.proftpd.org/show_bug.cgi?id=3521">http://bugs.proftpd.org/show_bug.cgi?id=3521</a></p>
<p>Parallels Plesk Panel 9.x, 9.5x and 10 include this vulnerability. Parallels will issue Micro Updates (hotfixes) for 9.5.2 and 9.5.3 no later than 12:00 GMT (noon) on Thursday November 11, (7:00am EST in the US) to fix this. <br />The patch for Parallels Plesk Panel 10.01 will be released at 17:00 GMT on Thursday November 11, (12:00pm EST in the US). <br />Patches for Plesk 9.0, 9.22, and 9.3 will be posted by 12 noon GMT on Friday November 12, (7am EST in the US). Parallels updates on this will be coming soon.</p>
<p>MORE INFORMATION:<br />Updating to ProFTPD version 1.3.3c or disabling FTP services is the only current solution to this vulnerability. ProFTPD is capable of processing TELNET IAC sequences on port 21; the sequences enable or disable certain options not supported by the Telnet or FTP protocol itself. The buffer overflow allows attackers to write arbitrary code to the application&#8217;s stack and launch it. Updating to version 1.3.3c of ProFTPD solves the problem.<br />The update also fixes a directory traversal vulnerability which can only be exploited if the &#8220;mod_site_misc&#8221; module is loaded. This flaw could allow attackers with write privileges to leave their permitted path and delete directories or create symbolic links<br />outside of the path. The module is not loaded or compiled by default.</p>
<p>A remote root exploit is available: [Full-disclosure]ProFTPD IAC Remote Root Exploit<br />A Proftpd update for Plesk has been provided by Atomic Rocket Turtle. To apply the update, execute the commands below.<br /># wget -O &#8211; http://www.atomicorp.com/installers/atomic |sh # yum upgrade psa-proftpd<br />Please review http://www.parallels.com/products/plesk/ProFTPD for updates to this security issue.</p></blockquote>
<p>Por supuesto se recomienda actualizar de forma urgente.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fhostingaldescubierto.com%2Fwordpress%2F2010%2F11%2F11%2Fplesk-fallo-de-seguridad-en-proftpd%2F&amp;title=%5Bplesk%5D%20Fallo%20de%20seguridad%20en%20proftpd" id="wpa2a_20">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://hostingaldescubierto.com/wordpress/2010/11/11/plesk-fallo-de-seguridad-en-proftpd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

