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

Annotation of www/errata35.html, Revision 1.3

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