<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>IRC-Junkie.org - IRC News &#187; IRCu</title>
	<atom:link href="http://www.irc-junkie.org/tag/ircu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.irc-junkie.org</link>
	<description>All about Internet Relay Chat</description>
	<lastBuildDate>Sun, 27 Nov 2011 23:50:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.irc-junkie.org/?pushpress=hub'/>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/de/</creativeCommons:license>		<item>
		<title>IRCu Family IRCd DoS Exploit</title>
		<link>http://www.irc-junkie.org/2008-04-09/ircu-family-ircd-dos-exploit/</link>
		<comments>http://www.irc-junkie.org/2008-04-09/ircu-family-ircd-dos-exploit/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 20:46:48 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[Hack]]></category>
		<category><![CDATA[IRC]]></category>
		<category><![CDATA[IRCd]]></category>
		<category><![CDATA[IRCu]]></category>

		<guid isPermaLink="false">http://dev.irc-junkie.org/?p=56</guid>
		<description><![CDATA[Last month a new bug have been found in IRCu family IRCd's which can be exploited leading to a crashing server.

In this post on Milw0rm the bug and exploit is explained. IRCu (&#60;= 2.10.12.12) and many derivatives are affected.

IRC-Junkie asked Slug, who found the bug and described it on Milw0rm, how he found the ...<p><a href="http://www.irc-junkie.org/2008-04-09/ircu-family-ircd-dos-exploit/">IRCu Family IRCd DoS Exploit</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/' rel='bookmark' title='Permanent Link: GameSurge tests new IPv6 code in ircu'>GameSurge tests new IPv6 code in ircu</a></li>
<li><a href='http://www.irc-junkie.org/2006-01-13/mirc-local-dcc-issue-exploit-vulnerability-or-neither/' rel='bookmark' title='Permanent Link: mIRC Local DCC Issue: Exploit, Vulnerability or Neither?'>mIRC Local DCC Issue: Exploit, Vulnerability or Neither?</a></li>
<li><a href='http://www.irc-junkie.org/2005-09-23/xchat-author-warns-for-firefox-exploit/' rel='bookmark' title='Permanent Link: XChat Author Warns for Firefox Exploit'>XChat Author Warns for Firefox Exploit</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Last month a new bug have been found in IRCu family IRCd&#8217;s which can be exploited leading to a crashing server.</p>
<p>In this post on <a href="http://www.milw0rm.com/exploits/5306">Milw0rm</a> the bug and exploit is explained. IRCu (&lt;= 2.10.12.12) and many derivatives are affected.</p>
<p>IRC-Junkie asked Slug, who found the bug and described it on Milw0rm, how he found the bug. <em>&#8220;Core dump from one of our servers,&#8221;</em> Slug starts. <em>&#8220;send_user_mode in s_user.c does not check that the argument after a +r mode is present, if it is not than the NULL sentinel may be missed, causing the function to iterate over the boundary of the array.&#8221;</em></p>
<p>One way to exploit the bug would be using the command with string <strong>/mode nickname i i i i i i i i i i i i i i i r r r r s</strong>. Doing so would core the server.</p>
<p>Only cure is to upgrade to the latest version of the IRCd with fix for this exploit.</p>
 <p><a href="http://www.irc-junkie.org/?flattrss_redirect&amp;id=56&amp;md5=406cb88b95767dde77508108595be64e" title="Flattr" target="_blank"><img src="http://www.irc-junkie.org/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2008-04-09/ircu-family-ircd-dos-exploit/">IRCu Family IRCd DoS Exploit</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>
<p class="wp-flattr-button"></p>

<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/' rel='bookmark' title='Permanent Link: GameSurge tests new IPv6 code in ircu'>GameSurge tests new IPv6 code in ircu</a></li>
<li><a href='http://www.irc-junkie.org/2006-01-13/mirc-local-dcc-issue-exploit-vulnerability-or-neither/' rel='bookmark' title='Permanent Link: mIRC Local DCC Issue: Exploit, Vulnerability or Neither?'>mIRC Local DCC Issue: Exploit, Vulnerability or Neither?</a></li>
<li><a href='http://www.irc-junkie.org/2005-09-23/xchat-author-warns-for-firefox-exploit/' rel='bookmark' title='Permanent Link: XChat Author Warns for Firefox Exploit'>XChat Author Warns for Firefox Exploit</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2008-04-09/ircu-family-ircd-dos-exploit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GameSurge tests new IPv6 code in ircu</title>
		<link>http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/</link>
		<comments>http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/#comments</comments>
		<pubDate>Sun, 16 Jan 2005 22:18:01 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[IRCd]]></category>
		<category><![CDATA[Network Addons]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[GameSurge]]></category>
		<category><![CDATA[IRCu]]></category>

		<guid isPermaLink="false">http://dev.irc-junkie.org/?p=329</guid>
		<description><![CDATA["Our development committee is currently testing our new IPv6 IRC server located at ipv6.gamesurge.net. If you have an IPv6 connection you might want to download this patch for Mirc that will allow you to connect to GameSurge via the IPv6 protocol", the GameSurge website reports.

IPv6 support is one of the new features of ircu2.10.12, ...<p><a href="http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/">GameSurge tests new IPv6 code in ircu</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2006-07-17/one-user-causes-networkwide-isp-ban-on-gamesurge/' rel='bookmark' title='Permanent Link: One User Causes Networkwide ISP Ban on GameSurge'>One User Causes Networkwide ISP Ban on GameSurge</a></li>
<li><a href='http://www.irc-junkie.org/2008-03-09/ircefnetch-supports-ipv6/' rel='bookmark' title='Permanent Link: IRC.EFNet.CH Supports IPv6'>IRC.EFNet.CH Supports IPv6</a></li>
<li><a href='http://www.irc-junkie.org/2005-05-26/troublemaker-forces-gamesurge-to-gline-isp/' rel='bookmark' title='Permanent Link: Troublemaker Forces GameSurge to GLine ISP'>Troublemaker Forces GameSurge to GLine ISP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;Our development committee is currently testing our new IPv6 IRC server located at ipv6.gamesurge.net. If you have an IPv6 connection you might want to download this patch for <a href="http://users.skynet.be/jaguar/mircv6.html">Mirc</a> that will allow you to connect to GameSurge via the IPv6 protocol&#8221;</em>, the <a href="http://www.gamesurge.net/">GameSurge</a> website reports.</p>
<p>IPv6 support is one of the <a href="http://cvs.sourceforge.net/viewcvs.py/undernet-ircu/ircu2.10/RELEASE.NOTES?view=markup">new features</a> of ircu2.10.12, the IRC deamon which is also in use on the Undernet network.</p>
<p>We asked Entrope, coordinator of the ircu2.10.12 development, how the test was going so far. <em>&#8220;We found a moderate number of problems very early in the test, but that is typical for rolling out so much new code.  In the past two weeks, we have seen only one minor problem.  It is specific to a GameSurge patch, and should be fixed by the current version of that patch.&#8221;</em></p>
<p>The users have been excited over the support for IPv6 <em>&#8220;Between IPsec and other new features of IPv6, we think the benefits of IRC over IPv6 outweigh the possible problems&#8221;</em>, Entrope explains.</p>
<p>In the IRC community there have been some concerns about the big ammount of IP addresses users have the access to with IPv6. Entrope about this issue: <em>&#8220;The clone checking code in ircu should prevent that; the new code works on larger blocks than single IPs.  There are a few cases that it does not currently address, since those require information about end-user netblock sizes, but those should be rare and can be handled as they arise.&#8221;</em></p>
<p>GameSurge is planning to setup a second server testing this IPv6 code, and naturally, when ircu2.10.12 is being released it will be rolled out to all GameSurge servers. Also Undernet has plans to test the new ircu with the IPv6 code.</p>
<p>The new ircu also contains some other interesting changes. The format of the configuration file will be simplified and is based on ircd-hybrid&#8217;s one, as is the DNS resolver, new channel modes that will automatically op a user who joins with a specific key, aliases for /X and /chanserv type of commands, and</p>
 <p><a href="http://www.irc-junkie.org/?flattrss_redirect&amp;id=329&amp;md5=7aa7a5dfdd7374117026124222f7927f" title="Flattr" target="_blank"><img src="http://www.irc-junkie.org/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/">GameSurge tests new IPv6 code in ircu</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>
<p class="wp-flattr-button"></p>

<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2006-07-17/one-user-causes-networkwide-isp-ban-on-gamesurge/' rel='bookmark' title='Permanent Link: One User Causes Networkwide ISP Ban on GameSurge'>One User Causes Networkwide ISP Ban on GameSurge</a></li>
<li><a href='http://www.irc-junkie.org/2008-03-09/ircefnetch-supports-ipv6/' rel='bookmark' title='Permanent Link: IRC.EFNet.CH Supports IPv6'>IRC.EFNet.CH Supports IPv6</a></li>
<li><a href='http://www.irc-junkie.org/2005-05-26/troublemaker-forces-gamesurge-to-gline-isp/' rel='bookmark' title='Permanent Link: Troublemaker Forces GameSurge to GLine ISP'>Troublemaker Forces GameSurge to GLine ISP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2005-01-17/gamesurge-tests-new-ipv6-code-in-ircu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CIA funds monitoring of IRC (updated 2)</title>
		<link>http://www.irc-junkie.org/2004-11-25/cia-funds-monitoring-of-irc-updated-2/</link>
		<comments>http://www.irc-junkie.org/2004-11-25/cia-funds-monitoring-of-irc-updated-2/#comments</comments>
		<pubDate>Wed, 24 Nov 2004 23:07:44 +0000</pubDate>
		<dc:creator>phrozen77</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[IRCd]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[IRCu]]></category>
		<category><![CDATA[Undernet]]></category>

		<guid isPermaLink="false">http://dev.irc-junkie.org/?p=351</guid>
		<description><![CDATA[A university in New York is going to be working on a program to analyse IRC chat which is being funded by the CIA channeled through the National Science Foundation. This document outlines the project including the sum of money involved which is $157673 USD.

"The aim of this proposal is to develop new techniques ...<p><a href="http://www.irc-junkie.org/2004-11-25/cia-funds-monitoring-of-irc-updated-2/">CIA funds monitoring of IRC (updated 2)</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>



Related posts:<ol><li><a href='http://www.irc-junkie.org/2005-03-15/honeynet-project-releases-paper-on-botnets/' rel='bookmark' title='Permanent Link: Honeynet Project Releases Paper on Botnets'>Honeynet Project Releases Paper on Botnets</a></li>
<li><a href='http://www.irc-junkie.org/2007-10-07/undernet-celebrates-its-15th-birthday/' rel='bookmark' title='Permanent Link: Undernet Celebrates its 15th Birthday'>Undernet Celebrates its 15th Birthday</a></li>
<li><a href='http://www.irc-junkie.org/2007-05-14/oslo-server-duo-delinks-from-undernet/' rel='bookmark' title='Permanent Link: Oslo* server Duo Delinks from Undernet'>Oslo* server Duo Delinks from Undernet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A university in New York is going to be working on a program to analyse IRC chat which is being funded by the CIA channeled through the National Science Foundation. <a href="http://nsf.gov/awardsearch/showAward.do?AwardNumber=0442154">This document</a> outlines the project including the sum of money involved which is $157673 USD.</p>
<p><em>&#8220;The aim of this proposal is to develop new techniques for information gathering, analysis and modeling of chatroom communications&#8221;</em>, the document explains. What the document did not lined out was that it was the CIA who was behind the funding.</p>
<p>Leland Jameson, NSF programme director said last Wednesday that the two year program will probably not see a new term.</p>
<p>In June 2004 the two researchers mentioned in the document , Yener and Krishnamoorthy, released a paper (NSF funded) that described a project where users on the <a href="http://www.undernet.org/">Undernet</a> IRC network were monitored. In the paper they described their work as <em>&#8220;could aid (the) intelligence community to eavesdrop in chatrooms, profile chatters and identify hidden groups of chatters in a cost-effective way.&#8221;</em></p>
<p>To monitor chat on Undernet the researchers would need to actually have a client inside the channels they want to monitor. Private messaging between two users is not possible to follow for an outsider, unless the ircd contains code to do so. As the ircd in use on Undernet, <a href="http://www.coder-com.undernet.org/">ircu</a>, is open source, this seems highly unlikely.</p>
<p>Al Teich, director of science and policy programmes at the American Association for the Advancement of Science has in general nothing about the CIA funding anti-terrorism, but <em>&#8220;Whether the CIA ought to be funding research in universities in a clandestine manner is a different issue.&#8221;</em></p>
<p>Several articles can be found using <a href="http://news.google.com/news?hl=en&amp;ned=us&amp;ie=UTF-8&amp;ncl=http://news.zdnet.co.uk/communications/networks/0,39020345,39175016,00.htm">Google News</a> for further reading. Thanks to Ed for initially bringing it to my attention <img src='http://www.irc-junkie.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Update: &#8220;Undernet has never knowingly been a part of any snooping project for the government. We were totally unaware of this&#8221;, said an Undernet official in a reaction to IRC-Junkie.</p>
<p>A PDF explains the initial research and includes the explanation on why they picked out #usa, #philosophy and #political on the Undernet IRC network.</p>
<p>Update2: People have asked me what hosts the bots are using. It is not hard to find the bots online, as the bots are not set +i at all. Doing a <em>who *.rpi.edu</em> quickly shows the next connection:</p>
<p>resh is ~camtes@opt.cs.rpi.edu</p>
<p>resh is Seyit A. Camtepe</p>
<p>End of WHO matching *.rpi.edu &#8211; 1 user(s) found</p>
<p>From the PDF we know Ahmet Camtepe is one of the researchers, and that camtes@cs.rpi.edu is his email address. Whoisses of the last few days show that the bots are moving around channels, and have abandoned the 3 channels mentioned in the PDF.</p>
 <p><a href="http://www.irc-junkie.org/?flattrss_redirect&amp;id=351&amp;md5=0a203efe315b5d3a8a6caf886286d1ce" title="Flattr" target="_blank"><img src="http://www.irc-junkie.org/wp-content/plugins/flattrss/img/flattr-badge-large.png" alt="flattr this!"/></a></p><p><a href="http://www.irc-junkie.org/2004-11-25/cia-funds-monitoring-of-irc-updated-2/">CIA funds monitoring of IRC (updated 2)</a> is a post from: <a href="http://www.irc-junkie.org">IRC-Junkie.org - IRC News</a>
<br><br>

This post is licensed under the <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/de/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Deutschland</a> license.</p>
<p class="wp-flattr-button"></p>

<p>Related posts:<ol><li><a href='http://www.irc-junkie.org/2005-03-15/honeynet-project-releases-paper-on-botnets/' rel='bookmark' title='Permanent Link: Honeynet Project Releases Paper on Botnets'>Honeynet Project Releases Paper on Botnets</a></li>
<li><a href='http://www.irc-junkie.org/2007-10-07/undernet-celebrates-its-15th-birthday/' rel='bookmark' title='Permanent Link: Undernet Celebrates its 15th Birthday'>Undernet Celebrates its 15th Birthday</a></li>
<li><a href='http://www.irc-junkie.org/2007-05-14/oslo-server-duo-delinks-from-undernet/' rel='bookmark' title='Permanent Link: Oslo* server Duo Delinks from Undernet'>Oslo* server Duo Delinks from Undernet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.irc-junkie.org/2004-11-25/cia-funds-monitoring-of-irc-updated-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

