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

Annotation of www/errata33.html, Revision 1.1

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>
        !            58: <a name=arp></a>
        !            59: <li><font color="#009000"><strong>008: RELIABILITY FIX: October 1, 2003</strong></font><br>
        !            60: It is possible for a local user to cause a system panic by flooding it with spoofed ARP
        !            61: requests.<br>
        !            62: <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>
        !            63: <p>
        !            64: <a name=asn1></a>
        !            65: <li><font color="#009000"><strong>007: SECURITY FIX: October 1, 2003</strong></font><br>
        !            66: The use of certain ASN.1 encodings or malformed public keys may allow an
        !            67: attacker to mount a denial of service attack against applications linked with
        !            68: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=3">ssl(3)</a>.
        !            69: This does not affect OpenSSH.<br>
        !            70: <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>
        !            71: <p>
        !            72: <a name=pfnorm></a>
        !            73: <li><font color="#009000"><strong>006: SECURITY FIX: September 24, 2003</strong></font><br>
        !            74: Three cases of potential access to freed memory have been found in
        !            75: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>.
        !            76: At least one of them could be used to panic pf with active scrub rules remotely.<br>
        !            77: <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>
        !            78: <p>
        !            79: <a name=sendmail></a>
        !            80: <li><font color="#009000"><strong>005: SECURITY FIX: September 17, 2003</strong></font><br>
        !            81: A buffer overflow in the address parsing in
        !            82: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
        !            83: may allow an attacker to gain root privileges.<br>
        !            84: <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>
        !            85: NOTE: this is the <em>second</em> revision of the patch that fixes an additional
        !            86: problem.
        !            87: <p>
        !            88: <a name=sshbuffer></a>
        !            89: <li><font color="#009000"><strong>004: SECURITY FIX: September 16, 2003</strong></font><br>
        !            90: All versions of OpenSSH's sshd prior to 3.7 contain a buffer management error.
        !            91: It is unclear whether or not this bug is exploitable.<br>
        !            92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/004_sshbuffer.patch">A
        !            93: source code patch exists which remedies the problem</a>.<br>
        !            94: NOTE: this is the <em>second</em> revision of the patch that fixes an additional
        !            95: problem.
        !            96: <p>
        !            97: <a name=sysvsem></a>
        !            98: <li><font color="#009000"><strong>003: SECURITY FIX: September 10, 2003</strong></font><br>
        !            99: Root may be able to reduce the security level by taking advantage of
        !           100: an integer overflow when the semaphore limits are made very large.<br>
        !           101: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/003_sysvsem.patch">A
        !           102: source code patch exists which remedies the problem</a>.
        !           103: <p>
        !           104: <a name=semget></a>
        !           105: <li><font color="#009000"><strong>002: RELIABILITY FIX: August 20, 2003</strong></font><br>
        !           106: An improper bounds check in the
        !           107: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semget&amp;sektion=2">semget(2)</a>
        !           108: system call can allow a local user to cause a kernel panic.<br>
        !           109: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/002_semget.patch">A
        !           110: source code patch exists which remedies the problem</a>.
        !           111: <a name=realpath></a>
        !           112: <p>
        !           113: <li><font color="#009000"><strong>001: SECURITY FIX: August 4, 2003</strong></font><br>
        !           114: An off-by-one error exists in the C library function
        !           115: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&amp;sektion=3">realpath(3)</a>.
        !           116: Since this same bug resulted in a root compromise in the wu-ftpd ftp server
        !           117: it is possible that this bug may allow an attacker to gain escalated privileges
        !           118: on OpenBSD.<br>
        !           119: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/001_realpath.patch">A
        !           120: source code patch exists which remedies the problem</a>.
        !           121: <p>
        !           122: </ul>
        !           123: <p>
        !           124: <a name=i386></a>
        !           125: <li><h3><font color="#e00000">i386</font></h3>
        !           126: <ul>
        !           127: <li>No problems identified yet.
        !           128: </ul>
        !           129: <p>
        !           130: <a name=alpha></a>
        !           131: <li><h3><font color="#e00000">alpha</font></h3>
        !           132: <ul>
        !           133: <li>No problems identified yet.
        !           134: </ul>
        !           135: <p>
        !           136: <a name=mac68k></a>
        !           137: <li><h3><font color="#e00000">mac68k</font></h3>
        !           138: <ul>
        !           139: <li>No problems identified yet.
        !           140: </ul>
        !           141: <p>
        !           142: <a name=sparc></a>
        !           143: <li><h3><font color="#e00000">sparc</font></h3>
        !           144: <ul>
        !           145: <li>No problems identified yet.
        !           146: </ul>
        !           147: <p>
        !           148: <a name=sparc64></a>
        !           149: <li><h3><font color="#e00000">sparc64</font></h3>
        !           150: <ul>
        !           151: <li>No problems identified yet.
        !           152: </ul>
        !           153: <p>
        !           154: <a name=hppa></a>
        !           155: <li><h3><font color="#e00000">hppa</font></h3>
        !           156: <ul>
        !           157: <li>No problems identified yet.
        !           158: </ul>
        !           159: <p>
        !           160: <a name=hp300></a>
        !           161: <li><h3><font color="#e00000">hp300</font></h3>
        !           162: <ul>
        !           163: <li>No problems identified yet.
        !           164: </ul>
        !           165: <p>
        !           166: <a name=mvme68k></a>
        !           167: <li><h3><font color="#e00000">mvme68k</font></h3>
        !           168: <ul>
        !           169: <li>No problems identified yet.
        !           170: </ul>
        !           171: <p>
        !           172: <a name=macppc></a>
        !           173: <li><h3><font color="#e00000">macppc</font></h3>
        !           174: <ul>
        !           175: <li>No problems identified yet.
        !           176: </ul>
        !           177: <p>
        !           178: <a name=vax></a>
        !           179: <li><h3><font color="#e00000">vax</font></h3>
        !           180: <ul>
        !           181: <li>No problems identified yet.
        !           182: </ul>
        !           183:
        !           184: </dl>
        !           185: <br>
        !           186:
        !           187: <hr>
        !           188: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
        !           189: <a href=pkg-stable33.html>For important packages updates, please refer here.</a><br>
        !           190: <br>
        !           191: For errata on a certain release, click below:<br>
        !           192: <a href="errata21.html">2.1</a>,
        !           193: <a href="errata22.html">2.2</a>,
        !           194: <a href="errata23.html">2.3</a>,
        !           195: <a href="errata24.html">2.4</a>,
        !           196: <a href="errata25.html">2.5</a>,
        !           197: <a href="errata26.html">2.6</a>,
        !           198: <a href="errata27.html">2.7</a>,
        !           199: <a href="errata28.html">2.8</a>,
        !           200: <a href="errata29.html">2.9</a>,
        !           201: <a href="errata30.html">3.0</a>,
        !           202: <a href="errata31.html">3.1</a>,
        !           203: <a href="errata32.html">3.2</a>,
        !           204: <a href="errata.html">3.4</a>.
        !           205: <br>
        !           206:
        !           207: <hr>
        !           208: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
        !           209: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !           210: <br><small>$OpenBSD: errata.html,v 1.457 2003/10/04 19:26:52 margarida Exp $</small>
        !           211:
        !           212: </body>
        !           213: </html>