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

Annotation of www/errata32.html, Revision 1.11

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