[BACK]Return to errata.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/errata.html, Revision 1.382

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.355     deraadt     4: <title>OpenBSD 3.0 errata</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.372     horacio    10: <meta name="copyright" content="This document copyright 1997-2002 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.127     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.68      deraadt    16: <h2><font color=#0000e0>
1.355     deraadt    17: This is the OpenBSD 3.0 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.380     espie      23: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.94      deraadt    24: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                     25: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt    26: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    27: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt    28: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt    29: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt    30: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt    31: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.355     deraadt    32: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.94      deraadt    33: <hr>
                     34:
1.356     deraadt    35: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz>
1.142     deraadt    36: You can also fetch a tar.gz file containing all the following patches</a>.
                     37: This file is updated once a day.
                     38:
1.240     jason      39: <p> The patches below are available in CVS via the
1.355     deraadt    40: <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.
1.278     ericj      41:
                     42: <p>
                     43: For more detailed information on install patches to OpenBSD, please
                     44: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
1.142     deraadt    45: <hr>
                     46:
1.197     deraadt    47: <dl>
1.43      deraadt    48: <a name=all></a>
1.67      deraadt    49: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    50: <ul>
1.382   ! millert    51: <a name=mail></a>
        !            52: <li><font color=#009000><strong>018: SECURITY FIX: April 11, 2002</strong></font><br>
        !            53: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1">mail(1)</a>
        !            54: will process tilde escapes even in non-interactive mode.
        !            55: This can lead to a local root compromise.
        !            56: <br>
        !            57: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/018_mail.patch">A source code patch exists which remedies the problem</a>.
        !            58: <p>
1.379     ho         59: <a name=isakmpd></a>
                     60: <li><font color=#009000><strong>017: RELIABILITY FIX: March 26, 2002</strong></font><br>
                     61: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>
                     62: will crash when receiving a zero length IKE packet due to a too-late length check.
                     63: <br>
                     64: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/017_isakmpd.patch">A source code patch exists which remedies the problem</a>.
                     65: <p>
1.378     millert    66: <a name=approval></a>
                     67: <li><font color=#009000><strong>016: SECURITY FIX: March 19, 2002</strong></font><br>
                     68: Under certain conditions, on systems using YP with netgroups in the password
                     69: database, it is possible for the
                     70: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rexecd&sektion=8">rexecd(8)</a>
                     71: and
                     72: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8">rshd(8)</a>
                     73: for the rexecd and rshd daemons to execute the shell from a different user's
                     74: password entry.  Due to a similar problem,
                     75: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atrun&sektion=8">atrun(8)</a>
                     76: may change to the wrong home directory when running
                     77: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>
                     78: jobs.<br>
                     79: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/016_approval.patch">A source code patch exists which remedies the problem</a>.
                     80: <p>
1.376     millert    81: <a name=zlib></a>
                     82: <li><font color=#009000><strong>015: RELIABILITY FIX: March 13, 2002</strong></font><br>
                     83: Under some circumstances the zlib compression library can free dynamically
                     84: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
                     85: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a>
                     86: function detects this.
                     87: There is also a kernel zlib component that may be used by pppd and IPSec.
1.377     millert    88: The feasibility of attacking the kernel this way is currently unknown.<br>
1.376     millert    89: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/015_zlib.patch">A source code patch exists which remedies the problem</a>.
                     90: <p>
1.375     provos     91: <a name=openssh></a>
                     92: <li><font color=#009000><strong>014: SECURITY FIX: March 8, 2002</strong></font><br>
                     93: A local user can gain super-user privileges due to an off-by-one check
                     94: in the channel forwarding code of OpenSSH.<br>
                     95: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/014_openssh.patch">A source code patch exists which remedies the problem</a>.
                     96: <p>
1.373     jason      97: <a name=syspipe></a>
                     98: <li><font color=#009000><strong>013: RELIABILITY FIX: February 4, 2002</strong></font><br>
1.374     jason      99: The wrong filedescriptors are released when pipe(2) failed.<br>
1.373     jason     100: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/013_syspipe.patch">A source code patch exists which remedies the problem</a>.
                    101: <p>
1.371     mpech     102: <a name=ptrace></a>
1.370     jason     103: <li><font color=#009000><strong>012: SECURITY FIX: January 21, 2002</strong></font><br>
                    104: A race condition between the ptrace(2) and execve(2) system calls allows
                    105: an attacker to modify the memory contents of suid/sgid processes which
                    106: could lead to compromise of the super-user account.<br>
                    107: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/012_ptrace.patch">A source code patch exists which remedies the problem</a>.
                    108: <p>
1.368     millert   109: <a name=sudo>
                    110: <li><font color=#009000><strong>011: SECURITY FIX: January 17, 2002</strong></font><br>
                    111: If the Postfix sendmail replacement is installed on a system an
                    112: attacker may be able to gain root privileges on the local host via
                    113: sudo(8) which runs the mailer as root with an environment inherited
                    114: from the invoking user.  While this is a bug in sudo it is not
                    115: believed to be possible to exploit when sendmail (the mailer that
                    116: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    117: the mailer an environment that is not subject to influence from the
1.369     millert   118: invoking user.<br>
1.368     millert   119: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/011_sudo.patch">A source code patch exists which remedies the problem</a>.
                    120: <p>
1.366     jason     121: <a name=ipip>
                    122: <li><font color=#009000><strong>010: RELIABILITY FIX: December 13, 2001</strong></font><br>
                    123: Systems running with IP-in-IP encapulation can be made to crash by
                    124: malformed packets.<br>
                    125: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/010_ipip.patch">A source code patch exists which remedies the problem</a>.
1.367     horacio   126: <p>
1.362     millert   127: <a name=lpd>
1.363     millert   128: <li><font color=#009000><strong>008: SECURITY FIX: November 28, 2001</strong></font><br>
1.362     millert   129: A security issue exists in the lpd daemon that may allow an attacker
                    130: to create arbitrary new files in the root directory.  Only machines
                    131: with line printer access (ie: listed in either /etc/hosts.lpd or
                    132: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    133: must have root access on the machine.  OpenBSD does not start lpd
1.366     jason     134: in the default installation.<br>
1.362     millert   135: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/008_lpd.patch">A source code patch exists which remedies the problem</a>.
                    136: <p>
1.361     millert   137: <a name=vi.recover>
                    138: <li><font color=#009000><strong>007: SECURITY FIX: November 13, 2001</strong></font><br>
                    139: A security issue exists in the vi.recover script that may allow an attacker
                    140: to remove arbitrary zero-length files, regardless of ownership.
                    141: <br>
                    142: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/007_recover.patch">A source code patch exists which remedies the problem</a>.
1.357     deraadt   143: <p>
1.361     millert   144: <a name=pf>
                    145: <li><font color=#009000><strong>006: SECURITY FIX: November 13, 2001</strong></font>
                    146: <br>
                    147: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>
                    148: was incapable of dealing with certain ipv6 icmp packets, resulting in a crash.
                    149: <br>
                    150: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/006_pf.patch">A source code patch exists which remedies the problem</a>.
1.357     deraadt   151: <p>
                    152: <a name=sshd>
                    153: <li><font color=#009000><strong>002: SECURITY FIX: November 12, 2001</strong></font><br>
                    154: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
1.365     jason     155: is being upgraded from OpenSSH 3.0 to OpenSSH 3.0.2 to fix a few problems:
1.357     deraadt   156: <p>
                    157: <ul>
                    158: <li>A security hole that may allow an attacker to partially authenticate
                    159: if -- and only if -- the administrator has enabled KerberosV.
                    160: <br>
                    161: By default, OpenSSH KerberosV support only becomes active after KerberosV
                    162: has been properly configured.
                    163: <p>
                    164: <li>An excessive memory clearing bug (which we believe to be unexploitable)
                    165: also exists, but since this may cause daemon crashes, we are providing a
                    166: patch as well.
                    167: <p>
1.365     jason     168: <li>A vulnerability in environment passing in the <code>UseLogin</code>
                    169: <i>sshd</i> option
                    170: <p>
1.357     deraadt   171: <li>Various other non-critical fixes.
                    172: </ul>
                    173: <p>
1.365     jason     174: Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.2,
                    175: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/002_ssh2.patch">a source code patch exists which remedies these problems</a>.
                    176: This is the second version of this patch.
1.357     deraadt   177: <p>
1.361     millert   178: <a name=hosts>
                    179: <li><font color=#009000><strong>001: INSTALL ISSUE: November 12, 2001</strong></font><br>
                    180: A small bug in the installation script causes the <tt>/etc/hosts</tt> file to
                    181: be incorrectly formed.<br>
                    182: The resulting file contains a line which reads like:<p>
                    183: <tt>
                    184: &nbsp;&nbsp;&nbsp;#.#.#.# hostname. hostname
                    185: </tt>
                    186: <p>
                    187: This line should actually read something like:<p>
                    188: <tt>
                    189: &nbsp;&nbsp;&nbsp;#.#.#.# hostname.domainname.com hostname
                    190: </tt>
                    191: <p>
                    192: To correct this problem, simply edit the file and insert the domainname in
                    193: the required place.
1.358     deraadt   194: <p>
1.25      deraadt   195: </ul>
1.177     deraadt   196: <p>
1.42      deraadt   197: <a name=i386></a>
1.67      deraadt   198: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   199: <ul>
1.357     deraadt   200: <a name=hifn>
                    201: <li><font color=#009000><strong>004: RELIABILITY FIX: November 12, 2001</strong></font>
                    202: <br>
                    203: Hifn7751 based cards may stop working on certain motherboards due to
                    204: DMA errors.
                    205: <br>
                    206: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/i386/004_hifn.patch">A source code patch exists which remedies the problem</a>.
                    207: <p>
1.323     deraadt   208: </ul>
1.285     deraadt   209: <p>
1.323     deraadt   210: <a name=alpha></a>
                    211: <li><h3><font color=#e00000>alpha</font></h3>
                    212: <ul>
                    213: <li>No problems identified yet.
1.39      deraadt   214: </ul>
1.155     deraadt   215: <p>
1.47      deraadt   216: <a name=mac68k></a>
1.67      deraadt   217: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   218: <ul>
1.323     deraadt   219: <li>No problems identified yet.
1.25      deraadt   220: </ul>
1.155     deraadt   221: <p>
1.65      deraadt   222: <a name=sparc></a>
1.67      deraadt   223: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   224: <ul>
1.323     deraadt   225: <li>No problems identified yet.
1.39      deraadt   226: </ul>
1.177     deraadt   227: <p>
1.355     deraadt   228: <a name=sparc64></a>
                    229: <li><h3><font color=#e00000>sparc64</font></h3>
1.93      deraadt   230: <ul>
1.357     deraadt   231: <a name=sparc64cd></a>
                    232: <li><font color=#009000><strong>003: RELIABILITY FIX: November 12, 2001</strong></font>
                    233: <br>
                    234: Access to a CD drive on the PCI ultrasparc machines results in a continuous stream
                    235: of bogus interrupt messages, causing great user anguish.
                    236: <br>
                    237: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/sparc64/003_sparc64cd.patch">A source code patch exists which remedies the problem</a>.
                    238: <p>
1.25      deraadt   239: </ul>
1.155     deraadt   240: <p>
1.355     deraadt   241: <a name=amiga></a>
                    242: <li><h3><font color=#e00000>amiga</font></h3>
1.25      deraadt   243: <ul>
1.281     deraadt   244: <li>No problems identified yet.
1.25      deraadt   245: </ul>
1.155     deraadt   246: <p>
1.281     deraadt   247: <a name=hp300></a>
                    248: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   249: <ul>
1.323     deraadt   250: <li>No problems identified yet.
1.59      deraadt   251: </ul>
1.155     deraadt   252: <p>
1.281     deraadt   253: <a name=mvme68k></a>
                    254: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   255: <ul>
1.323     deraadt   256: <li>No problems identified yet.
1.56      deraadt   257: </ul>
1.155     deraadt   258: <p>
1.355     deraadt   259: <a name=macppc></a>
                    260: <li><h3><font color=#e00000>macppc</font></h3>
1.110     millert   261: <ul>
1.364     jason     262: <a name=macppcinstall></a>
                    263: <li><font color=#009000><strong>009: INSTALLATION FIX: December 11, 2001</strong></font>
                    264: <br>
                    265: The 3.0 CD2 was created with an error which means that the instructions
                    266: for booting this architecture will not work.  Instead, to boot the
                    267: CD, press Option-Command-O-F during power up to get into OpenFirmware
                    268: and then type:
                    269: <br>
                    270: <code>boot cd:,OFWBOOT /3.0/macppc/bsd.rd</code>
                    271: <p>
1.357     deraadt   272: <a name=altivec></a>
                    273: <li><font color=#009000><strong>005: RELIABILITY FIX: November 12, 2001</strong></font>
                    274: <br>
                    275: Execution of Altivec instructions will crash the kernel.
                    276: <br>
                    277: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/macppc/005_altivec.patch">A source code patch exists which remedies the problem</a>.
                    278: <p>
1.56      deraadt   279: </ul>
1.155     deraadt   280: <p>
1.281     deraadt   281: <a name=vax></a>
                    282: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   283: <ul>
1.232     deraadt   284: <li>No problems identified yet.
1.25      deraadt   285: </ul>
1.144     deraadt   286:
1.197     deraadt   287: </dl>
1.25      deraadt   288: <br>
1.75      deraadt   289:
1.25      deraadt   290: <hr>
1.240     jason     291: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     292: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.93      deraadt   293: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    294: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   295: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   296: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   297: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   298: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   299: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt   300: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.355     deraadt   301: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.2       deraadt   302: <hr>
1.176     deraadt   303:
1.186     deraadt   304: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   305: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.382   ! millert   306: <br><small>$OpenBSD: errata.html,v 1.381 2002/04/04 10:26:31 espie Exp $</small>
1.2       deraadt   307:
                    308: </body>
                    309: </html>