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

Annotation of www/errata.html, Revision 1.378

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