Original issue date: October 19, 1994<BR>
Last revised: September 23, 1997<BR>
Updated copyright statement

<P>A complete revision history is at the end of this file.

<P>The CERT Coordination Center has learned of a Trojan horse in some copies of
ircII version 2.2.9, the source code for the Internet Relay Chat (IRC) client
for UNIX systems. Reports we have received thus far indicate that the corrupt
code was available as early as May 1994. The Trojan horse provides a back door
through which intruders can gain unauthorized access to accounts of IRC users.
Intruders are actively exploiting this back door.  If you obtained ircII 2.2.9
from any site in May or later, you may be vulnerable.

<P>Because it is unknown how far the corrupt version of the IRC client has
propagated and because intruders may have corrupted other versions, the CERT
staff recommends obtaining and installing ircII version 2.6.

<P>Because no special privileges are needed to install and run the IRC source
code, any user on your system may have installed the corrupt code.  Thus, we
also recommend that you inform your users of this potential problem and its
solution.

<P>We will update this advisory as we receive additional information.
Please check advisory files regularly for updates that relate to your site.

<P><HR>

<H2>I. Description</H2>


A Trojan horse was found in some copies of the source code for
the Internet Relay Chat client for UNIX systems, ircII version
2.2.9.  Intruders are actively exploiting this Trojan horse.

<P>The Trojan horse creates a back door and enables intruders to
gain unauthorized access to accounts of IRC users. If IRC is run
from a system account, such as root or bin, the Trojan horse
enables intruders to gain unauthorized access to the system
account.  In addition, because it is possible to compile,
install, and run IRC source code without special privileges, any
user on your system may have installed corrupt code.

<P>The source code containing the Trojan horse was available from
many FTP sites as early as May 1994 (at this time, we do not have
a specific date).

<H2>II. Impact</H2>


Remote users can gain unauthorized access to any account running
the IRC client, including a system account if it is running IRC.

<H2>III. Solution</H2>


If you want to try to determine whether your copy of ircII contains the
Trojan horse, perform a search on the IRC client to find the strings JUPE
or GROK. For example,
<PRE>
% strings /usr/local/bin/irc | grep 'JUPE|GROK'

% strings /usr/local/bin/irc | egrep 'JUPE|GROK'
</PRE>
If the strings JUPE or GROK are present in the IRC client, your source
code may contain the Trojan horse. Keep in mind, however, that back doors
can easily be changed to respond to other words, so you may be vulnerable
even if you do not find JUPE or GROK.

<P>Thus, even if you believe that your IRC source code is clean, we urge you
to install ircII version 2.6, the most recent version of IRC. Also,
the maintainer of the code reports that version 2.6 contains many bug
fixes and extra portability.

<P>IRC source code is available by anonymous FTP from many locations,
including the following:

<P>sungear.mame.mu.oz.au:/pub/irc<BR>
        alpha.gnu.ai.mit.edu:/ircII<BR>
        ftp.funet.fi:/pub/unix/irc/ircII<BR>
coombs.anu.edu.au:/pub/irc/ircii
<PRE>

File                  Size     MD5 Checksum<BR>
--------              ------   -----------------------------
ircii-2.6.tar.gz      366361   3FC5FBD18CB3E6C071F51FD8C6C59017
ircii-2.6help.tar.gz  111733   D9D535B7A06BED2A2EA6676B20BDA481
ircii-2.5to2.6-diff   19644    0C05C96B10CB87186BD921536AE3FDF2

</PRE>
As of Feb. 2, 1995, an ircii2.6-sco-patch is available:

<PRE>
File                  Size     MD5 Checksum<BR>
--------              ------   -----------------------------
ircii-2.6.tar.gz      366361   3FC5FBD18CB3E6C071F51FD8C6C59017
ircii-2.6help.tar.gz  111733   D9D535B7A06BED2A2EA6676B20BDA481
ircii-2.5to2.6-diff   19644    0C05C96B10CB87186BD921536AE3FDF2
ircii-2.6-sco-patch   65143    45161113B0E435FB993CE00436A819A1

</PRE>


<H2>IV.  Informing Users</H2>


Because users may have installed IRC source code on their own, we
recommend informing all your users about the Trojan horse and the new
version of IRC.

<P>In addition, you may want to find any user-installed copies of IRC that
may be vulnerable. If so, you could use the find command to locate these
binaries. As an example, the following command will enable you to find
all files named &quot;irc&quot; in a subdirectory of /usr/users:
<PRE>
% find /usr/users -name irc -type f -print
</PRE>
<HR>
<BR>
The CERT Coordination Center wishes to thank Matthew Green for his
assistance with this advisory.

<!--#include virtual="/include/footer_nocopyright.html" -->
<P>Copyright 1994, 1996 Carnegie Mellon University.</P>

<HR>

Revision History
<PRE>
Sep. 23, 1997  Updated copyright statement
Aug. 30, 1996  Information previously in the README was inserted
               into the advisory.
Feb. 02, 1995  Sec. III - Added filenames and checksums for ircii2.6-sco-patch.
Oct. 20, 1994  Sec. III - Added example command using egrep.
               Included alhpa.gnu.ai.mit.edu as a source of ircII.
</PRE>