<?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>Security Hero &#187; Tunnel</title>
	<atom:link href="http://sechero.com/tag/tunnel/feed/" rel="self" type="application/rss+xml" />
	<link>http://sechero.com</link>
	<description>If it's about security, you heard it here first</description>
	<lastBuildDate>Mon, 12 Jul 2010 23:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>tunneling through hotspot firewall</title>
		<link>http://sechero.com/tunneling-through-hotspot-firewall/</link>
		<comments>http://sechero.com/tunneling-through-hotspot-firewall/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 11:35:51 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://sechero.com/tunneling-through-hotspot-firewall/</guid>
		<description><![CDATA[tunneling through hotspot firewall Posted by Daniel Gultsch on Apr 22 Hey guys, this is my first posting on this mailling list. I kinda hope this is the right place. However lets get to the point. Suppose I&#8217;d have an unencrypted wireless lan with an dhcp server and a router integreted in the access point. [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://seclists.org/pen-test/2009/Apr/0131.html">tunneling through hotspot firewall</a></h1>
</p>
<p>Posted by Daniel Gultsch on Apr 22
</p>
<p>
<p> Hey guys, <br /> 
<p>this is my first posting on this mailling list. I kinda hope this is <br /> the right place. However lets get to the point. <br /> 
<p>Suppose I&#8217;d have an unencrypted  wireless lan with an dhcp server and a <br /> router integreted in the access point. By default a firewall is <br /> blocking all traffic coming&#8230;
<p>URL: <a href="http://seclists.org/pen-test/2009/Apr/0131.html">http://seclists.org/pen-test/2009/Apr/0131.html</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/tunneling-through-hotspot-firewall/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Twitter Packet Challenge Solution, (Sat, Apr 18th)</title>
		<link>http://sechero.com/twitter-packet-challenge-solution-sat-apr-18th/</link>
		<comments>http://sechero.com/twitter-packet-challenge-solution-sat-apr-18th/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 19:07:40 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Twitter Packet Challenge Solution, (Sat, Apr 18th) Yesterday, I posted the packet below as my twitter feed to see how the packet skills are among my followers (my twitter feed is also replicated to Facebook). Anyway. Here the solution. I came across this packet while playing with scapy6 being bored on a plane. I was [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://isc.sans.org/diary.php?storyid=6220&amp;rss">Twitter Packet Challenge Solution, (Sat, Apr 18th)</a></h1>
</p>
<p>Yesterday, I posted the packet below as my twitter feed to see how the packet skills are among my followers (my twitter feed is also replicated to Facebook).<br /> Anyway. Here the solution. I came across this packet while playing with scapy6 being bored on a plane. I was doing some manual fuzzing among VMWare systems I had setup (of course, wifi/bluetooth was turned off <img src='http://sechero.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ).<br /> This packet is valid in the sense that I believe it to be RFC compliant, even though it doesn&#8217;t actually make sense. I never managed to send the packet as the VMware Linux system would give me a kernel panic whenever I tried. It is a pretty simple IPv6 packet, with IPv6 header and a Hop-by-Hop header. There is no payload and no higher level protocol header. The Hop-by-Hop header has one option: A Jumbo packet. Jumbo packets are used to send packets that are larger then 64k, but then again, there is nothing to prevent you from sending an empty packet with the option. So as a little joke, I thought it may be nice to see what various systems do if you tell them there is a huge empty packet coming. Of course, it never left&#8230; but well,<br /> RFC2675 actually covers issues like that. In this case, the first host/router receiving the packet, if it understands jumbograms, should send a ICMPv6 parameter problem error with a code of 0 .<br /> I am waiting for a plane right now and maybe I will get to it later. (Airtran Flights JAX-ATL-SFO&#8230; in case you want to re-book).</p>
<p> 60 00 00 00 00 00 00 40 FE 80 00 00 00 00 00 00<br /> 02 0C 29 FF FE 0C 44 6D FE 80 00 00 00 00 00 00<br /> 02 23 12 FF FE 53 F5 4F 3B 00 C2 04 00 00 00 00</p>
<p> 6: IP Version 6<br />  0 0: Trafic Class 0<br />     0 00 00: Flow label 0<br />             00 00: Payload length 0 (this is normal for Jumbo packets.)<br />                   00: Next header 0 (Hop-By-Hop)<br />                      40: Hop Limit 64 (Default)</p>
<p> Next we got the two link local IP addresses:<br /> FE80::020C:29FF:FE0C:446D<br /> FE80::0223:12FF:FE53:F54f</p>
<p> So the IPv6 header is normal . Next the Hop-by-Hop header:</p>
<p> 3B: There is nothing after this header (Next header: No more headers)<br /> 00: complete length of this header is 8 bytes<br /> C2: We got a Jumbogram option here<br /> 04: total length of the option value, 4 bytes<br /> 00 00 00 00: The option value&#8230;</p>
<p> So this is a jumbo gram header setting the packet size to 0.</p>
<p> Extra credit question I added later was make of the systems involved&#8230;<br /> The address uses the standard EUI64 encoding. The MAC addresses are<br /> 00:0C:29:0C:44:6D<br /> 00:23:12:53:F5:4F <br /> (don&#8217;t forget to flip bit #7..)<br /> accoridng ot the OUT database <a href="http://standards.ieee.org/regauth/oui/oui.txt" title="http://standards.ieee.org/regauth/oui/oui.txt" target="_blank">standards.ieee.org/regauth/oui/oui.txt</a>, <br /> the systems are:<br /> 00:0C:29 &#8211; VMWare<br /> 00:23:12 &#8211; Apple</p>
<p> Anyway. thought it was fun to tweet a packet. Maybe we will get an IP tunnel<br /> over twitter going one of these days. It is just hard with an MTU of 170 Bytes.</p>
<p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/twitter-packet-challenge-solution-sat-apr-18th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing RDP &#8211; Is it possible?</title>
		<link>http://sechero.com/securing-rdp-is-it-possible-6/</link>
		<comments>http://sechero.com/securing-rdp-is-it-possible-6/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:39:00 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[RE: Securing RDP &#8211; Is it possible? Posted by Craig S. Wright on Apr 15 Changing the default port adds obscurity and not security. Next, SSL will help with TLS fully enabled &#8211; this is client side certificates, but these are rarely used. Otherwise, SSL is just a dark tunnel, it helps stop sniffing, but [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://seclists.org/pen-test/2009/Apr/0091.html">RE: Securing RDP &#8211; Is it possible?</a></h1>
</p>
<p>Posted by Craig S. Wright on Apr 15
</p>
<p>
<p> Changing the default port adds obscurity and not security.  <br /> 
<p>Next, SSL will help with TLS fully enabled &#8211; this is client side <br /> certificates, but these are rarely used. <br /> 
<p>Otherwise, SSL is just a dark tunnel, it helps stop sniffing, but not the <br /> attacks. In fact, it makes it more difficult to&#8230;
<p>URL: <a href="http://seclists.org/pen-test/2009/Apr/0091.html">http://seclists.org/pen-test/2009/Apr/0091.html</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/securing-rdp-is-it-possible-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch your Internet routers!, (Mon, Mar 30th)</title>
		<link>http://sechero.com/watch-your-internet-routers-mon-mar-30th/</link>
		<comments>http://sechero.com/watch-your-internet-routers-mon-mar-30th/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:42:25 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Watch your Internet routers!, (Mon, Mar 30th) ISC reader Nick contacted us to share information about an Internet router at his workplace that got hacked this weekend. There&#8217;s several nuggets to learn from in this story, so here goes. 3/28/2009 8:34:02 Authen OK test 3/28/2009 8:34:04 test Default Group where cr 3/28/2009 8:34:05 test Default [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://isc.sans.org/diary.php?storyid=6100&amp;rss">Watch your Internet routers!, (Mon, Mar 30th)</a></h1>
</p>
<p>ISC reader Nick contacted us to share information about an Internet router at his workplace that got hacked this weekend. There&#8217;s several nuggets to learn from in this story, so here goes.<br /> 3/28/2009       8:34:02 Authen OK       test</p>
<p> 3/28/2009       8:34:04 test    Default Group   where cr</p>
<p> 3/28/2009       8:34:05 test    Default Group   who cr</p>
<p> 3/28/2009       8:34:13 test    Default Group   who cr</p>
<p> 3/28/2009       8:34:19 test    Default Group   show version cr</p>
<p> 3/28/2009       8:34:23 test    Default Group   who cr<br /> A successful login of a user test is definitely not a welcome sight in the TACACS authentication log of an Internet router. And the commands that follow are a clear indication that something sinister is going on. We know since Cliff Stoll&#8217;s experience that somebody who needs to constantly look over his shoulder while connected (issuing the who command) isn&#8217;t up to any good.<br /> At this time though, Nick&#8217;s firm didn&#8217;t know this yet &#8230; And the command log continues<br /> 3/28/2009       8:38:38 test    Default Group   show configuration cr</p>
<p> 3/28/2009       8:38:59 test    Default Group   show interfaces cr</p>
<p> 3/28/2009       8:39:48 test    Default Group   configure terminal cr</p>
<p> 3/28/2009       8:39:50 test    Default Group   interface Tunnel 128 cr</p>
<p> 3/28/2009       8:39:57 test    Default Group   show interfaces cr</p>
<p> 3/28/2009       8:41:48 test    Default Group   configure terminal cr</p>
<p> 3/28/2009       8:41:49 test    Default Group   access-list 20 permit 192.168.2.2 cr</p>
<p> 3/28/2009       8:41:50 test    Default Group   ip nat pool new [removed] netmask 255.255.255.252 cr</p>
<p> 3/28/2009       8:41:51 test    Default Group   ip nat inside source list 20 pool new overload cr</p>
<p> 3/28/2009       8:41:52 test    Default Group   ip nat inside source static tcp 192.168.2.2 113 [removed] 113 extendable </p>
<p> 3/28/2009       8:41:52 test    Default Group   interface Serial 1/0 cr</p>
<p> 3/28/2009       8:41:53 test    Default Group   ip nat outside cr</p>
<p> 3/28/2009       8:41:53 test    Default Group   interface Tunnel 128 cr</p>
<p> 3/28/2009       8:41:53 test    Default Group   ip nat inside cr</p>
<p> 3/28/2009       8:41:54 test    Default Group   ip address 192.168.2.1 255.255.255.0 cr</p>
<p> 3/28/2009       8:41:54 test    Default Group   ip tcp adjust-mss 1400 cr</p>
<p> 3/28/2009       8:41:55 test    Default Group   tunnel source Serial 1/0 cr</p>
<p> 3/28/2009       8:41:55 test    Default Group   tunnel destination [removed] cr<br /> Whoa! The bad guy is not wasting any time. Barely five minutes after connecting, and he has configured a network tunnel back to his home base.<br /> 3/28/2009       8:47:23 test    Default Group   configure terminal cr</p>
<p> 3/28/2009       8:47:26 test    Default Group   line console 0 cr</p>
<p> 3/28/2009       8:47:32 test    Default Group   password *****</p>
<p> 3/28/2009       8:47:45 test    Default Group   who cr</p>
<p> 3/28/2009       8:47:55 test    Default Group   configure terminal cr</p>
<p> 3/28/2009       8:48:01 test    Default Group   line vty 0 1052 cr</p>
<p> 3/28/2009       8:48:06 test    Default Group   password *****</p>
<p> 3/28/2009       8:49:12 test    Default Group   no transport input cr</p>
<p> 3/28/2009       8:49:26 test    Default Group   transport input ssh cr<br /> As a next step, the bad guy changes the locally configured passwords. This doesn&#8217;t make much of a difference, since these accounts only are used when the central TACACS database is not reachable. While the hacker shows quite some familiarity with setting up an IP tunnel on a Cisco router, he doesn&#8217;t seem to fully grasp the significance of the TACACS entries in the configuration:  since TACACS includes accounting logs, all his commands get recorded.<br /> At 08:52, the bad guy logs off, and Nick&#8217;s firm is still completely unaware that their perimeter router has just been subverted. But not for long: At 09:00, their RANCID script kicks in, pulls the current configuration off the router, compares it with the last known good configuration, and immediately e-mails the changes to the network admin. Luckily, the admin understands the significance of what he sees right away, and alerts the incident response team.  A while later, the test user is removed, the config is cleaned up again, and the bad guy is locked out.<br /> Nick&#8217;s own lessons learned that he shared with us are:<br /> &#8211; Disable outside management of Internet routers unless 100% required</p>
<p> &#8211; Log!! Log!! Log!!</p>
<p> &#8211; Review logs, review logs, review logs.</p>
<p> &#8211; Dont use easy usersnames/passwords.</p>
<p> &#8211; Talk to people, this includes ISP&#8217;s. Get the word out of wrong doing.</p>
<p> &#8211; Dont hack back&#8230;(we didnt, but people sometimes feel the need to retaliate). This is against the law.</p>
<p> &#8211; Keep router firmware upgraded.<br /> To which we at SANS ISC would like to add our own<br /> &#8211; What saved the day here is the use of RANCID, which acted like a trip wire. Something the bad guy clearly didn&#8217;t expect</p>
<p> &#8211; Having a privileged user named test with a guessable password is of course unwise. But mistakes happen all the time &#8211; that&#8217;s why we security folks all strive to build our defenses in a way that one single mistake isn&#8217;t enough to sink the ship. Defense in depth works!<br /> Thanks to Nick for sharing the logs and information about the attack!
<p>URL: <a href="http://isc.sans.org/diary.php?storyid=6100&amp;rss">http://isc.sans.org/diary.php?storyid=6100&amp;rss</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/watch-your-internet-routers-mon-mar-30th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0635 (ios)</title>
		<link>http://sechero.com/0635-ios/</link>
		<comments>http://sechero.com/0635-ios/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 00:00:00 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://sechero.com/0635-ios/</guid>
		<description><![CDATA[CVE-2009-0635 (ios) Memory leak in the Cisco Tunneling Control Protocol (cTCP) encapsulation feature in Cisco IOS 12.4, when an Easy VPN (aka EZVPN) server is enabled, allows remote attackers to cause a denial of service (memory consumption and device crash) via a sequence of TCP packets. URL: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0635]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0635">CVE-2009-0635 (ios)</a></h1>
</p>
<p>Memory leak in the Cisco Tunneling Control Protocol (cTCP) encapsulation feature in Cisco IOS 12.4, when an Easy VPN (aka EZVPN) server is enabled, allows remote attackers to cause a denial of service (memory consumption and device crash) via a sequence of TCP packets.
<p>URL: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0635">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0635</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/0635-ios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>0629 (ios, ios_s, ios_t, ios_xr)</title>
		<link>http://sechero.com/0629-ios-ios_s-ios_t-ios_xr/</link>
		<comments>http://sechero.com/0629-ios-ios_s-ios_t-ios_xr/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 00:00:00 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://sechero.com/0629-ios-ios_s-ios_t-ios_xr/</guid>
		<description><![CDATA[CVE-2009-0629 (ios, ios_s, ios_t, ios_xr) The (1) Airline Product Set (aka ALPS), (2) Serial Tunnel Code (aka STUN), (3) Block Serial Tunnel Code (aka BSTUN), (4) Native Client Interface Architecture (NCIA) support, (5) Data-link switching (aka DLSw), (6) Remote Source-Route Bridging (RSRB), (7) Point to Point Tunneling Protocol (PPTP), (8) X.25 for Record Boundary Preservation [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0629">CVE-2009-0629 (ios, ios_s, ios_t, ios_xr)</a></h1>
</p>
<p>The (1) Airline Product Set (aka ALPS), (2) Serial Tunnel Code (aka STUN), (3) Block Serial Tunnel Code (aka BSTUN), (4) Native Client Interface Architecture (NCIA) support, (5) Data-link switching (aka DLSw), (6) Remote Source-Route Bridging (RSRB), (7) Point to Point Tunneling Protocol (PPTP), (8) X.25 for Record Boundary Preservation (RBP), (9) X.25 over TCP (XOT), and (10) X.25 Routing features in Cisco IOS 12.2 and 12.4 allows remote attackers to cause a denial of service (device reload)&#8230;
<p>URL: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0629">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-0629</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/0629-ios-ios_s-ios_t-ios_xr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IOS cTCP Denial of Service Vulnerability</title>
		<link>http://sechero.com/cisco-ios-ctcp-denial-of-service-vulnerability-2/</link>
		<comments>http://sechero.com/cisco-ios-ctcp-denial-of-service-vulnerability-2/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:00:00 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Tunnel]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://sechero.com/cisco-ios-ctcp-denial-of-service-vulnerability-2/</guid>
		<description><![CDATA[Cisco IOS cTCP Denial of Service Vulnerability A series of TCP packets may cause a denial of service (DoS) condition on Cisco IOS devices that are configured as Easy VPN servers with the Cisco Tunneling Control Protocol (cTCP) encapsulation feature. Cisco has released free software updates that address this vulnerability. No workarounds are available; however, [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://www.cisco.com/en/US/products/products_security_advisory09186a0080a90459.shtml">Cisco IOS cTCP Denial of Service Vulnerability</a></h1>
</p>
<p>A series of TCP packets may cause a denial of service (DoS) condition on Cisco IOS devices that are configured as Easy VPN servers with the Cisco Tunneling Control Protocol (cTCP) encapsulation feature. Cisco has released free software updates that address this vulnerability. No workarounds are available; however, the IPSec NAT traversal (NAT-T) feature can be used as an alternative.<img border="0" height="0" src="http://www.cisco.com/swa/j/zag2_vs_log1.asc?Log=1&amp;vs_f=Cisco+Security+Advisories&amp;vs_p=Cisco+IOS+cTCP+Denial+of+Service+Vulnerability" width="0" />
<p>URL: <a href="http://www.cisco.com/en/US/products/products_security_advisory09186a0080a90459.shtml">http://www.cisco.com/en/US/products/products_security_advisory09186a0080a90459.shtml</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/cisco-ios-ctcp-denial-of-service-vulnerability-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webtunnel 0.0.5</title>
		<link>http://sechero.com/webtunnel-005/</link>
		<comments>http://sechero.com/webtunnel-005/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 01:53:48 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Tunnel]]></category>

		<guid isPermaLink="false">http://sechero.com/webtunnel-005/</guid>
		<description><![CDATA[[tool] Webtunnel 0.0.5 Posted by Janos Szatmary on Mar 17 I&#8217;d like to announce the release of Webtunnel 0.0.5, available at sourceforge.net/projects/webtunnel . WHAT&#8217;S NEW 2009/03/17 &#160;&#160;&#160;&#160;&#160;Added support for proxy auto-configuration &#160;&#160;&#160;&#160;&#160;Fixed a bug that would cause a keep-alive timeout to&#8230; URL: http://seclists.org/pen-test/2009/Mar/0099.html]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://seclists.org/pen-test/2009/Mar/0099.html">[tool] Webtunnel 0.0.5</a></h1>
</p>
<p>Posted by Janos Szatmary on Mar 17
</p>
<p>
<p> I&#8217;d like to announce the release of Webtunnel 0.0.5, available at <a href="http://sourceforge.net/projects/webtunnel" title="http://sourceforge.net/projects/webtunnel" target="_blank">sourceforge.net/projects/webtunnel</a>  <br /> . <br /> 
<p>
<p>WHAT&#8217;S NEW <br /> 
<p>2009/03/17 <br /> 
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Added support for proxy auto-configuration <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug that would cause a keep-alive timeout to&#8230;
<p>URL: <a href="http://seclists.org/pen-test/2009/Mar/0099.html">http://seclists.org/pen-test/2009/Mar/0099.html</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/webtunnel-005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IOS Virtual Private Dial-up Network Denial of Service Vulnerability</title>
		<link>http://sechero.com/cisco-ios-virtual-private-dial-up-network-denial-of-service-vulnerability/</link>
		<comments>http://sechero.com/cisco-ios-virtual-private-dial-up-network-denial-of-service-vulnerability/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:30:00 +0000</pubDate>
		<dc:creator>invalid string</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Tunnel]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[Vulnerability]]></category>

		<guid isPermaLink="false">http://sechero.com/cisco-ios-virtual-private-dial-up-network-denial-of-service-vulnerability/</guid>
		<description><![CDATA[Cisco IOS Virtual Private Dial-up Network Denial of Service Vulnerability Two vulnerabilities exist in the virtual private dial-up network (VPDN) solution when Point-to-Point Tunneling Protocol (PPTP) is used in certain Cisco IOS releases prior to 12.3. PPTP is only one of the supported tunneling protocols used to tunnel PPP frames within the VPDN solution. URL: [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>
<h1><a href="http://www.cisco.com/en/US/products/products_security_advisory09186a0080969862.shtml">Cisco IOS Virtual Private Dial-up Network Denial of Service Vulnerability</a></h1>
</p>
<p>Two vulnerabilities exist in the virtual private dial-up network (VPDN) solution when Point-to-Point Tunneling Protocol (PPTP) is used in certain Cisco IOS releases prior to 12.3. PPTP is only one of the supported tunneling protocols used to tunnel PPP frames within the VPDN solution.<img border="0" height="0" src="http://www.cisco.com/swa/j/zag2_vs_log1.asc?Log=1&amp;vs_f=Cisco+Security+Advisories&amp;vs_p=Cisco+IOS+Virtual+Private+Dial-up+Network+Denial+of+Service+Vulnerability" width="0" />
<p>URL: <a href="http://www.cisco.com/en/US/products/products_security_advisory09186a0080969862.shtml">http://www.cisco.com/en/US/products/products_security_advisory09186a0080969862.shtml</a></p>
</p></p>
]]></content:encoded>
			<wfw:commentRss>http://sechero.com/cisco-ios-virtual-private-dial-up-network-denial-of-service-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

