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

Annotation of www/errata32.html, Revision 1.12

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