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

Annotation of www/errata31.html, Revision 1.16

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.1 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:
                     15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     16: <h2><font color=#0000e0>
                     17: This is the OpenBSD 3.1 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>
1.2       deraadt    24: <br>
1.3       deraadt    25: For errata on a certain release, click below:<br>
1.2       deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata28.html">2.8</a>,
                     34: <a href="errata29.html">2.9</a>,
                     35: <a href="errata30.html">3.0</a>,
                     36: <a href="errata.html">3.2</a>.
                     37: <br>
1.1       deraadt    38: <hr>
                     39:
                     40: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1.tar.gz>
                     41: You can also fetch a tar.gz file containing all the following patches</a>.
                     42: This file is updated once a day.
                     43:
                     44: <p> The patches below are available in CVS via the
                     45: <code>OPENBSD_3_1</code> <a href="stable.html">patch branch</a>.
                     46:
                     47: <p>
1.4       deraadt    48: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    49: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     50: <hr>
                     51:
                     52: <dl>
                     53: <a name=all></a>
                     54: <li><h3><font color=#e00000>All architectures</font></h3>
                     55: <ul>
1.16    ! millert    56: <a name=lprm></a>
        !            57: <li><font color=#009000><strong>023: SECURITY FIX: March 5, 2003</strong></font><br>
        !            58: A fix for an
        !            59: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lprm&amp;sektion=1">lprm(1)</a>
        !            60: bug made in 1996 contains an error that could lead to privilege escalation.
        !            61: <br>
        !            62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/023_lprm.patch">A
        !            63: source code patch exists which remedies the problem</a>.
        !            64: <p>
1.13      miod       65: <a name=sendmail></a>
                     66: <li><font color=#009000><strong>022: SECURITY FIX: March 3, 2003</strong></font><br>
                     67: A buffer overflow in the envelope comments processing in
                     68: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                     69: may allow an attacker to gain root privileges.<br>
                     70: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/022_sendmail.patch">A
1.14      jufi       71: source code patch exists which remedies the problem</a>.
1.13      miod       72: <p>
1.11      miod       73: <a name=ssl2></a>
                     74: <li><font color=#009000><strong>021: SECURITY FIX: February 23, 2003</strong></font><br>
                     75: In
                     76: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=8">ssl(8)</a> an information leak can occur via timing by performing a MAC computation
1.15      nick       77: even if incorrect block cipher padding has been found, this is a
1.12      brad       78: countermeasure. Also, check for negative sizes in memory allocation routines.<br>
1.11      miod       79: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/021_ssl.patch">A
                     80: source code patch exists which fixes these two issues</a>.
                     81: <p>
1.10      millert    82: <a name=cvs></a>
                     83: <li><font color=#009000><strong>020: SECURITY FIX: January 20, 2003</strong></font><br>
                     84: A double free in
                     85: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a>
                     86: could allow an attacker to execute code with the privileges of the
                     87: user running cvs.  This is only an issue when the cvs command is
                     88: being run on a user's behalf as a different user.  This means that,
                     89: in most cases, the issue only exists for cvs configurations that use
1.12      brad       90: the <em>pserver</em> client/server connection method.<br>
1.10      millert    91: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/020_cvs.patch">A
                     92: source code patch exists which remedies the problem</a>.
                     93: <p>
1.8       millert    94: <a name=named></a>
                     95: <li><font color=#009000><strong>019: SECURITY FIX: November 14, 2002</strong></font><br>
                     96: A buffer overflow in
                     97: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a>
                     98: could allow an attacker to execute code with the privileges of named.
                     99: On OpenBSD, named runs as a non-root user in a chrooted environment
1.9       millert   100: which mitigates the effects of this bug.<br>
1.8       millert   101: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/019_named.patch">A
                    102: source code patch exists which remedies the problem</a>.
                    103: <p>
1.7       miod      104: <a name=kernresource></a>
                    105: <li><font color=#009000><strong>018: SECURITY FIX: November 6, 2002</strong></font><br>
                    106: Incorrect argument checking in the
                    107: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">getrlimit(2)</a>
                    108: system call may allow an attacker to crash the kernel.<br>
                    109: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/018_kernresource.patch">A
                    110: source code patch exists which remedies the problem</a>.
                    111: <p>
                    112: <a name=smrsh></a>
                    113: <li><font color=#009000><strong>017: SECURITY FIX: November 6, 2002</strong></font><br>
                    114: An attacker can bypass the restrictions imposed by sendmail's restricted shell,
                    115: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>,
                    116: and execute arbitrary commands with the privileges of his own account.<br>
                    117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/017_smrsh.patch">A
                    118: source code patch exists which remedies the problem</a>.
                    119: <p>
1.5       miod      120: <a name=kadmin></a>
                    121: <li><font color=#009000><strong>016: SECURITY FIX: October 21, 2002</strong></font><br>
                    122: A buffer overflow can occur in the
                    123: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a>
                    124: daemon, leading to possible remote crash or exploit.<br>
                    125: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/016_kadmin.patch">A source code patch exists which remedies the problem</a>.
1.6       mpech     126: <p>
1.1       deraadt   127: <a name=kerntime></a>
                    128: <li><font color=#009000><strong>015: SECURITY FIX: October 2, 2002</strong></font><br>
                    129: Incorrect argument checking in the
                    130: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setitimer&amp;sektion=2">setitimer(2)</a> system call may allow an attacker to write to kernel memory.<br>
                    131: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/015_kerntime.patch">A source code patch exists which remedies the problem</a>.
                    132: <p>
                    133: <a name=scarg></a>
                    134: <li><font color=#009000><strong>014: SECURITY FIX: August 11, 2002</strong></font><br>
                    135: An insufficient boundary check in the
                    136: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a>
                    137: system call allows an attacker to overwrite kernel memory and execute arbitrary
                    138: code in kernel context.<br>
                    139: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/014_scarg.patch">A
                    140: source code patch exists which remedies the problem</a>.
                    141: <p>
                    142: <a name=ssl></a>
                    143: <li><font color=#009000><strong>013: SECURITY FIX: July 30, 2002</strong></font><br>
                    144: Several remote buffer overflows can occur in the SSL2 server and SSL3 client of the
                    145: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=8">ssl(8)</a>
                    146: library, as in the ASN.1 parser code in the
                    147: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=3">crypto(3)</a>
                    148: library, all of them being potentially remotely exploitable.<br>
                    149: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/013_ssl.patch">A source code patch exists which remedies the problem</a>.
1.8       millert   150: <br>
                    151: This is the second version of the patch.
1.1       deraadt   152: <p>
                    153: <a name=xdr></a>
                    154: <li><font color=#009000><strong>012: SECURITY FIX: July 29, 2002</strong></font><br>
                    155: A buffer overflow can occur in the
                    156: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdr_array&amp;sektion=3">xdr_array(3)</a>
                    157: RPC code, leading to possible remote crash.<br>
                    158: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/012_xdr.patch">A source code patch exists which remedies the problem</a>.
                    159: <p>
                    160: <a name=pppd></a>
                    161: <li><font color=#009000><strong>011: SECURITY FIX: July 29, 2002</strong></font><br>
                    162: A race condition exists in the
                    163: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>
                    164: daemon which may cause it to alter the file permissions of an arbitrary file.<br>
                    165: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/011_pppd.patch">A source code patch exists which remedies the problem</a>.
                    166: <p>
                    167: <a name=isakmpd></a>
                    168: <li><font color=#009000><strong>010: RELIABILITY FIX: July 5, 2002</strong></font><br>
                    169: Receiving IKE payloads out of sequence can cause
                    170: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to crash.<br>
                    171: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/010_isakmpd.patch">A source code patch exists which remedies the problem</a>.
                    172: <br>
                    173: This is the second version of the patch.
                    174: <p>
                    175: <a name=ktrace></a>
                    176: <li><font color=#009000><strong>009: SECURITY FIX: June 27, 2002</strong></font><br>
                    177: The kernel would let any user <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&amp;sektion=2">ktrace(2)</a> set[ug]id processes.<br>
                    178: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/009_ktrace.patch">A source code patch exists which remedies the problem</a>.
                    179: <p>
                    180: <a name=modssl></a>
                    181: <li><font color=#009000><strong>008: SECURITY FIX: June 26, 2002</strong></font><br>
                    182: A buffer overflow can occur in the .htaccess parsing code in mod_ssl httpd
                    183: module, leading to possible remote crash or exploit.<br>
                    184: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/008_mod_ssl.patch">A source code patch exists which remedies the problem</a>.
                    185: <p>
                    186: <a name=resolver></a>
                    187: <li><font color=#009000><strong>007: SECURITY FIX: June 25, 2002</strong></font><br>
                    188: A potential buffer overflow in the DNS resolver has been found.<br>
                    189: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/007_resolver.patch">A source code patch exists which remedies the problem</a>.
                    190: <p>
                    191: <a name=sshd></a>
                    192: <li><font color=#009000><strong>006: SECURITY FIX: June 24, 2002</strong></font><br>
                    193: All versions of OpenSSH's sshd between 2.3.1 and 3.3 contain an input validation
                    194: error that can result in an integer overflow and privilege escalation.
                    195: This problem is fixed in <a href="http://www.openssh.com/openbsd.html">OpenSSH
                    196: 3.4</a>, and a patch for the vulnerable releases is available as part of the
                    197: <a href="http://www.openssh.com/txt/preauth.adv">security advisory</a>.
                    198: <p>
                    199: <a name=httpd></a>
                    200: <li><font color=#009000><strong>005: SECURITY FIX: June 19, 2002</strong></font><br>
                    201: A buffer overflow can occur during the interpretation of chunked
                    202: encoding in the http daemon, leading to possible remote crash or exploit.<br>
                    203: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/005_httpd.patch">A source code patch exists which remedies the problem</a>.
                    204: <p>
                    205: <a name=sshbsdauth></a>
                    206: <li><font color=#009000><strong>004: SECURITY FIX: May 22, 2002</strong></font><br>
                    207: Under certain conditions, on systems using YP with netgroups in the
                    208: password database, it is possible that
                    209: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    210: does ACL checks for the requested user name but uses the password
                    211: database entry of a different user for authentication.  This means
                    212: that denied users might authenticate successfully while permitted
                    213: users could be locked out.<br>
                    214: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/004_sshbsdauth.patch">A source code patch exists which remedies the problem</a>.
                    215: <p>
                    216: <a name=fdalloc2></a>
                    217: <li><font color=#009000><strong>003: SECURITY FIX: May 8, 2002</strong></font><br>
                    218: A race condition exists where an attacker could fill the file descriptor
                    219: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
                    220: setuid or setgid process.<br>
                    221: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/003_fdalloc2.patch">A source code patch exists which remedies the problem</a>.
                    222: <p>
                    223: <a name=sudo></a>
                    224: <li><font color=#009000><strong>002: SECURITY FIX: April 25, 2002</strong></font><br>
                    225: 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>
                    226: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/002_sudo.patch">A source code patch exists which remedies the problem</a>.
                    227: <p>
                    228: <a name=sshafs></a>
                    229: <li><font color=#009000><strong>001: SECURITY FIX: April 22, 2002</strong></font><br>
                    230: A local user can gain super-user privileges due to a buffer overflow
                    231: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8">sshd(8)</a>
                    232: if AFS has been configured on the system or if
                    233: KerberosTgtPassing or AFSTokenPassing has been enabled
                    234: in the sshd_config file.  Ticket and token passing is not enabled
                    235: by default.<br>
                    236: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/001_sshafs.patch">A source code patch exists which remedies the problem</a>.
                    237: <p>
                    238: </ul>
                    239: <p>
                    240: <a name=i386></a>
                    241: <li><h3><font color=#e00000>i386</font></h3>
                    242: <ul>
                    243: <li>No problems identified yet.
                    244: </ul>
                    245: <p>
                    246: <a name=alpha></a>
                    247: <li><h3><font color=#e00000>alpha</font></h3>
                    248: <ul>
                    249: <li>No problems identified yet.
                    250: </ul>
                    251: <p>
                    252: <a name=mac68k></a>
                    253: <li><h3><font color=#e00000>mac68k</font></h3>
                    254: <ul>
                    255: <li>No problems identified yet.
                    256: </ul>
                    257: <p>
                    258: <a name=sparc></a>
                    259: <li><h3><font color=#e00000>sparc</font></h3>
                    260: <ul>
                    261: <li>No problems identified yet.
                    262: </ul>
                    263: <p>
                    264: <a name=sparc64></a>
                    265: <li><h3><font color=#e00000>sparc64</font></h3>
                    266: <ul>
                    267: <li>No problems identified yet.
                    268: </ul>
                    269: <p>
                    270: <a name=amiga></a>
                    271: <li><h3><font color=#e00000>amiga</font></h3>
                    272: <ul>
                    273: <li>No problems identified yet.
                    274: </ul>
                    275: <p>
                    276: <a name=hp300></a>
                    277: <li><h3><font color=#e00000>hp300</font></h3>
                    278: <ul>
                    279: <li>No problems identified yet.
                    280: </ul>
                    281: <p>
                    282: <a name=mvme68k></a>
                    283: <li><h3><font color=#e00000>mvme68k</font></h3>
                    284: <ul>
                    285: <li>No problems identified yet.
                    286: </ul>
                    287: <p>
                    288: <a name=macppc></a>
                    289: <li><h3><font color=#e00000>macppc</font></h3>
                    290: <ul>
                    291: <li>No problems identified yet.
                    292: </ul>
                    293: <p>
                    294: <a name=vax></a>
                    295: <li><h3><font color=#e00000>vax</font></h3>
                    296: <ul>
                    297: <li>No problems identified yet.
                    298: </ul>
                    299:
                    300: </dl>
                    301: <br>
                    302:
                    303: <hr>
                    304: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    305: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.2       deraadt   306: <br>
1.3       deraadt   307: For errata on a certain release, click below:<br>
1.2       deraadt   308: <a href="errata21.html">2.1</a>,
                    309: <a href="errata22.html">2.2</a>,
                    310: <a href="errata23.html">2.3</a>,
                    311: <a href="errata24.html">2.4</a>,
                    312: <a href="errata25.html">2.5</a>,
                    313: <a href="errata26.html">2.6</a>,
                    314: <a href="errata27.html">2.7</a>,
                    315: <a href="errata28.html">2.8</a>,
                    316: <a href="errata29.html">2.9</a>,
                    317: <a href="errata30.html">3.0</a>,
                    318: <a href="errata.html">3.2</a>.
                    319: <br>
                    320:
1.1       deraadt   321: <hr>
                    322: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    323: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.16    ! millert   324: <br><small>$OpenBSD: errata31.html,v 1.15 2003/03/04 13:03:43 nick Exp $</small>
1.1       deraadt   325:
                    326: </body>
                    327: </html>