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

Annotation of www/errata32.html, Revision 1.38

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