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

Annotation of www/errata32.html, Revision 1.9

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