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

Annotation of www/errata33.html, Revision 1.3

1.1       david       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.3 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-2003 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.3 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>
                     23: <a href=pkg-stable33.html>For important packages updates, please refer here.</a><br>
                     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="errata32.html">3.2</a>,
                     38: <a href="errata.html">3.4</a>.
                     39: <br>
                     40: <hr>
                     41:
                     42: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3.tar.gz">
                     43: You can also fetch a tar.gz file containing all the following patches</a>.
                     44: This file is updated once a day.
                     45:
                     46: <p> The patches below are available in CVS via the
                     47: <code>OPENBSD_3_3</code> <a href="stable.html">patch branch</a>.
                     48:
                     49: <p>
                     50: For more detailed information on how to install patches to OpenBSD, please
                     51: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     52: <hr>
                     53:
                     54: <dl>
                     55: <a name=all></a>
                     56: <li><h3><font color="#e00000">All architectures</font></h3>
                     57: <ul>
1.3     ! brad       58: <a name=exec></a>
        !            59: <li><font color="#009000"><strong>010: RELIABILITY FIX: November 4, 2003</strong></font><br>
        !            60: It is possible for a local user to cause a system panic by executing a specially crafted binary with an invalid header.
        !            61: <br>
        !            62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/010_exec.patch">A source code patch exists which remedies the problem</a>.<br>
        !            63: <p>
1.2       millert    64: <a name=httpd></a>
                     65: <li><font color="#009000"><strong>009: RELIABILITY FIX: October 29, 2003</strong></font><br>
                     66: A user with write permission to <tt>httpd.conf</tt> or a <tt>.htaccess</tt>
                     67: file can crash
                     68: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>
                     69: or potentially run arbitrary code as the user <tt>www</tt> (although it
                     70: is believed that ProPolice will prevent code execution).
                     71: <br>
                     72: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/009_httpd.patch">A source code patch exists which remedies the problem</a>.<br>
                     73: <p>
1.1       david      74: <a name=arp></a>
                     75: <li><font color="#009000"><strong>008: RELIABILITY FIX: October 1, 2003</strong></font><br>
                     76: It is possible for a local user to cause a system panic by flooding it with spoofed ARP
                     77: requests.<br>
                     78: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/008_arp.patch">A source code patch exists which remedies the problem</a>.<br>
                     79: <p>
                     80: <a name=asn1></a>
                     81: <li><font color="#009000"><strong>007: SECURITY FIX: October 1, 2003</strong></font><br>
                     82: The use of certain ASN.1 encodings or malformed public keys may allow an
                     83: attacker to mount a denial of service attack against applications linked with
                     84: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=3">ssl(3)</a>.
                     85: This does not affect OpenSSH.<br>
                     86: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/007_asn1.patch">A source code patch exists which remedies the problem</a>.<br>
                     87: <p>
                     88: <a name=pfnorm></a>
                     89: <li><font color="#009000"><strong>006: SECURITY FIX: September 24, 2003</strong></font><br>
                     90: Three cases of potential access to freed memory have been found in
                     91: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
                     92: At least one of them could be used to panic pf with active scrub rules remotely.<br>
                     93: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/006_pfnorm.patch">A source code patch exists which remedies the problem</a>.<br>
                     94: <p>
                     95: <a name=sendmail></a>
                     96: <li><font color="#009000"><strong>005: SECURITY FIX: September 17, 2003</strong></font><br>
                     97: A buffer overflow in the address parsing in
                     98: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
                     99: may allow an attacker to gain root privileges.<br>
                    100: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/005_sendmail.patch">A source code patch exists which remedies the problem</a>.<br>
                    101: NOTE: this is the <em>second</em> revision of the patch that fixes an additional
                    102: problem.
                    103: <p>
                    104: <a name=sshbuffer></a>
                    105: <li><font color="#009000"><strong>004: SECURITY FIX: September 16, 2003</strong></font><br>
                    106: All versions of OpenSSH's sshd prior to 3.7 contain a buffer management error.
                    107: It is unclear whether or not this bug is exploitable.<br>
                    108: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/004_sshbuffer.patch">A
                    109: source code patch exists which remedies the problem</a>.<br>
                    110: NOTE: this is the <em>second</em> revision of the patch that fixes an additional
                    111: problem.
                    112: <p>
                    113: <a name=sysvsem></a>
                    114: <li><font color="#009000"><strong>003: SECURITY FIX: September 10, 2003</strong></font><br>
                    115: Root may be able to reduce the security level by taking advantage of
                    116: an integer overflow when the semaphore limits are made very large.<br>
                    117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/003_sysvsem.patch">A
                    118: source code patch exists which remedies the problem</a>.
                    119: <p>
                    120: <a name=semget></a>
                    121: <li><font color="#009000"><strong>002: RELIABILITY FIX: August 20, 2003</strong></font><br>
                    122: An improper bounds check in the
                    123: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semget&amp;sektion=2">semget(2)</a>
                    124: system call can allow a local user to cause a kernel panic.<br>
                    125: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/002_semget.patch">A
                    126: source code patch exists which remedies the problem</a>.
                    127: <a name=realpath></a>
                    128: <p>
                    129: <li><font color="#009000"><strong>001: SECURITY FIX: August 4, 2003</strong></font><br>
                    130: An off-by-one error exists in the C library function
                    131: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&amp;sektion=3">realpath(3)</a>.
                    132: Since this same bug resulted in a root compromise in the wu-ftpd ftp server
                    133: it is possible that this bug may allow an attacker to gain escalated privileges
                    134: on OpenBSD.<br>
                    135: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/001_realpath.patch">A
                    136: source code patch exists which remedies the problem</a>.
                    137: <p>
                    138: </ul>
                    139: <p>
                    140: <a name=i386></a>
                    141: <li><h3><font color="#e00000">i386</font></h3>
                    142: <ul>
                    143: <li>No problems identified yet.
                    144: </ul>
                    145: <p>
                    146: <a name=alpha></a>
                    147: <li><h3><font color="#e00000">alpha</font></h3>
                    148: <ul>
                    149: <li>No problems identified yet.
                    150: </ul>
                    151: <p>
                    152: <a name=mac68k></a>
                    153: <li><h3><font color="#e00000">mac68k</font></h3>
                    154: <ul>
                    155: <li>No problems identified yet.
                    156: </ul>
                    157: <p>
                    158: <a name=sparc></a>
                    159: <li><h3><font color="#e00000">sparc</font></h3>
                    160: <ul>
                    161: <li>No problems identified yet.
                    162: </ul>
                    163: <p>
                    164: <a name=sparc64></a>
                    165: <li><h3><font color="#e00000">sparc64</font></h3>
                    166: <ul>
                    167: <li>No problems identified yet.
                    168: </ul>
                    169: <p>
                    170: <a name=hppa></a>
                    171: <li><h3><font color="#e00000">hppa</font></h3>
                    172: <ul>
                    173: <li>No problems identified yet.
                    174: </ul>
                    175: <p>
                    176: <a name=hp300></a>
                    177: <li><h3><font color="#e00000">hp300</font></h3>
                    178: <ul>
                    179: <li>No problems identified yet.
                    180: </ul>
                    181: <p>
                    182: <a name=mvme68k></a>
                    183: <li><h3><font color="#e00000">mvme68k</font></h3>
                    184: <ul>
                    185: <li>No problems identified yet.
                    186: </ul>
                    187: <p>
                    188: <a name=macppc></a>
                    189: <li><h3><font color="#e00000">macppc</font></h3>
                    190: <ul>
                    191: <li>No problems identified yet.
                    192: </ul>
                    193: <p>
                    194: <a name=vax></a>
                    195: <li><h3><font color="#e00000">vax</font></h3>
                    196: <ul>
                    197: <li>No problems identified yet.
                    198: </ul>
                    199:
                    200: </dl>
                    201: <br>
                    202:
                    203: <hr>
                    204: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    205: <a href=pkg-stable33.html>For important packages updates, please refer here.</a><br>
                    206: <br>
                    207: For errata on a certain release, click below:<br>
                    208: <a href="errata21.html">2.1</a>,
                    209: <a href="errata22.html">2.2</a>,
                    210: <a href="errata23.html">2.3</a>,
                    211: <a href="errata24.html">2.4</a>,
                    212: <a href="errata25.html">2.5</a>,
                    213: <a href="errata26.html">2.6</a>,
                    214: <a href="errata27.html">2.7</a>,
                    215: <a href="errata28.html">2.8</a>,
                    216: <a href="errata29.html">2.9</a>,
                    217: <a href="errata30.html">3.0</a>,
                    218: <a href="errata31.html">3.1</a>,
                    219: <a href="errata32.html">3.2</a>,
                    220: <a href="errata.html">3.4</a>.
                    221: <br>
                    222:
                    223: <hr>
                    224: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    225: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.3     ! brad      226: <br><small>$OpenBSD: errata33.html,v 1.2 2003/10/30 23:02:35 millert Exp $</small>
1.1       david     227:
                    228: </body>
                    229: </html>