<?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>ISSUX.com &#124; Desarrollo web, frameworks, wordpress, linux y más. &#187; firmware</title>
	<atom:link href="http://www.issux.com/tag/firmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.issux.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Aug 2010 23:10:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fallo de seguridad en el firmware DD-WRT 0.24</title>
		<link>http://www.issux.com/2009/07/26/fallo-de-seguridad-en-el-firmware-dd-wrt-0-24/</link>
		<comments>http://www.issux.com/2009/07/26/fallo-de-seguridad-en-el-firmware-dd-wrt-0-24/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 01:39:49 +0000</pubDate>
		<dc:creator>issux</dc:creator>
				<category><![CDATA[Seguridad]]></category>
		<category><![CDATA[dd-wrt]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[router]]></category>

		<guid isPermaLink="false">http://www.issux.com/?p=410</guid>
		<description><![CDATA[Según informa Hispasec, se ha descubierto un fallo de seguridad en el firmware DD-WRT, en su versión 0.24, que permite a un atacante remoto ejecutar instrucciones con derechos de root. Este fallo solo afectaría a los routers que tuvieran activo la administración remota. En caso...]]></description>
			<content:encoded><![CDATA[<p>Según<a href="http://www.hispasec.com/unaaldia/3927"> informa Hispasec</a>, se ha descubierto un fallo de seguridad en el firmware DD-WRT, en su versión 0.24, que permite a un atacante remoto ejecutar instrucciones con derechos de root. Este fallo solo afectaría a los routers que tuvieran activo la administración remota.<br />
<span id="more-410"></span><br />
En caso de no utilizar conexiones seguras (https) para las conexiones de la administración remota, podemos arreglar el problema, añadiendo las siguientes reglas al cortafuegos ( Ir a <em><strong>Administración</strong></em> > <em><strong>Comandos</strong></em>):</p>
<pre class="brush: bash;">
insmod ipt_webstr
ln -s /dev/null /tmp/exec.tmp
iptables -D INPUT -p tcp -m tcp -m webstr --url cgi-bin -j REJECT --reject-with tcp-reset
iptables -I INPUT -p tcp -m tcp -m webstr --url cgi-bin -j REJECT --reject-with tcp-reset
</pre>
<p>Pulsamos el botón de &#8220;Grabar&#8221; y reiniciamos el router.</p>
<p>Lo que hacen estas reglas es bloquear el acceso que tiene la cadena &#8220;cgi-bin&#8221; en la url. </p>
<p>Podemos verificar que las reglas están funcionando correctamente introduciendo la siguiente url en el navegador:</p>
<pre class="brush: bash;">http://192.168.1.1/cgi-bin/;reboot </pre>
<p>Si nos muestra un error en la conexión, nuestro router ya estará protegido.</p>
<p>Podemos <a href="http://www.dd-wrt.com/dd-wrtv3/index.php">ver todos los detalles en la web oficial de dd-wrt</a></p>
<h3  class="related_post_title">Contenidos Relacionados</h3><ul class="related_post"><li><a href="http://www.issux.com/2008/10/05/bloquear-publicidad-con-el-router-ddwrt/" title="Bloquear publicidad con el router y dd-wrt">Bloquear publicidad con el router y dd-wrt</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.issux.com/2009/07/26/fallo-de-seguridad-en-el-firmware-dd-wrt-0-24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
