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

Annotation of www/errata35.html, Revision 1.1

1.1     ! miod        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
        !             2: <html>
        !             3: <head>
        !             4: <title>OpenBSD 3.5 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-2004 by OpenBSD.">
        !            11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
        !            12: </head>
        !            13:
        !            14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
        !            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.5 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>
        !            24: <a href=pkg-stable35.html>For important packages updates, please refer here.</a><br>
        !            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>,
        !            38: <a href="errata32.html">3.2</a>,
        !            39: <a href="errata33.html">3.3</a>,
        !            40: <a href="errata34.html">3.4</a>,
        !            41: <a href="errata.html">3.6</a>.
        !            42: <br>
        !            43: <hr>
        !            44:
        !            45: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5.tar.gz">
        !            46: You can also fetch a tar.gz file containing all the following patches</a>.
        !            47: This file is updated once a day.
        !            48:
        !            49: <p> The patches below are available in CVS via the
        !            50: <code>OPENBSD_3_5</code> <a href="stable.html">patch branch</a>.
        !            51:
        !            52: <p>
        !            53: For more detailed information on how to install patches to OpenBSD, please
        !            54: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
        !            55: <hr>
        !            56:
        !            57: <a name="all"></a>
        !            58: <h3><font color="#e00000">All architectures</font></h3>
        !            59: <ul>
        !            60: <li><a name="radius"></a>
        !            61: <font color="#009000"><strong>020: SECURITY FIX: September 20, 2004</strong></font><br>
        !            62: Eilko Bos reported that radius authentication, as implemented by
        !            63: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=login_radius&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">login_radius(8)</a>,
        !            64: was not checking the shared secret used for replies sent by the radius server.
        !            65: This could allow an attacker to spoof a reply granting access to the
        !            66: attacker.  Note that OpenBSD does not ship with radius authentication enabled.
        !            67: <br>
        !            68: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/020_radius.patch">
        !            69: A source code patch exists which remedies this problem</a>.<br>
        !            70: <p>
        !            71: <li><a name="xpm"></a>
        !            72: <font color="#009000"><strong>019: SECURITY FIX: September 16, 2004</strong></font><br>
        !            73: Chris Evans reported several flaws (stack and integer overflows) in the
        !            74: <a href="http://www.inria.fr/koala/lehors/xpm.html">Xpm</a>
        !            75: library code that parses image files
        !            76: (<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687">CAN-2004-0687</a>,
        !            77: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0688">CAN-2004-0688</a>).
        !            78: Some of these would be exploitable when parsing malicious image files in
        !            79: an application that handles XPM images, if they could escape ProPolice.
        !            80: <br>
        !            81: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/019_xpm.patch">
        !            82: A source code patch exists which remedies this problem</a>.<br>
        !            83: <p>
        !            84: <li><a name="httpd2"></a>
        !            85: <font color="#009000"><strong>018: SECURITY FIX: September 10, 2004</strong></font><br>
        !            86: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">httpd(8)</a>
        !            87: 's mod_rewrite module can be made to write one zero byte in an arbitrary memory
        !            88: position outside of a char array, causing a DoS or possibly buffer overflows.
        !            89: This would require enabling dbm for mod_rewrite and making use of a malicious
        !            90: dbm file.
        !            91: <br>
        !            92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/018_httpd2.patch">
        !            93: A source code patch exists which remedies this problem</a>.<br>
        !            94: <p>
        !            95: <li><a name="libz"></a>
        !            96: <font color="#009000"><strong>017: RELIABILITY FIX: August 29, 2004</strong></font><br>
        !            97: Due to incorrect error handling in zlib an attacker could potentially cause a Denial
        !            98: of Service attack.
        !            99: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0797">CAN-2004-0797</a>
        !           100: .
        !           101: <br>
        !           102: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/017_libz.patch">
        !           103: A source code patch exists which remedies this problem</a>.<br>
        !           104: <p>
        !           105: <li><a name="bridge"></a>
        !           106: <font color="#009000"><strong>016: RELIABILITY FIX: August 26, 2004</strong></font><br>
        !           107: As
        !           108: <a href="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=109345131508824&amp;w=2">reported</a>
        !           109: by Vafa Izadinia
        !           110: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bridge&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">bridge(4)</a>
        !           111: with IPsec processing enabled can be crashed remotely by a single ICMP echo traversing the bridge.
        !           112: <br>
        !           113: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/016_bridge.patch">
        !           114: A source code patch exists which remedies this problem</a>.<br>
        !           115: <p>
        !           116: <li><a name="icmp"></a>
        !           117: <font color="#009000"><strong>015: RELIABILITY FIX: August 25, 2004</strong></font><br>
        !           118: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks
        !           119: against TCP.
        !           120: <br>
        !           121: <a href="http://www.ietf.org/internet-drafts/draft-gont-icmp-payload-00.txt">http://www.ietf.org/internet-drafts/draft-gont-icmp-payload-00.txt</a>
        !           122: <br>
        !           123: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/015_icmp.patch">
        !           124: A source code patch exists which remedies this problem</a>.<br>
        !           125: <p>
        !           126: <li><a name="rnd"></a>
        !           127: <font color="#009000"><strong>014: RELIABILITY FIX: July 25, 2004</strong></font><br>
        !           128: Under a certain network load the kernel can run out of stack space.  This was
        !           129: encountered in an environment using CARP on a VLAN interface.  This issue initially
        !           130: manifested itself as a FPU related crash on boot up.
        !           131: <br>
        !           132: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/014_rnd.patch">
        !           133: A source code patch exists which remedies this problem</a>.<br>
        !           134: <p>
        !           135: <li><a name="httpd"></a>
        !           136: <font color="#009000"><strong>013: SECURITY FIX: June 12, 2004</strong></font><br>
        !           137: Multiple vulnerabilities have been found in
        !           138: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">httpd(8)</a>
        !           139: / mod_ssl.
        !           140: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>,
        !           141: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>,
        !           142: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>,
        !           143: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>.
        !           144: <br>
        !           145: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/013_httpd.patch">
        !           146: A source code patch exists which remedies this problem</a>.<br>
        !           147: <p>
        !           148: <li><a name="isakmpd"></a>
        !           149: <font color="#009000"><strong>012: SECURITY FIX: June 10, 2004</strong></font><br>
        !           150: As
        !           151: <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a>
        !           152: by Thomas Walpuski
        !           153: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">isakmpd(8)</a>
        !           154: is still vulnerable to unauthorized SA deletion.  An attacker can delete IPsec
        !           155: tunnels at will.
        !           156: <br>
        !           157: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/012_isakmpd.patch">
        !           158: A source code patch exists which remedies this problem</a>.<br>
        !           159: <p>
        !           160: <li><a name="cvs3"></a>
        !           161: <font color="#009000"><strong>011: SECURITY FIX: June 9, 2004</strong></font><br>
        !           162: Multiple remote vulnerabilities have been found in the
        !           163: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>
        !           164: server that allow an attacker to crash the server or possibly execute arbitrary
        !           165: code with the same privileges as the CVS server program.
        !           166: <br>
        !           167: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/011_cvs3.patch">
        !           168: A source code patch exists which remedies this problem</a>.<br>
        !           169: <p>
        !           170: <li><a name="fifofs"></a>
        !           171: <font color="#009000"><strong>010: RELIABILITY FIX: June 9, 2004</strong></font><br>
        !           172: A FIFO bug was introduced in OpenBSD 3.5 that occurs when a FIFO is opened in
        !           173: non-blocking mode for writing when there are no processes reading the FIFO.
        !           174: One program affected by this is the <a href="http://www.qmail.org/">qmail</a>
        !           175: mail server which could go into an infinite loop and consume all CPU.
        !           176: <br>
        !           177: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/010_fifofs.patch">
        !           178: A source code patch exists which remedies this problem</a>.<br>
        !           179: <p>
        !           180: <li><a name="kerberos"></a>
        !           181: <font color="#00900"><strong>009: SECURITY FIX: May 30,
        !           182: 2004</strong></font><br>
        !           183: A flaw in the Kerberos V <a
        !           184: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc">kdc(8)</a>
        !           185: server could result in the administrator of a Kerberos realm having
        !           186: the ability to impersonate any principal in any other realm which
        !           187: has established a cross-realm trust with their realm. The flaw is due to
        !           188: inadequate checking of the "transited" field in a Kerberos request. For
        !           189: more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">
        !           190: Heimdal's announcement</a>.
        !           191: <br>
        !           192: <a
        !           193: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/009_kerberos.patch">
        !           194: A source code patch exists which remedies this problem</a>.<br>
        !           195: <p>
        !           196: <li><a name="xdm"></a>
        !           197: <font color="#00900"><strong>008: SECURITY FIX: May 26,
        !           198: 2004</strong></font><br>
        !           199: With the introduction of IPv6 code in
        !           200: <a
        !           201: href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdm&amp;apropos=0&amp;sektion=0&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">xdm(1)</a>,
        !           202: one test on the 'requestPort' resource was deleted by accident. This
        !           203: makes xdm create the chooser socket even if xdmcp is disabled in
        !           204: xdm-config, by setting requestPort to 0. See
        !           205: <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86
        !           206: bugzilla</a> for details.
        !           207: <br>
        !           208: <a
        !           209: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/008_xdm.patch">
        !           210: A source code patch exists which remedies this problem</a>.<br>
        !           211: <p>
        !           212: <li><a name="cvs2"></a>
        !           213: <font color="#009000"><strong>007: SECURITY FIX: May 20,
        !           214: 2004</strong></font><br>
        !           215: A heap overflow in the
        !           216: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>
        !           217: server has been discovered that can be exploited by clients sending
        !           218: malformed requests, enabling these clients to run arbitrary code
        !           219: with the same privileges as the CVS server program.
        !           220: <br>
        !           221: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/007_cvs2.patch">
        !           222: A source code patch exists which remedies this problem</a>.<br>
        !           223: <p>
        !           224: <li><a name="procfs"></a>
        !           225: <font color="#009000"><strong>006: SECURITY FIX: May 13,
        !           226: 2004</strong></font><br>
        !           227: Check for integer overflow in procfs.  Use of procfs is not recommended.
        !           228: <br>
        !           229: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/006_procfs.patch">
        !           230: A source code patch exists which remedies this problem</a>.<br>
        !           231: <p>
        !           232: <li><a name="tcp"></a>
        !           233: <font color="#009000"><strong>005: RELIABILITY FIX: May 6,
        !           234: 2004</strong></font><br>
        !           235: Reply to in-window SYN with a rate-limited ACK.
        !           236: <br>
        !           237: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/005_tcp.patch">
        !           238: A source code patch exists which remedies this problem</a>.<br>
        !           239: <p>
        !           240: <li><a name="scsi"></a>
        !           241: <font color="#009000"><strong>004: RELIABILITY FIX: May 5,
        !           242: 2004</strong></font><br>
        !           243: Restore the ability to negotiate tags/wide/sync with some SCSI controllers ( i.e.
        !           244: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=siop&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">siop(4)</a>,
        !           245: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=trm&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">trm(4)</a>,
        !           246: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iha&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">iha(4)</a>
        !           247: ).
        !           248: <br>
        !           249: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/004_scsi.patch">
        !           250: A source code patch exists which remedies this problem</a>.<br>
        !           251: <p>
        !           252: <li><a name="gdt"></a>
        !           253: <font color="#009000"><strong>003: RELIABILITY FIX: May 5,
        !           254: 2004</strong></font><br>
        !           255: Under load "recent model"
        !           256: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdt&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">gdt(4)</a>
        !           257: controllers will lock up.
        !           258: <br>
        !           259: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/003_gdt.patch">
        !           260: A source code patch exists which remedies this problem</a>.<br>
        !           261: <p>
        !           262: <li><a name="cvs"></a>
        !           263: <font color="#009000"><strong>002: SECURITY FIX: May 5,
        !           264: 2004</strong></font><br>
        !           265: Pathname validation problems have been found in
        !           266: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cvs&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">cvs(1)</a>,
        !           267: allowing malicious clients to create files outside the repository, allowing
        !           268: malicious servers to overwrite files outside the local CVS tree on
        !           269: the client and allowing clients to check out files outside the CVS
        !           270: repository.
        !           271: <br>
        !           272: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/002_cvs.patch">
        !           273: A source code patch exists which remedies this problem</a>.<br>
        !           274: <p>
        !           275: </ul>
        !           276: <p>
        !           277: <a name="i386"></a>
        !           278: <h3><font color="#e00000">i386</font></h3>
        !           279: <ul>
        !           280: <li>No problems identified yet.
        !           281: </ul>
        !           282: <p>
        !           283: <a name="alpha"></a>
        !           284: <h3><font color="#e00000">alpha</font></h3>
        !           285: <ul>
        !           286: <li>No problems identified yet.
        !           287: </ul>
        !           288: <p>
        !           289: <a name="amd64"></a>
        !           290: <h3><font color="#e00000">amd64</font></h3>
        !           291: <ul>
        !           292: <li>No problems identified yet.
        !           293: </ul>
        !           294: <p>
        !           295: <a name="cats"></a>
        !           296: <h3><font color="#e00000">cats</font></h3>
        !           297: <ul>
        !           298: <li>No problems identified yet.
        !           299: </ul>
        !           300: <p>
        !           301: <a name="mac68k"></a>
        !           302: <h3><font color="#e00000">mac68k</font></h3>
        !           303: <ul>
        !           304: <li>No problems identified yet.
        !           305: </ul>
        !           306: <p>
        !           307: <a name="sparc"></a>
        !           308: <h3><font color="#e00000">sparc</font></h3>
        !           309: <ul>
        !           310: <li>No problems identified yet.
        !           311: </ul>
        !           312: <p>
        !           313: <a name="sparc64"></a>
        !           314: <h3><font color="#e00000">sparc64</font></h3>
        !           315: <ul>
        !           316: <li>No problems identified yet.
        !           317: </ul>
        !           318: <p>
        !           319: <a name="hppa"></a>
        !           320: <h3><font color="#e00000">hppa</font></h3>
        !           321: <ul>
        !           322: <li>No problems identified yet.
        !           323: </ul>
        !           324: <p>
        !           325: <a name="hp300"></a>
        !           326: <h3><font color="#e00000">hp300</font></h3>
        !           327: <ul>
        !           328: <li>No problems identified yet.
        !           329: </ul>
        !           330: <p>
        !           331: <a name="mvme68k"></a>
        !           332: <h3><font color="#e00000">mvme68k</font></h3>
        !           333: <ul>
        !           334: <li>No problems identified yet.
        !           335: </ul>
        !           336: <p>
        !           337: <a name="mvme88k"></a>
        !           338: <h3><font color="#e00000">mvme88k</font></h3>
        !           339: <ul>
        !           340: <li>No problems identified yet.
        !           341: </ul>
        !           342: <p>
        !           343: <a name="macppc"></a>
        !           344: <h3><font color="#e00000">macppc</font></h3>
        !           345: <ul>
        !           346: <li><a name="autobook_package"></a>
        !           347: <font color="#009000"><strong>001: BROKEN PACKAGE ON CD: May 4, 2004</strong></font><br>
        !           348: The powerpc autobook-1.3.tgz package found on CD2 has been found to be corrupt,
        !           349: and will not extract.
        !           350: A replacement package can be found on the ftp sites.
        !           351: <p>
        !           352: </ul>
        !           353: <p>
        !           354: <a name="vax"></a>
        !           355: <h3><font color="#e00000">vax</font></h3>
        !           356: <ul>
        !           357: <li>No problems identified yet.
        !           358: </ul>
        !           359:
        !           360: <br>
        !           361:
        !           362: <hr>
        !           363: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
        !           364: <a href=pkg-stable35.html>For important packages updates, please refer here.</a><br>
        !           365: <br>
        !           366: For errata on a certain release, click below:<br>
        !           367: <a href="errata21.html">2.1</a>,
        !           368: <a href="errata22.html">2.2</a>,
        !           369: <a href="errata23.html">2.3</a>,
        !           370: <a href="errata24.html">2.4</a>,
        !           371: <a href="errata25.html">2.5</a>,
        !           372: <a href="errata26.html">2.6</a>,
        !           373: <a href="errata27.html">2.7</a>,
        !           374: <a href="errata28.html">2.8</a>,
        !           375: <a href="errata29.html">2.9</a>,
        !           376: <a href="errata30.html">3.0</a>,
        !           377: <a href="errata31.html">3.1</a>,
        !           378: <a href="errata32.html">3.2</a>,
        !           379: <a href="errata33.html">3.3</a>,
        !           380: <a href="errata34.html">3.4</a>,
        !           381: <a href="errata.html">3.6</a>.
        !           382: <br>
        !           383:
        !           384: <hr>
        !           385: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
        !           386: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
        !           387: <br><small>$OpenBSD$</small>
        !           388:
        !           389: </body>
        !           390: </html>