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

Annotation of www/errata.html, Revision 1.510

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