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

Annotation of www/errata.html, Revision 1.499

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.499   ! millert    59: <li><a name="cvs3"></a>
        !            60: <font color="#009000"><strong>011: SECURITY FIX: Jun 9, 2004</strong></font><br>
        !            61: Multiple remote vulnerabilities have been found in the
        !            62: <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>
        !            63: server that allow an attacker to crash the server or possibly execute arbitrary
        !            64: code with the same privileges as the CVS server program.
        !            65: <br>
        !            66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/011_cvs3.patch">
        !            67: A source code patch exists which remedies this problem</a>.<br>
        !            68: <p>
        !            69: <li><a name="fifofs"></a>
        !            70: <font color="#009000"><strong>010: RELIABILITY FIX: Jun 9, 2004</strong></font><br>
        !            71: A FIFO bug was introduced in OpenBSD 3.5 that occurs when a FIFO is opened in
        !            72: non-blocking mode for writing when there are no processes reading the FIFO.
        !            73: One program affected by this is the <a href="http://www.qmail.org/">qmail</a>
        !            74: mail server which could go into an infinite loop and consume all CPU.
        !            75: <br>
        !            76: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/010_fifofs.patch">
        !            77: A source code patch exists which remedies this problem</a>.<br>
        !            78: <p>
1.495     beck       79: <li><a name="kerberos"></a>
1.496     beck       80: <font color="#00900"><strong>009: SECURITY FIX: May 30,
1.495     beck       81: 2004</strong></font><br>
1.497     saad       82: A flaw in the Kerberos V <a
                     83: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc">kdc(8)</a>
1.495     beck       84: server could result in the administrator of a Kerberos realm having
                     85: the ability to impersonate any principal in any other realm which
                     86: has established a cross-realm trust with their realm. The flaw is due to
                     87: inadequate checking of the "transited" field in a Kerberos request. For
1.497     saad       88: more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">
1.498     saad       89: Heimdal's announcement</a>.
1.495     beck       90: <br>
                     91: <a
                     92: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/009_kerberos.patch">
                     93: A source code patch exists which remedies this problem</a>.<br>
                     94: <p>
1.493     matthieu   95: <li><a name="xdm"></a>
                     96: <font color="#00900"><strong>008: SECURITY FIX: May 26,
                     97: 2004</strong></font><br>
1.498     saad       98: With the introduction of IPv6 code in
1.493     matthieu   99: <a
1.497     saad      100: 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  101: one test on the 'requestPort' resource was deleted by accident. This
1.493     matthieu  102: makes xdm create the chooser socket even if xdmcp is disabled in
                    103: xdm-config, by setting requestPort to 0. See
                    104: <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86
                    105: bugzilla</a> for details.
                    106: <br>
                    107: <a
                    108: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/008_xdm.patch">
                    109: A source code patch exists which remedies this problem</a>.<br>
                    110: <p>
1.492     otto      111: <li><a name="cvs2"></a>
                    112: <font color="#009000"><strong>007: SECURITY FIX: May 20,
                    113: 2004</strong></font><br>
                    114: A heap overflow in the
                    115: <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>
                    116: server has been discovered that can be exploited by clients sending
                    117: malformed requests, enabling these clients to run arbitrary code
                    118: with the same privileges as the CVS server program.
                    119: <br>
                    120: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/007_cvs2.patch">
                    121: A source code patch exists which remedies this problem</a>.<br>
                    122: <p>
1.490     tedu      123: <li><a name="procfs"></a>
1.491     brad      124: <font color="#009000"><strong>006: SECURITY FIX: May 13,
1.490     tedu      125: 2004</strong></font><br>
                    126: Check for integer overflow in procfs.  Use of procfs is not recommended.
                    127: <br>
                    128: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/006_procfs.patch">
                    129: A source code patch exists which remedies this problem</a>.<br>
                    130: <p>
1.489     brad      131: <li><a name="tcp"></a>
                    132: <font color="#009000"><strong>005: RELIABILITY FIX: May 6,
                    133: 2004</strong></font><br>
                    134: Reply to in-window SYN with a rate-limited ACK.
                    135: <br>
                    136: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/005_tcp.patch">
                    137: A source code patch exists which remedies this problem</a>.<br>
                    138: <p>
1.487     brad      139: <li><a name="scsi"></a>
                    140: <font color="#009000"><strong>004: RELIABILITY FIX: May 5,
                    141: 2004</strong></font><br>
                    142: Restore the ability to negotiate tags/wide/sync with some SCSI controllers ( i.e.
                    143: <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>,
                    144: <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      145: <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      146: ).
                    147: <br>
                    148: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/004_scsi.patch">
                    149: A source code patch exists which remedies this problem</a>.<br>
                    150: <p>
                    151: <li><a name="gdt"></a>
                    152: <font color="#009000"><strong>003: RELIABILITY FIX: May 5,
                    153: 2004</strong></font><br>
                    154: Under load "recent model"
                    155: <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>
                    156: controllers will lock up.
                    157: <br>
                    158: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/003_gdt.patch">
                    159: A source code patch exists which remedies this problem</a>.<br>
                    160: <p>
1.486     otto      161: <li><a name="cvs"></a>
                    162: <font color="#009000"><strong>002: SECURITY FIX: May 5,
                    163: 2004</strong></font><br>
                    164: Pathname validation problems have been found in
                    165: <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>,
                    166: allowing malicious clients to create files outside the repository, allowing
                    167: malicious servers to overwrite files outside the local CVS tree on
                    168: the client and allowing clients to check out files outside the CVS
                    169: repository.
                    170: <br>
                    171: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/002_cvs.patch">
                    172: A source code patch exists which remedies this problem</a>.<br>
                    173: <p>
1.25      deraadt   174: </ul>
1.177     deraadt   175: <p>
1.468     henning   176: <a name="i386"></a>
                    177: <h3><font color="#e00000">i386</font></h3>
1.25      deraadt   178: <ul>
1.482     deraadt   179: <li>No problems identified yet.
1.323     deraadt   180: </ul>
1.285     deraadt   181: <p>
1.468     henning   182: <a name="alpha"></a>
                    183: <h3><font color="#e00000">alpha</font></h3>
1.323     deraadt   184: <ul>
                    185: <li>No problems identified yet.
1.39      deraadt   186: </ul>
1.155     deraadt   187: <p>
1.483     deraadt   188: <a name="amd64"></a>
                    189: <h3><font color="#e00000">amd64</font></h3>
                    190: <ul>
                    191: <li>No problems identified yet.
                    192: </ul>
                    193: <p>
                    194: <a name="cats"></a>
                    195: <h3><font color="#e00000">cats</font></h3>
                    196: <ul>
                    197: <li>No problems identified yet.
                    198: </ul>
                    199: <p>
1.468     henning   200: <a name="mac68k"></a>
                    201: <h3><font color="#e00000">mac68k</font></h3>
1.39      deraadt   202: <ul>
1.323     deraadt   203: <li>No problems identified yet.
1.25      deraadt   204: </ul>
1.155     deraadt   205: <p>
1.468     henning   206: <a name="sparc"></a>
                    207: <h3><font color="#e00000">sparc</font></h3>
1.25      deraadt   208: <ul>
1.323     deraadt   209: <li>No problems identified yet.
1.39      deraadt   210: </ul>
1.177     deraadt   211: <p>
1.468     henning   212: <a name="sparc64"></a>
                    213: <h3><font color="#e00000">sparc64</font></h3>
1.93      deraadt   214: <ul>
1.384     deraadt   215: <li>No problems identified yet.
1.25      deraadt   216: </ul>
1.155     deraadt   217: <p>
1.468     henning   218: <a name="hppa"></a>
                    219: <h3><font color="#e00000">hppa</font></h3>
1.25      deraadt   220: <ul>
1.281     deraadt   221: <li>No problems identified yet.
1.25      deraadt   222: </ul>
1.155     deraadt   223: <p>
1.468     henning   224: <a name="hp300"></a>
                    225: <h3><font color="#e00000">hp300</font></h3>
1.59      deraadt   226: <ul>
1.323     deraadt   227: <li>No problems identified yet.
1.59      deraadt   228: </ul>
1.155     deraadt   229: <p>
1.468     henning   230: <a name="mvme68k"></a>
                    231: <h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   232: <ul>
1.323     deraadt   233: <li>No problems identified yet.
1.56      deraadt   234: </ul>
1.155     deraadt   235: <p>
1.483     deraadt   236: <a name="mvme88k"></a>
1.484     deraadt   237: <h3><font color="#e00000">mvme88k</font></h3>
1.483     deraadt   238: <ul>
                    239: <li>No problems identified yet.
                    240: </ul>
                    241: <p>
1.468     henning   242: <a name="macppc"></a>
                    243: <h3><font color="#e00000">macppc</font></h3>
1.110     millert   244: <ul>
1.485     deraadt   245: <li><a name="autobook_package"></a>
                    246: <font color="#009000"><strong>001: BROKEN PACKAGE ON CD: May 4, 2004</strong></font><br>
                    247: The powerpc autobook-1.3.tgz package found on CD2 has been found to be corrupt,
                    248: and will not extract.
                    249: A replacement package can be found on the ftp sites.
                    250: <p>
1.385     hugh      251: </ul>
1.386     hugh      252: <p>
1.468     henning   253: <a name="vax"></a>
                    254: <h3><font color="#e00000">vax</font></h3>
1.25      deraadt   255: <ul>
1.232     deraadt   256: <li>No problems identified yet.
1.25      deraadt   257: </ul>
1.144     deraadt   258:
1.25      deraadt   259: <br>
1.75      deraadt   260:
1.25      deraadt   261: <hr>
1.240     jason     262: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     263: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   264: <br>
1.419     deraadt   265: For errata on a certain release, click below:<br>
1.418     deraadt   266: <a href="errata21.html">2.1</a>,
                    267: <a href="errata22.html">2.2</a>,
                    268: <a href="errata23.html">2.3</a>,
                    269: <a href="errata24.html">2.4</a>,
                    270: <a href="errata25.html">2.5</a>,
                    271: <a href="errata26.html">2.6</a>,
                    272: <a href="errata27.html">2.7</a>,
                    273: <a href="errata28.html">2.8</a>,
                    274: <a href="errata29.html">2.9</a>,
                    275: <a href="errata30.html">3.0</a>,
1.440     deraadt   276: <a href="errata31.html">3.1</a>,
1.458     david     277: <a href="errata32.html">3.2</a>,
1.482     deraadt   278: <a href="errata33.html">3.3</a>,
                    279: <a href="errata34.html">3.4</a>.
1.418     deraadt   280: <br>
                    281:
1.2       deraadt   282: <hr>
1.186     deraadt   283: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     284: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.499   ! millert   285: <br><small>$OpenBSD: errata.html,v 1.498 2004/06/01 13:50:05 saad Exp $</small>
1.2       deraadt   286:
                    287: </body>
                    288: </html>