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

Annotation of www/errata30.html, Revision 1.18

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.0 errata</title>
                      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">
                     10: <meta name="copyright" content="This document copyright 1997-2002 by OpenBSD.">
                     11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.9       jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.1       deraadt    16: <h2><font color=#0000e0>
                     17: This is the OpenBSD 3.0 release errata &amp; patch list:
                     18:
                     19: </font></h2>
                     20:
                     21: <hr>
                     22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                     23: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
                     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>
                     26: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
                     27: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
                     28: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
                     29: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
                     30: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
                     31: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
                     32: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.3       miod       33: <a href=errata.html>For 3.1 errata, please refer here</a>.<br>
1.1       deraadt    34: <hr>
                     35:
                     36: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz>
                     37: You can also fetch a tar.gz file containing all the following patches</a>.
                     38: This file is updated once a day.
                     39:
                     40: <p> The patches below are available in CVS via the
                     41: <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.
                     42:
                     43: <p>
                     44: For more detailed information on install patches to OpenBSD, please
                     45: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     46: <hr>
                     47:
                     48: <dl>
                     49: <a name=all></a>
                     50: <li><h3><font color=#e00000>All architectures</font></h3>
                     51: <ul>
1.17      miod       52: <a name=ktrace></a>
                     53: <li><font color=#009000><strong>026: SECURITY FIX: June 27, 2002</strong></font><br>
                     54: The kernel would let any user ktrace set[ug]id processes.<br>
1.18    ! pvalchev   55: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/026_ktrace.patch">A source code patch exists which remedies the problem</a>.
1.17      miod       56: <p>
1.13      millert    57: <a name=resolver></a>
                     58: <li><font color=#009000><strong>025: SECURITY FIX: June 25, 2002</strong></font><br>
                     59: A potential buffer overflow in the DNS resolver has been found.<br>
                     60: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/025_resolver.patch">A source code patch exists which remedies the problem</a>.
                     61: <p>
1.14      miod       62: <a name=sshdauth></a>
1.12      miod       63: <li><font color=#009000><strong>024: SECURITY FIX: June 24, 2002</strong></font><br>
1.14      miod       64: All versions of OpenSSH's sshd between 2.9.9 and 3.3 contain an input validation
                     65: error that can result in an integer overflow and privilege escalation.
                     66: This problem is fixed in <a href="http://www.openssh.com/openbsd.html">OpenSSH
                     67: 3.4</a>, and a patch for the vulnerable releases is available as part of the
                     68: <a href="http://www.openssh.com/txt/preauth.adv">security advisory</a>.
                     69: <p>
                     70: <a name=modssl></a>
                     71: <li><font color=#009000><strong>023: SECURITY FIX: June 24, 2002</strong></font><br>
                     72: A buffer overflow can occur in the .htaccess parsing code in mod_ssl httpd
1.16      miod       73: module, leading to possible remote crash or exploit.<br>
1.14      miod       74: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/023_mod_ssl.patch">A source code patch exists which remedies the problem</a>.
1.12      miod       75: <p>
1.10      miod       76: <a name=httpd></a>
                     77: <li><font color=#009000><strong>022: SECURITY FIX: June 19, 2002</strong></font><br>
                     78: A buffer overflow can occur during the interpretation of chunked
1.11      brad       79: encoding in the http daemon, leading to possible remote crash or exploit.<br>
1.10      miod       80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/022_httpd.patch">A source code patch exists which remedies the problem</a>.
                     81: <p>
1.7       millert    82: <a name=fdalloc2></a>
                     83: <li><font color=#009000><strong>021: SECURITY FIX: May 8, 2002</strong></font><br>
                     84: A race condition exists where an attacker could fill the file descriptor
                     85: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
1.8       millert    86: setuid or setgid process.<br>
1.7       millert    87: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/021_fdalloc2.patch">A source code patch exists which remedies the problem</a>.
                     88: <p>
1.5       millert    89: <a name=sudo2></a>
                     90: <li><font color=#009000><strong>020: SECURITY FIX: April 25, 2002</strong></font><br>
1.6       millert    91: A bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8">sudo(8)</a> may allow an attacker to corrupt the heap by specifying a custom prompt.<br>
1.5       millert    92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/020_sudo.patch">A source code patch exists which remedies the problem</a>.
                     93: <p>
1.4       markus     94: <a name=sshafs></a>
                     95: <li><font color=#009000><strong>019: SECURITY FIX: April 22, 2002</strong></font><br>
                     96: A local user can gain super-user privileges due to a buffer overflow
                     97: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                     98: if AFS has been configured on the system or if
                     99: KerberosTgtPassing or AFSTokenPassing has been enabled
                    100: in the sshd_config file.  Ticket and token passing is not enabled
                    101: by default.<br>
                    102: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/019_sshafs.patch">A source code patch exists which remedies the problem</a>.
                    103: <p>
1.1       deraadt   104: <a name=mail></a>
                    105: <li><font color=#009000><strong>018: SECURITY FIX: April 11, 2002</strong></font><br>
                    106: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1">mail(1)</a>
                    107: will process tilde escapes even in non-interactive mode.
                    108: This can lead to a local root compromise.
                    109: <br>
                    110: <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>.
                    111: <p>
                    112: <a name=isakmpd></a>
                    113: <li><font color=#009000><strong>017: RELIABILITY FIX: March 26, 2002</strong></font><br>
                    114: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8">isakmpd(8)</a>
                    115: will crash when receiving a zero length IKE packet due to a too-late length check.
                    116: <br>
                    117: <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>.
                    118: <p>
                    119: <a name=approval></a>
                    120: <li><font color=#009000><strong>016: SECURITY FIX: March 19, 2002</strong></font><br>
                    121: Under certain conditions, on systems using YP with netgroups in the password
                    122: database, it is possible for the
                    123: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rexecd&sektion=8">rexecd(8)</a>
                    124: and
                    125: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&sektion=8">rshd(8)</a>
                    126: daemons to execute the shell from a different user's password entry.
                    127: Due to a similar problem,
                    128: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atrun&sektion=8">atrun(8)</a>
                    129: may change to the wrong home directory when running
                    130: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1">at(1)</a>
                    131: jobs.<br>
                    132: <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>.
                    133: <p>
                    134: <a name=zlib></a>
                    135: <li><font color=#009000><strong>015: RELIABILITY FIX: March 13, 2002</strong></font><br>
                    136: Under some circumstances the zlib compression library can free dynamically
                    137: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
                    138: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&sektion=3">free(3)</a>
                    139: function detects this.
                    140: There is also a kernel zlib component that may be used by pppd and IPSec.
                    141: The feasibility of attacking the kernel this way is currently unknown.<br>
                    142: <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>.
                    143: <p>
                    144: <a name=openssh></a>
                    145: <li><font color=#009000><strong>014: SECURITY FIX: March 8, 2002</strong></font><br>
                    146: A local user can gain super-user privileges due to an off-by-one check
                    147: in the channel forwarding code of OpenSSH.<br>
                    148: <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>.
                    149: <p>
                    150: <a name=syspipe></a>
                    151: <li><font color=#009000><strong>013: RELIABILITY FIX: February 4, 2002</strong></font><br>
                    152: The wrong filedescriptors are released when pipe(2) failed.<br>
                    153: <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>.
                    154: <p>
                    155: <a name=ptrace></a>
                    156: <li><font color=#009000><strong>012: SECURITY FIX: January 21, 2002</strong></font><br>
                    157: A race condition between the ptrace(2) and execve(2) system calls allows
                    158: an attacker to modify the memory contents of suid/sgid processes which
                    159: could lead to compromise of the super-user account.<br>
                    160: <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>.
                    161: <p>
                    162: <a name=sudo>
                    163: <li><font color=#009000><strong>011: SECURITY FIX: January 17, 2002</strong></font><br>
                    164: If the Postfix sendmail replacement is installed on a system an
                    165: attacker may be able to gain root privileges on the local host via
                    166: sudo(8) which runs the mailer as root with an environment inherited
                    167: from the invoking user.  While this is a bug in sudo it is not
                    168: believed to be possible to exploit when sendmail (the mailer that
                    169: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    170: the mailer an environment that is not subject to influence from the
                    171: invoking user.<br>
                    172: <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>.
                    173: <p>
                    174: <a name=ipip>
                    175: <li><font color=#009000><strong>010: RELIABILITY FIX: December 13, 2001</strong></font><br>
1.2       miod      176: Systems running with IP-in-IP encapsulation can be made to crash by
1.1       deraadt   177: malformed packets.<br>
                    178: <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>.
                    179: <p>
                    180: <a name=lpd>
                    181: <li><font color=#009000><strong>008: SECURITY FIX: November 28, 2001</strong></font><br>
                    182: A security issue exists in the lpd daemon that may allow an attacker
                    183: to create arbitrary new files in the root directory.  Only machines
                    184: with line printer access (ie: listed in either /etc/hosts.lpd or
                    185: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    186: must have root access on the machine.  OpenBSD does not start lpd
                    187: in the default installation.<br>
                    188: <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>.
                    189: <p>
                    190: <a name=vi.recover>
                    191: <li><font color=#009000><strong>007: SECURITY FIX: November 13, 2001</strong></font><br>
                    192: A security issue exists in the vi.recover script that may allow an attacker
                    193: to remove arbitrary zero-length files, regardless of ownership.
                    194: <br>
                    195: <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>.
                    196: <p>
                    197: <a name=pf>
                    198: <li><font color=#009000><strong>006: SECURITY FIX: November 13, 2001</strong></font>
                    199: <br>
                    200: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4">pf(4)</a>
                    201: was incapable of dealing with certain ipv6 icmp packets, resulting in a crash.
                    202: <br>
                    203: <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>.
                    204: <p>
                    205: <a name=sshd>
                    206: <li><font color=#009000><strong>002: SECURITY FIX: November 12, 2001</strong></font><br>
                    207: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    208: is being upgraded from OpenSSH 3.0 to OpenSSH 3.0.2 to fix a few problems:
                    209: <p>
                    210: <ul>
                    211: <li>A security hole that may allow an attacker to partially authenticate
                    212: if -- and only if -- the administrator has enabled KerberosV.
                    213: <br>
                    214: By default, OpenSSH KerberosV support only becomes active after KerberosV
                    215: has been properly configured.
                    216: <p>
                    217: <li>An excessive memory clearing bug (which we believe to be unexploitable)
                    218: also exists, but since this may cause daemon crashes, we are providing a
                    219: patch as well.
                    220: <p>
                    221: <li>A vulnerability in environment passing in the <code>UseLogin</code>
                    222: <i>sshd</i> option
                    223: <p>
                    224: <li>Various other non-critical fixes.
                    225: </ul>
                    226: <p>
                    227: Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.2,
                    228: <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>.
                    229: This is the second version of this patch.
                    230: <p>
                    231: <a name=hosts>
                    232: <li><font color=#009000><strong>001: INSTALL ISSUE: November 12, 2001</strong></font><br>
                    233: A small bug in the installation script causes the <tt>/etc/hosts</tt> file to
                    234: be incorrectly formed.<br>
                    235: The resulting file contains a line which reads like:<p>
                    236: <tt>
                    237: &nbsp;&nbsp;&nbsp;#.#.#.# hostname. hostname
                    238: </tt>
                    239: <p>
                    240: This line should actually read something like:<p>
                    241: <tt>
                    242: &nbsp;&nbsp;&nbsp;#.#.#.# hostname.domainname.com hostname
                    243: </tt>
                    244: <p>
                    245: To correct this problem, simply edit the file and insert the domainname in
                    246: the required place.
                    247: <p>
                    248: </ul>
                    249: <p>
                    250: <a name=i386></a>
                    251: <li><h3><font color=#e00000>i386</font></h3>
                    252: <ul>
                    253: <a name=hifn>
                    254: <li><font color=#009000><strong>004: RELIABILITY FIX: November 12, 2001</strong></font>
                    255: <br>
                    256: Hifn7751 based cards may stop working on certain motherboards due to
                    257: DMA errors.
                    258: <br>
                    259: <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>.
                    260: <p>
                    261: </ul>
                    262: <p>
                    263: <a name=alpha></a>
                    264: <li><h3><font color=#e00000>alpha</font></h3>
                    265: <ul>
                    266: <li>No problems identified yet.
                    267: </ul>
                    268: <p>
                    269: <a name=mac68k></a>
                    270: <li><h3><font color=#e00000>mac68k</font></h3>
                    271: <ul>
                    272: <li>No problems identified yet.
                    273: </ul>
                    274: <p>
                    275: <a name=sparc></a>
                    276: <li><h3><font color=#e00000>sparc</font></h3>
                    277: <ul>
                    278: <li>No problems identified yet.
                    279: </ul>
                    280: <p>
                    281: <a name=sparc64></a>
                    282: <li><h3><font color=#e00000>sparc64</font></h3>
                    283: <ul>
                    284: <a name=sparc64cd></a>
                    285: <li><font color=#009000><strong>003: RELIABILITY FIX: November 12, 2001</strong></font>
                    286: <br>
                    287: Access to a CD drive on the PCI ultrasparc machines results in a continuous stream
                    288: of bogus interrupt messages, causing great user anguish.
                    289: <br>
                    290: <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>.
                    291: <p>
                    292: </ul>
                    293: <p>
                    294: <a name=amiga></a>
                    295: <li><h3><font color=#e00000>amiga</font></h3>
                    296: <ul>
                    297: <li>No problems identified yet.
                    298: </ul>
                    299: <p>
                    300: <a name=hp300></a>
                    301: <li><h3><font color=#e00000>hp300</font></h3>
                    302: <ul>
                    303: <li>No problems identified yet.
                    304: </ul>
                    305: <p>
                    306: <a name=mvme68k></a>
                    307: <li><h3><font color=#e00000>mvme68k</font></h3>
                    308: <ul>
                    309: <li>No problems identified yet.
                    310: </ul>
                    311: <p>
                    312: <a name=macppc></a>
                    313: <li><h3><font color=#e00000>macppc</font></h3>
                    314: <ul>
                    315: <a name=macppcinstall></a>
                    316: <li><font color=#009000><strong>009: INSTALLATION FIX: December 11, 2001</strong></font>
                    317: <br>
                    318: The 3.0 CD2 was created with an error which means that the instructions
                    319: for booting this architecture will not work.  Instead, to boot the
                    320: CD, press Option-Command-O-F during power up to get into OpenFirmware
                    321: and then type:
                    322: <br>
                    323: <code>boot cd:,OFWBOOT /3.0/macppc/bsd.rd</code>
                    324: <p>
                    325: <a name=altivec></a>
                    326: <li><font color=#009000><strong>005: RELIABILITY FIX: November 12, 2001</strong></font>
                    327: <br>
                    328: Execution of Altivec instructions will crash the kernel.
                    329: <br>
                    330: <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>.
                    331: <p>
                    332: </ul>
                    333: <p>
                    334: <a name=vax></a>
                    335: <li><h3><font color=#e00000>vax</font></h3>
                    336: <ul>
                    337: <li>No problems identified yet.
                    338: </ul>
                    339:
                    340: </dl>
                    341: <br>
                    342:
                    343: <hr>
                    344: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    345: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
                    346: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    347: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
                    348: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
                    349: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
                    350: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
                    351: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
                    352: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
                    353: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
                    354: <a href=errata29.html>For 2.9 errata, please refer here</a>.<br>
1.3       miod      355: <a href=errata.html>For 3.1 errata, please refer here</a>.<br>
1.1       deraadt   356: <hr>
                    357:
                    358: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    359: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.18    ! pvalchev  360: <br><small>$OpenBSD: errata30.html,v 1.17 2002/06/28 22:11:45 miod Exp $</small>
1.1       deraadt   361:
                    362: </body>
                    363: </html>