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

Annotation of www/errata32.html, Revision 1.23

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