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

Annotation of www/errata32.html, Revision 1.7

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.2 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.2 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>
1.2       margarid   23: <a href=pkg-stable32.html>For important packages updates, please refer here.</a><br>
1.1       deraadt    24: <br>
                     25: For errata on a certain release, click below:<br>
                     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="errata31.html">3.1</a>,
                     37: <a href="errata.html">3.3</a>.
                     38: <br>
                     39: <hr>
                     40:
                     41: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2.tar.gz">
                     42: You can also fetch a tar.gz file containing all the following patches</a>.
                     43: This file is updated once a day.
                     44:
                     45: <p> The patches below are available in CVS via the
                     46: <code>OPENBSD_3_2</code> <a href="stable.html">patch branch</a>.
                     47:
                     48: <p>
                     49: For more detailed information on how to install patches to OpenBSD, please
                     50: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     51: <hr>
                     52:
                     53: <dl>
                     54: <a name=all></a>
                     55: <li><h3><font color="#e00000">All architectures</font></h3>
                     56: <ul>
1.7     ! millert    57: <a name=sshbuffer></a>
        !            58: <li><font color="#009000"><strong>017: SECURITY FIX: September 16, 2003</strong></font><br>
        !            59: All versions of OpenSSH's sshd prior to 3.7 contain a buffer management error.
        !            60: It is unclear whether or not this bug is exploitable.
        !            61: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/017_sshbuffer.patch">A
        !            62: source code patch exists which remedies the problem</a>.
        !            63: <p>
1.6       brad       64: <a name=sendmail3></a>
                     65: <li><font color="#009000"><strong>016: SECURITY FIX: August 25, 2003</strong></font><br>
                     66: Fix for a potential security issue in
                     67: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                     68: with respect to DNS maps. This only affects
                     69: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                     70: configurations that use the "enhdnsbl"
                     71: feature. The default OpenBSD
                     72: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                     73: config does not use this.<br>
                     74: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/016_sendmail.patch">A
                     75: source code patch exists which remedies the problem</a>.
                     76: <p>
1.5       millert    77: <a name=realpath></a>
                     78: <li><font color="#009000"><strong>015: SECURITY FIX: August 4, 2003</strong></font><br>
                     79: An off-by-one error exists in the C library function
                     80: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&amp;sektion=3">realpath(3)</a>.
                     81: Since this same bug resulted in a root compromise in the wu-ftpd ftp server
                     82: it is possible that this bug may allow an attacker to gain escalated privileges
                     83: on OpenBSD.<br>
                     84: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/015_realpath.patch">A
                     85: source code patch exists which remedies the problem</a>.
                     86: <p>
1.3       miod       87: <a name=sendmail2></a>
                     88: <li><font color="#009000"><strong>014: SECURITY FIX: March 31, 2003</strong></font><br>
                     89: A buffer overflow in the address parsing in
                     90: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                     91: may allow an attacker to gain root privileges.<br>
                     92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/014_sendmail.patch">A
                     93: source code patch exists which remedies the problem</a>.
                     94: <p>
1.1       deraadt    95: <a name=kerberos></a>
                     96: <li><font color="#009000"><strong>013: SECURITY FIX: March 24, 2003</strong></font><br>
1.4       margarid   97: The cryptographic weaknesses in the Kerberos v4 protocol can be exploited
1.1       deraadt    98: on Kerberos v5 as well.
                     99: <br>
                    100: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/013_kerberos.patch">A
                    101: source code patch exists which remedies the problem</a>.
                    102: <p>
                    103: <a name=kpr></a>
                    104: <li><font color="#009000"><strong>012: SECURITY FIX: March 19, 2003</strong></font><br>
                    105: OpenSSL is vulnerable to an extension of the ``Bleichenbacher'' attack designed
                    106: by Czech researchers Klima, Pokorny and Rosa.
                    107: <br>
                    108: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/012_kpr.patch">A
                    109: source code patch exists which remedies the problem</a>.
                    110: <p>
                    111: <a name=blinding></a>
                    112: <li><font color="#009000"><strong>011: SECURITY FIX: March 18, 2003</strong></font><br>
                    113: Various SSL and TLS operations in OpenSSL are vulnerable to timing attacks.
                    114: <br>
                    115: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/011_blinding.patch">An
                    116: ``RSA blinding'' source code patch exists which remedies the problem</a>.
                    117: <p>
                    118: <a name=lprm></a>
                    119: <li><font color="#009000"><strong>010: SECURITY FIX: March 5, 2003</strong></font><br>
                    120: A fix for an
                    121: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lprm&amp;sektion=1">lprm(1)</a>
                    122: bug made in 1996 contains an error that could lead to privilege escalation.
                    123: For OpenBSD 3.2 the impact is limited since
                    124: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lprm&amp;sektion=1">lprm(1)</a>
                    125: is setuid daemon, not setuid root.
                    126: <br>
                    127: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/010_lprm.patch">A
                    128: source code patch exists which remedies the problem</a>.
                    129: <p>
                    130: <a name=sendmail></a>
                    131: <li><font color="#009000"><strong>009: SECURITY FIX: March 3, 2003</strong></font><br>
                    132: A buffer overflow in the envelope comments processing in
                    133: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                    134: may allow an attacker to gain root privileges.<br>
                    135: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/009_sendmail.patch">A
                    136: source code patch exists which remedies the problem</a>.
                    137: <p>
                    138: <a name=httpd></a>
                    139: <li><font color="#009000"><strong>008: SECURITY FIX: February 25, 2003</strong></font><br>
                    140: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a> leaks file inode numbers via ETag header as well as child PIDs in multipart MIME boundary generation. This could lead, for example, to NFS exploitation because it uses inode numbers as part of the file handle.<br>
                    141: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/008_httpd.patch">A source code patch exists which fixes these two issues</a>.
                    142: <p>
                    143: <a name=ssl></a>
                    144: <li><font color="#009000"><strong>007: SECURITY FIX: February 22, 2003</strong></font><br>
                    145: In
                    146: <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
                    147: even if incorrect block cipher padding has been found, this is a
                    148: countermeasure. Also, check for negative sizes in memory allocation routines.<br>
                    149: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/007_ssl.patch">A
                    150: source code patch exists which fixes these two issues</a>.
                    151: <p>
                    152: <a name=cvs></a>
                    153: <li><font color="#009000"><strong>006: SECURITY FIX: January 20, 2003</strong></font><br>
                    154: A double free in
                    155: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;sektion=1">cvs(1)</a>
                    156: could allow an attacker to execute code with the privileges of the
                    157: user running cvs.  This is only an issue when the cvs command is
                    158: being run on a user's behalf as a different user.  This means that,
                    159: in most cases, the issue only exists for cvs configurations that use
                    160: the <em>pserver</em> client/server connection method.<br>
                    161: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/006_cvs.patch">A
                    162: source code patch exists which remedies the problem</a>.
                    163: <p>
                    164: <a name=named></a>
                    165: <li><font color="#009000"><strong>005: SECURITY FIX: November 14, 2002</strong></font><br>
                    166: A buffer overflow in
                    167: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a>
                    168: could allow an attacker to execute code with the privileges of named.
                    169: On OpenBSD, named runs as a non-root user in a chrooted environment
                    170: which mitigates the effects of this bug.<br>
                    171: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/005_named.patch">A
                    172: source code patch exists which remedies the problem</a>.
                    173: <p>
                    174: <a name=pool></a>
                    175: <li><font color="#009000"><strong>004: RELIABILITY FIX: November 6, 2002</strong></font><br>
                    176: A logic error in the
                    177: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pool&amp;sektion=9">pool</a>
                    178: kernel memory allocator could cause memory corruption in low-memory situations,
                    179: causing the system to crash.<br>
                    180: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/004_pool.patch">A
                    181: source code patch exists which remedies the problem</a>.
                    182: <p>
                    183: <a name=smrsh></a>
                    184: <li><font color="#009000"><strong>003: SECURITY FIX: November 6, 2002</strong></font><br>
                    185: An attacker can bypass the restrictions imposed by sendmail's restricted shell,
                    186: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>,
                    187: and execute arbitrary commands with the privileges of his own account.<br>
                    188: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/003_smrsh.patch">A
                    189: source code patch exists which remedies the problem</a>.
                    190: <p>
                    191: <a name=pfbridge></a>
                    192: <li><font color="#009000"><strong>002: RELIABILITY FIX: November 6, 2002</strong></font><br>
                    193: Network
                    194: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;sektion=4">bridges</a>
                    195: running
                    196: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf</a>
                    197: with scrubbing enabled could cause mbuf corruption,
                    198: causing the system to crash.<br>
                    199: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/002_pfbridge.patch">A
                    200: source code patch exists which remedies the problem</a>.
                    201: <p>
                    202: <a name=kadmin></a>
                    203: <li><font color="#009000"><strong>001: SECURITY FIX: October 21, 2002</strong></font><br>
                    204: A buffer overflow can occur in the
                    205: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a>
                    206: daemon, leading to possible remote crash or exploit.<br>
                    207: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.2/common/001_kadmin.patch">A source code patch exists which remedies the problem</a>.
                    208: <p>
                    209: </ul>
                    210: <p>
                    211: <a name=i386></a>
                    212: <li><h3><font color="#e00000">i386</font></h3>
                    213: <ul>
                    214: <li>No problems identified yet.
                    215: </ul>
                    216: <p>
                    217: <a name=alpha></a>
                    218: <li><h3><font color="#e00000">alpha</font></h3>
                    219: <ul>
                    220: <li>No problems identified yet.
                    221: </ul>
                    222: <p>
                    223: <a name=mac68k></a>
                    224: <li><h3><font color="#e00000">mac68k</font></h3>
                    225: <ul>
                    226: <li>No problems identified yet.
                    227: </ul>
                    228: <p>
                    229: <a name=sparc></a>
                    230: <li><h3><font color="#e00000">sparc</font></h3>
                    231: <ul>
                    232: <li>No problems identified yet.
                    233: </ul>
                    234: <p>
                    235: <a name=sparc64></a>
                    236: <li><h3><font color="#e00000">sparc64</font></h3>
                    237: <ul>
                    238: <li>No problems identified yet.
                    239: </ul>
                    240: <p>
                    241: <a name=amiga></a>
                    242: <li><h3><font color="#e00000">amiga</font></h3>
                    243: <ul>
                    244: <li>No problems identified yet.
                    245: </ul>
                    246: <p>
                    247: <a name=hp300></a>
                    248: <li><h3><font color="#e00000">hp300</font></h3>
                    249: <ul>
                    250: <li>No problems identified yet.
                    251: </ul>
                    252: <p>
                    253: <a name=mvme68k></a>
                    254: <li><h3><font color="#e00000">mvme68k</font></h3>
                    255: <ul>
                    256: <li>No problems identified yet.
                    257: </ul>
                    258: <p>
                    259: <a name=macppc></a>
                    260: <li><h3><font color="#e00000">macppc</font></h3>
                    261: <ul>
                    262: <li>No problems identified yet.
                    263: </ul>
                    264: <p>
                    265: <a name=vax></a>
                    266: <li><h3><font color="#e00000">vax</font></h3>
                    267: <ul>
                    268: <li>No problems identified yet.
                    269: </ul>
                    270:
                    271: </dl>
                    272: <br>
                    273:
                    274: <hr>
                    275: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.2       margarid  276: <a href=pkg-stable32.html>For important packages updates, please refer here.</a><br>
1.1       deraadt   277: <br>
                    278: For errata on a certain release, click below:<br>
                    279: <a href="errata21.html">2.1</a>,
                    280: <a href="errata22.html">2.2</a>,
                    281: <a href="errata23.html">2.3</a>,
                    282: <a href="errata24.html">2.4</a>,
                    283: <a href="errata25.html">2.5</a>,
                    284: <a href="errata26.html">2.6</a>,
                    285: <a href="errata27.html">2.7</a>,
                    286: <a href="errata28.html">2.8</a>,
                    287: <a href="errata29.html">2.9</a>,
                    288: <a href="errata30.html">3.0</a>,
                    289: <a href="errata31.html">3.1</a>,
                    290: <a href="errata.html">3.3</a>.
                    291: <br>
                    292:
                    293: <hr>
                    294: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    295: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.7     ! millert   296: <br><small>$OpenBSD: errata32.html,v 1.6 2003/08/25 19:13:54 brad Exp $</small>
1.1       deraadt   297:
                    298: </body>
                    299: </html>