<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Coffeehouse - Software using localhost as a proxy - security concerns?</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 07:07:50 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 07:07:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>12</c9:totalResults>
	<c9:pageCount>-12</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>I recently installed an update to a piece of software that puts all browsing through a proxy running on 127.0.0.1 (port 8777) (there IS good reason for this and it's more effective than how the previous version of the software worked). Since I'm not an expert in such matters I'm slightly concerned that this could also be open and internet facing - opening my computer to security threats from anyone who knows/guesses my IP address. Is this case?</p><p>Will keeping it blocked on Windows Firewall eliminate any potential risk (so far as I can tell it still functions as intended when blocked)?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/d1cb324358cc48d6bb04a0cb0181f160#d1cb324358cc48d6bb04a0cb0181f160</link>
		<pubDate>Thu, 13 Sep 2012 23:25:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/d1cb324358cc48d6bb04a0cb0181f160#d1cb324358cc48d6bb04a0cb0181f160</guid>
		<dc:creator>GoddersUK</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GoddersUK/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p>56 minutes ago, GoddersUK wrote</p><p>*snip*</p><p>I'm slightly concerned that this could also be open and internet facing</p><p>*snip*</p><p></p></div></blockquote><p></p><p>By &quot;this&quot; do you mean 127.0.0.1 (port 8777) or the proxy's internet facing side?</p><p>The loopback range 127.0.0.0/8 is supposed to be dropped if any of those packets should get on the network.&nbsp; Those packets are not supposed to be on the network.</p><p>The proxy's internet facing side ... if the proxy were keeping listening ports open you could check it out by doing a netstat -ano and seeing what ports are listening, cull out the known ones, and investigate the unknown ones.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/143653f7e52d4d039ec0a0cc00088d59#143653f7e52d4d039ec0a0cc00088d59</link>
		<pubDate>Fri, 14 Sep 2012 00:31:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/143653f7e52d4d039ec0a0cc00088d59#143653f7e52d4d039ec0a0cc00088d59</guid>
		<dc:creator>davewill2</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/DaveWill2/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>Listeners bindling to loopback listen only to loopback and no other places. The people outside can't connect to it even if your firewall is off.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/0702ea0adf444f50888ca0cc003c32f8#0702ea0adf444f50888ca0cc003c32f8</link>
		<pubDate>Fri, 14 Sep 2012 03:39:10 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/0702ea0adf444f50888ca0cc003c32f8#0702ea0adf444f50888ca0cc003c32f8</guid>
		<dc:creator>cheong</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/cheong/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns#cd1cb324358cc48d6bb04a0cb0181f160">GoddersUK</a>: If it's only ever listening on the loopback address, it's not even an issue to begin with. The network stack will ignore packets claiming to be destined for 127.0.0.1 that come from a remote machine long before any application sees them.</p><p>If it's listening on all addresses but you use WF to block communication from outside, without it breaking, then again you're safe (although the software probably shouldn't have done that in the first place) and I'd carry on using it in that config.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/ad015b8c63f8474499efa0cc0072020d#ad015b8c63f8474499efa0cc0072020d</link>
		<pubDate>Fri, 14 Sep 2012 06:55:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/ad015b8c63f8474499efa0cc0072020d#ad015b8c63f8474499efa0cc0072020d</guid>
		<dc:creator>AndyC</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AndyC/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>It depends how they opened the socket.</p><p>For example, in C# you can get either behaviour:</p><p>// This form is loopback only and not visible from outside of your machine:</p><p>listener = new TcpListener(new IPEndPoint(IPAddress.Loopback, port));</p><p>// this form exposes the port:</p><p>listener = new TcpListener(new IPEndPoint(IPAddress.Any, port));</p><p>Assuming you're running Windows Firewall, you'll get a prompt with the latter to ask you if you want to add an exception to punch a hole through the firewall. If your program gave you a Windows Firewall prompt, then you might want to make a feature request to the product team to allow you disable it.</p><p>If you didn't see a prompt, you're probably safe.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/2919c0fb41fb4f4f9c65a0cc00ac5af0#2919c0fb41fb4f4f9c65a0cc00ac5af0</link>
		<pubDate>Fri, 14 Sep 2012 10:27:31 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/2919c0fb41fb4f4f9c65a0cc00ac5af0#2919c0fb41fb4f4f9c65a0cc00ac5af0</guid>
		<dc:creator>evildictaitor</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/evildictaitor/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>Thanks for the info guys. This is what I'm seeing:</p><p><img src="http://imageshack.us/a/img526/3121/proxysettings.png" alt=""></p><p>I have no idea what the software is actually listening too (ie. if it's listening for all attempted connections or only those arising from this computer.</p><p>@<a href="/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns#c2919c0fb41fb4f4f9c65a0cc00ac5af0">evildictaitor</a>: I did get a Windows Firewall prompt. So this implies it's listening for incoming connections? (There's no reason that I can see for it to need incoming external connections and it appears to function perfectly when incoming connections are blocked on Windows Firewall).</p><p>I need to post on their support forums for an unrelated issue so I'll raise this with them then too.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/1606ed2b457a42ce9c36a0cc01492a1b#1606ed2b457a42ce9c36a0cc01492a1b</link>
		<pubDate>Fri, 14 Sep 2012 19:58:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/1606ed2b457a42ce9c36a0cc01492a1b#1606ed2b457a42ce9c36a0cc01492a1b</guid>
		<dc:creator>GoddersUK</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GoddersUK/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/143653f7e52d4d039ec0a0cc00088d59">19 hours&nbsp;ago</a>, <a href="/Niners/DaveWill2">DaveWill2</a> wrote</p><p>*snip*</p><p>By &quot;this&quot; do you mean 127.0.0.1 (port 8777) or the proxy's internet facing side?</p><p></p></div></blockquote><p></p><p>I mean I'm concerned the proxy that the software has installed on my machine could be accessible from other machines.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/980bcd5592134ae39a37a0cc0149a248#980bcd5592134ae39a37a0cc0149a248</link>
		<pubDate>Fri, 14 Sep 2012 20:00:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/980bcd5592134ae39a37a0cc0149a248#980bcd5592134ae39a37a0cc0149a248</guid>
		<dc:creator>GoddersUK</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GoddersUK/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>Run&nbsp;&quot;netstat -a&quot;. If there's something listening on port 8777 on anything other than the loopback address, then you could have a problem. Of course, if you use a firewall, it still shouldn't be an issue.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/055d81c1509a4d93a915a0ce007a6d26#055d81c1509a4d93a915a0ce007a6d26</link>
		<pubDate>Sun, 16 Sep 2012 07:25:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/055d81c1509a4d93a915a0ce007a6d26#055d81c1509a4d93a915a0ce007a6d26</guid>
		<dc:creator>Sven Groot</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Sven Groot/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>And bear in mind that normally you won't be directly connected to the Internet - your router will normally have a firewall too (that's why you can't normally run an Internet-accessible webserver from your laptop)</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/726c257e3a484337b5a6a0ce009dea49#726c257e3a484337b5a6a0ce009dea49</link>
		<pubDate>Sun, 16 Sep 2012 09:34:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/726c257e3a484337b5a6a0ce009dea49#726c257e3a484337b5a6a0ce009dea49</guid>
		<dc:creator>evildictaitor</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/evildictaitor/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p>@<a href="/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns#c055d81c1509a4d93a915a0ce007a6d26">Sven Groot</a>: I see nothing (although it is already blocked by my firewall) so I won't worry too much</p><p>@<a href="/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns#c726c257e3a484337b5a6a0ce009dea49">evildictaitor:</a> ATM I'm connected to a large university hall of residence network so it's always a good idea to be suspicious. You can't trust who or what you're connecting to - a while back they had a problem with malware on connected computers pretending to be the DHCP server and infecting unpatched machines. Similarly when I connect to the main university network (since I'm not normally in halls).</p><p><br>Anyway I think I'm safe atm. Thanks guys!</p><p>&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/6044dd13b9064fb195a6a0ce016e524b#6044dd13b9064fb195a6a0ce016e524b</link>
		<pubDate>Sun, 16 Sep 2012 22:13:44 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/6044dd13b9064fb195a6a0ce016e524b#6044dd13b9064fb195a6a0ce016e524b</guid>
		<dc:creator>GoddersUK</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GoddersUK/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p>You can't trust who or what you're connecting to - a while back they had a problem with malware on connected computers pretending to be the DHCP server and infecting unpatched machines.</p><p></p></div></blockquote><p></p><p>If you're on a university campus you'll have a big external firewall because the university will be sitting behind a big NAT, so you're probably good.</p><p>If you're in the csci department at your university, you might want to check (via Wireshark) that all of the machines are link-local isolated. Unfortunately there are design bugs in the TCP/IP stack that mean that computers who are situated next to you can do nasty things to your machine (e.g. ARP poisoning and DHCP poisoning (which can lead to DNS poisoning as well as network boot), as well as sending your network card network-on/network-off packets if they're enabled).</p><p>The canonical solution for this is to have all of the machines on the network living in their own subnet, preventing different machines on the network to DHCP or ARPing each other. If you do that, you only have to trust the routers aren't compromised, you don't have to care about the machines that are connected.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/cb17a80e0a6f4465b4fea0cf007e46be#cb17a80e0a6f4465b4fea0cf007e46be</link>
		<pubDate>Mon, 17 Sep 2012 07:39:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/cb17a80e0a6f4465b4fea0cf007e46be#cb17a80e0a6f4465b4fea0cf007e46be</guid>
		<dc:creator>evildictaitor</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/evildictaitor/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Software using localhost as a proxy - security concerns?</title>
		<description><![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Post Permalink" href="/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/cb17a80e0a6f4465b4fea0cf007e46be">14 hours&nbsp;ago</a>, <a href="/Niners/evildictaitor">evildictait​or</a> wrote</p><p>*snip*</p><p>If you're on a university campus you'll have a big external firewall because the university will be sitting behind a big NAT, so you're probably good.</p><p></p></div></blockquote><p></p><p>A lot of University networks won't actually be behind&nbsp;a NAT at all, because they were the ones who got the initial set of Class B networks, so often they're actually handing out publically addressable IP ranges internally (they really should and probably are firewalled these days, however).</p><p>That said, it's probably unlikely in most cases that there is much in the way of internal segregation between student residences, so it's definitely worth making sure your machine is treating the university network more like a public network than a private one.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/ee2b2a27610148f69af7a0cf016f69cc#ee2b2a27610148f69af7a0cf016f69cc</link>
		<pubDate>Mon, 17 Sep 2012 22:17:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/Software-using-localhost-as-a-proxy-security-concerns/ee2b2a27610148f69af7a0cf016f69cc#ee2b2a27610148f69af7a0cf016f69cc</guid>
		<dc:creator>AndyC</dc:creator>
		<slash:comments>12</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/AndyC/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>