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

Annotation of www/errata35.html, Revision 1.18

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.18    ! brad       60: <li><a name="telnet"></a>
        !            61: <font color="#009000"><strong>031: SECURITY FIX: March 30, 2005</strong></font><br>
        !            62: Due to buffer overflows in
        !            63: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">telnet(1)</a>
        !            64: , a malicious server or man-in-the-middle attack could allow execution of
        !            65: arbitrary code with the privileges of the user invoking
        !            66: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=telnet&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">telnet(1)</a>
        !            67: .
        !            68: <br>
        !            69: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/031_telnet.patch">
        !            70: A source code patch exists which remedies this problem</a>.<br>
        !            71: <p>
        !            72:
        !            73: <li><a name="sack"></a>
        !            74: <font color="#009000"><strong>030: RELIABILITY FIX: March 30, 2005</strong></font><br>
        !            75: Bugs in the
        !            76: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">tcp(4)</a>
        !            77: stack can lead to memory exhaustion or processing of TCP segments with
        !            78: invalid SACK options and cause a system crash.
        !            79: <br>
        !            80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/030_sack.patch">
        !            81: A source code patch exists which remedies this problem</a>.<br>
        !            82: <p>
        !            83:
        !            84:
1.12      mcbride    85: <li><a name="rtt"></a>
1.14      brad       86: <font color="#009000"><strong>027: RELIABILITY FIX: January 11, 2005</strong></font><br>
1.12      mcbride    87: A bug in the
                     88: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">tcp(4)</a>
1.13      mcbride    89: stack allows an invalid argument to be used in calculating the TCP
1.12      mcbride    90: retransmit timeout. By sending packets with specific values in the TCP
                     91: timestamp option, an attacker can cause a system panic.
                     92: <br>
                     93: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/027_rtt.patch">
                     94: A source code patch exists which remedies this problem</a>.<br>
                     95: <p>
                     96:
1.14      brad       97: <li><a name="httpd3"></a>
                     98: <font color="#009000"><strong>026: SECURITY FIX: January 12, 2005</strong></font><br>
                     99: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">httpd(8)</a>
                    100: 's mod_include module fails to properly validate the length of
                    101: user supplied tag strings prior to copying them to a local buffer,
                    102: causing a buffer overflow.
                    103: <br>
                    104: This would require enabling the XBitHack directive or server-side
                    105: includes and making use of a malicious document.
                    106: <br>
                    107: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/026_httpd3.patch">
                    108: A source code patch exists which remedies this problem</a>.<br>
                    109: <p>
                    110:
1.9       otto      111: <li><a name="getcwd"></a>
1.11      otto      112: <font color="#009000"><strong>025: RELIABILITY FIX: January 6, 2005</strong></font><br>
1.9       otto      113: The
                    114: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&amp;apropos=0&amp;sektion=3&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">getcwd(3)</a>
                    115: library function contains a memory management error, which causes failure
                    116: to retrieve the current working directory if the path is very long.
                    117: <br>
1.10      otto      118: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/025_getcwd.patch">
1.9       otto      119: A source code patch exists which remedies this problem</a>.<br>
                    120: <p>
                    121:
1.7       markus    122: <li><a name="pfkey"></a>
                    123: <font color="#009000"><strong>024: SECURITY FIX: December 14, 2004</strong></font><br>
                    124: On systems running
                    125: <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>
                    126: it is possible for a local user to cause kernel memory corruption
                    127: and system panic by setting
1.8       jaredy    128: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;format=html">ipsec(4)</a>
1.7       markus    129: credentials on a socket.
                    130: <br>
                    131: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/024_pfkey.patch">
                    132: A source code patch exists which remedies this problem</a>.<br>
                    133: <p>
1.4       brad      134: <li><a name="lynx"></a>
                    135: <font color="#009000"><strong>023: RELIABILITY FIX: November 10, 2004</strong></font><br>
                    136: Due to a bug in
                    137: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lynx(1)</a>
                    138: it is possible for pages such as
                    139: <a href="http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html">this</a>
                    140: to cause
                    141: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lynx(1)</a>
                    142: to exhaust memory and then crash when parsing such pages.
                    143: <br>
                    144: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/023_lynx.patch">
                    145: A source code patch exists which remedies this problem</a>.<br>
                    146: <p>
1.2       brad      147: <li><a name="pppd"></a>
1.3       brad      148: <font color="#009000"><strong>022: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.2       brad      149: <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>
                    150: contains a bug that allows an attacker to crash his own connection, but it cannot
                    151: be used to deny service to other users.
                    152: <br>
                    153: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/022_pppd.patch">
                    154: A source code patch exists which remedies this problem</a>.<br>
                    155: <p>
                    156: <li><a name="bind"></a>
1.3       brad      157: <font color="#009000"><strong>021: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.2       brad      158: BIND contains a bug which results in BIND trying to contact nameservers via IPv6, even in
1.5       otto      159: cases where IPv6 connectivity is non-existent. This results in unneccessary timeouts and
1.2       brad      160: thus slow DNS queries.
                    161: <br>
                    162: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/021_bind.patch">
                    163: A source code patch exists which remedies this problem</a>.<br>
                    164: <p>
1.1       miod      165: <li><a name="radius"></a>
                    166: <font color="#009000"><strong>020: SECURITY FIX: September 20, 2004</strong></font><br>
                    167: Eilko Bos reported that radius authentication, as implemented by
                    168: <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>,
                    169: was not checking the shared secret used for replies sent by the radius server.
                    170: This could allow an attacker to spoof a reply granting access to the
                    171: attacker.  Note that OpenBSD does not ship with radius authentication enabled.
                    172: <br>
                    173: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/020_radius.patch">
                    174: A source code patch exists which remedies this problem</a>.<br>
                    175: <p>
                    176: <li><a name="xpm"></a>
                    177: <font color="#009000"><strong>019: SECURITY FIX: September 16, 2004</strong></font><br>
                    178: Chris Evans reported several flaws (stack and integer overflows) in the
                    179: <a href="http://www.inria.fr/koala/lehors/xpm.html">Xpm</a>
                    180: library code that parses image files
                    181: (<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687">CAN-2004-0687</a>,
                    182: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0688">CAN-2004-0688</a>).
                    183: Some of these would be exploitable when parsing malicious image files in
                    184: an application that handles XPM images, if they could escape ProPolice.
                    185: <br>
                    186: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/019_xpm.patch">
                    187: A source code patch exists which remedies this problem</a>.<br>
                    188: <p>
                    189: <li><a name="httpd2"></a>
                    190: <font color="#009000"><strong>018: SECURITY FIX: September 10, 2004</strong></font><br>
                    191: <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>
                    192: 's mod_rewrite module can be made to write one zero byte in an arbitrary memory
                    193: position outside of a char array, causing a DoS or possibly buffer overflows.
                    194: This would require enabling dbm for mod_rewrite and making use of a malicious
                    195: dbm file.
                    196: <br>
                    197: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/018_httpd2.patch">
                    198: A source code patch exists which remedies this problem</a>.<br>
                    199: <p>
                    200: <li><a name="libz"></a>
                    201: <font color="#009000"><strong>017: RELIABILITY FIX: August 29, 2004</strong></font><br>
                    202: Due to incorrect error handling in zlib an attacker could potentially cause a Denial
                    203: of Service attack.
                    204: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0797">CAN-2004-0797</a>
                    205: .
                    206: <br>
                    207: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/017_libz.patch">
                    208: A source code patch exists which remedies this problem</a>.<br>
                    209: <p>
                    210: <li><a name="bridge"></a>
                    211: <font color="#009000"><strong>016: RELIABILITY FIX: August 26, 2004</strong></font><br>
                    212: As
                    213: <a href="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=109345131508824&amp;w=2">reported</a>
                    214: by Vafa Izadinia
                    215: <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>
                    216: with IPsec processing enabled can be crashed remotely by a single ICMP echo traversing the bridge.
                    217: <br>
                    218: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/016_bridge.patch">
                    219: A source code patch exists which remedies this problem</a>.<br>
                    220: <p>
                    221: <li><a name="icmp"></a>
                    222: <font color="#009000"><strong>015: RELIABILITY FIX: August 25, 2004</strong></font><br>
                    223: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks
                    224: against TCP.
                    225: <br>
1.6       brad      226: <a href="http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html">http://www.gont.com.ar/drafts/icmp-attacks-against-tcp.html</a>
1.1       miod      227: <br>
                    228: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/015_icmp.patch">
                    229: A source code patch exists which remedies this problem</a>.<br>
                    230: <p>
                    231: <li><a name="rnd"></a>
                    232: <font color="#009000"><strong>014: RELIABILITY FIX: July 25, 2004</strong></font><br>
                    233: Under a certain network load the kernel can run out of stack space.  This was
                    234: encountered in an environment using CARP on a VLAN interface.  This issue initially
                    235: manifested itself as a FPU related crash on boot up.
                    236: <br>
                    237: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/014_rnd.patch">
                    238: A source code patch exists which remedies this problem</a>.<br>
                    239: <p>
                    240: <li><a name="httpd"></a>
                    241: <font color="#009000"><strong>013: SECURITY FIX: June 12, 2004</strong></font><br>
                    242: Multiple vulnerabilities have been found in
                    243: <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>
                    244: / mod_ssl.
                    245: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>,
                    246: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>,
                    247: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>,
                    248: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>.
                    249: <br>
                    250: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/013_httpd.patch">
                    251: A source code patch exists which remedies this problem</a>.<br>
                    252: <p>
                    253: <li><a name="isakmpd"></a>
                    254: <font color="#009000"><strong>012: SECURITY FIX: June 10, 2004</strong></font><br>
                    255: As
                    256: <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a>
                    257: by Thomas Walpuski
                    258: <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>
                    259: is still vulnerable to unauthorized SA deletion.  An attacker can delete IPsec
                    260: tunnels at will.
                    261: <br>
                    262: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/012_isakmpd.patch">
                    263: A source code patch exists which remedies this problem</a>.<br>
                    264: <p>
                    265: <li><a name="cvs3"></a>
                    266: <font color="#009000"><strong>011: SECURITY FIX: June 9, 2004</strong></font><br>
                    267: Multiple remote vulnerabilities have been found in the
                    268: <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>
                    269: server that allow an attacker to crash the server or possibly execute arbitrary
                    270: code with the same privileges as the CVS server program.
                    271: <br>
                    272: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/011_cvs3.patch">
                    273: A source code patch exists which remedies this problem</a>.<br>
                    274: <p>
                    275: <li><a name="fifofs"></a>
                    276: <font color="#009000"><strong>010: RELIABILITY FIX: June 9, 2004</strong></font><br>
                    277: A FIFO bug was introduced in OpenBSD 3.5 that occurs when a FIFO is opened in
                    278: non-blocking mode for writing when there are no processes reading the FIFO.
                    279: One program affected by this is the <a href="http://www.qmail.org/">qmail</a>
                    280: mail server which could go into an infinite loop and consume all CPU.
                    281: <br>
                    282: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/010_fifofs.patch">
                    283: A source code patch exists which remedies this problem</a>.<br>
                    284: <p>
                    285: <li><a name="kerberos"></a>
                    286: <font color="#00900"><strong>009: SECURITY FIX: May 30,
                    287: 2004</strong></font><br>
                    288: A flaw in the Kerberos V <a
                    289: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc">kdc(8)</a>
                    290: server could result in the administrator of a Kerberos realm having
                    291: the ability to impersonate any principal in any other realm which
                    292: has established a cross-realm trust with their realm. The flaw is due to
                    293: inadequate checking of the "transited" field in a Kerberos request. For
                    294: more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">
                    295: Heimdal's announcement</a>.
                    296: <br>
                    297: <a
                    298: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/009_kerberos.patch">
                    299: A source code patch exists which remedies this problem</a>.<br>
                    300: <p>
                    301: <li><a name="xdm"></a>
                    302: <font color="#00900"><strong>008: SECURITY FIX: May 26,
                    303: 2004</strong></font><br>
                    304: With the introduction of IPv6 code in
                    305: <a
                    306: 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>,
                    307: one test on the 'requestPort' resource was deleted by accident. This
                    308: makes xdm create the chooser socket even if xdmcp is disabled in
                    309: xdm-config, by setting requestPort to 0. See
                    310: <a href="http://bugs.xfree86.org/show_bug.cgi?id=1376">XFree86
                    311: bugzilla</a> for details.
                    312: <br>
                    313: <a
                    314: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/008_xdm.patch">
                    315: A source code patch exists which remedies this problem</a>.<br>
                    316: <p>
                    317: <li><a name="cvs2"></a>
                    318: <font color="#009000"><strong>007: SECURITY FIX: May 20,
                    319: 2004</strong></font><br>
                    320: A heap overflow in the
                    321: <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>
                    322: server has been discovered that can be exploited by clients sending
                    323: malformed requests, enabling these clients to run arbitrary code
                    324: with the same privileges as the CVS server program.
                    325: <br>
                    326: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/007_cvs2.patch">
                    327: A source code patch exists which remedies this problem</a>.<br>
                    328: <p>
                    329: <li><a name="procfs"></a>
                    330: <font color="#009000"><strong>006: SECURITY FIX: May 13,
                    331: 2004</strong></font><br>
                    332: Check for integer overflow in procfs.  Use of procfs is not recommended.
                    333: <br>
                    334: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/006_procfs.patch">
                    335: A source code patch exists which remedies this problem</a>.<br>
                    336: <p>
                    337: <li><a name="tcp"></a>
                    338: <font color="#009000"><strong>005: RELIABILITY FIX: May 6,
                    339: 2004</strong></font><br>
                    340: Reply to in-window SYN with a rate-limited ACK.
                    341: <br>
                    342: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/005_tcp.patch">
                    343: A source code patch exists which remedies this problem</a>.<br>
                    344: <p>
                    345: <li><a name="scsi"></a>
                    346: <font color="#009000"><strong>004: RELIABILITY FIX: May 5,
                    347: 2004</strong></font><br>
                    348: Restore the ability to negotiate tags/wide/sync with some SCSI controllers ( i.e.
                    349: <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>,
                    350: <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>,
                    351: <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>
                    352: ).
                    353: <br>
                    354: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/004_scsi.patch">
                    355: A source code patch exists which remedies this problem</a>.<br>
                    356: <p>
                    357: <li><a name="gdt"></a>
                    358: <font color="#009000"><strong>003: RELIABILITY FIX: May 5,
                    359: 2004</strong></font><br>
                    360: Under load "recent model"
                    361: <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>
                    362: controllers will lock up.
                    363: <br>
                    364: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/003_gdt.patch">
                    365: A source code patch exists which remedies this problem</a>.<br>
                    366: <p>
                    367: <li><a name="cvs"></a>
                    368: <font color="#009000"><strong>002: SECURITY FIX: May 5,
                    369: 2004</strong></font><br>
                    370: Pathname validation problems have been found in
                    371: <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>,
                    372: allowing malicious clients to create files outside the repository, allowing
                    373: malicious servers to overwrite files outside the local CVS tree on
                    374: the client and allowing clients to check out files outside the CVS
                    375: repository.
                    376: <br>
                    377: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/common/002_cvs.patch">
                    378: A source code patch exists which remedies this problem</a>.<br>
                    379: <p>
                    380: </ul>
                    381: <p>
                    382: <a name="i386"></a>
                    383: <h3><font color="#e00000">i386</font></h3>
                    384: <ul>
1.15      brad      385: <li><a name="locore"></a>
                    386: <font color="#009000"><strong>028: SECURITY FIX: February 28, 2005</strong></font><br>
                    387: More stringent checking should be done in the
                    388: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copy&amp;apropos=0&amp;sektion=9&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">copy(9)</a>
                    389: functions to prevent their misuse.
                    390: <br>
                    391: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/i386/028_locore.patch">
                    392: A source code patch exists which remedies this problem</a>.<br>
                    393: <p>
1.1       miod      394: </ul>
                    395: <p>
                    396: <a name="alpha"></a>
                    397: <h3><font color="#e00000">alpha</font></h3>
                    398: <ul>
                    399: <li>No problems identified yet.
                    400: </ul>
                    401: <p>
                    402: <a name="amd64"></a>
                    403: <h3><font color="#e00000">amd64</font></h3>
                    404: <ul>
1.16      brad      405: <li><a name="copy"></a>
                    406: <font color="#009000"><strong>029: SECURITY FIX: March 16, 2005</strong></font><br>
                    407: More stringent checking should be done in the
                    408: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copy&amp;apropos=0&amp;sektion=9&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">copy(9)</a>
                    409: functions to prevent their misuse.
                    410: <br>
1.17      brad      411: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.5/amd64/029_copy.patch">
1.16      brad      412: A source code patch exists which remedies this problem</a>.<br>
                    413: <p>
1.1       miod      414: </ul>
                    415: <p>
                    416: <a name="cats"></a>
                    417: <h3><font color="#e00000">cats</font></h3>
                    418: <ul>
                    419: <li>No problems identified yet.
                    420: </ul>
                    421: <p>
                    422: <a name="mac68k"></a>
                    423: <h3><font color="#e00000">mac68k</font></h3>
                    424: <ul>
                    425: <li>No problems identified yet.
                    426: </ul>
                    427: <p>
                    428: <a name="sparc"></a>
                    429: <h3><font color="#e00000">sparc</font></h3>
                    430: <ul>
                    431: <li>No problems identified yet.
                    432: </ul>
                    433: <p>
                    434: <a name="sparc64"></a>
                    435: <h3><font color="#e00000">sparc64</font></h3>
                    436: <ul>
                    437: <li>No problems identified yet.
                    438: </ul>
                    439: <p>
                    440: <a name="hppa"></a>
                    441: <h3><font color="#e00000">hppa</font></h3>
                    442: <ul>
                    443: <li>No problems identified yet.
                    444: </ul>
                    445: <p>
                    446: <a name="hp300"></a>
                    447: <h3><font color="#e00000">hp300</font></h3>
                    448: <ul>
                    449: <li>No problems identified yet.
                    450: </ul>
                    451: <p>
                    452: <a name="mvme68k"></a>
                    453: <h3><font color="#e00000">mvme68k</font></h3>
                    454: <ul>
                    455: <li>No problems identified yet.
                    456: </ul>
                    457: <p>
                    458: <a name="mvme88k"></a>
                    459: <h3><font color="#e00000">mvme88k</font></h3>
                    460: <ul>
                    461: <li>No problems identified yet.
                    462: </ul>
                    463: <p>
                    464: <a name="macppc"></a>
                    465: <h3><font color="#e00000">macppc</font></h3>
                    466: <ul>
                    467: <li><a name="autobook_package"></a>
                    468: <font color="#009000"><strong>001: BROKEN PACKAGE ON CD: May 4, 2004</strong></font><br>
                    469: The powerpc autobook-1.3.tgz package found on CD2 has been found to be corrupt,
                    470: and will not extract.
                    471: A replacement package can be found on the ftp sites.
                    472: <p>
                    473: </ul>
                    474: <p>
                    475: <a name="vax"></a>
                    476: <h3><font color="#e00000">vax</font></h3>
                    477: <ul>
                    478: <li>No problems identified yet.
                    479: </ul>
                    480:
                    481: <br>
                    482:
                    483: <hr>
                    484: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                    485: <a href=pkg-stable35.html>For important packages updates, please refer here.</a><br>
                    486: <br>
                    487: For errata on a certain release, click below:<br>
                    488: <a href="errata21.html">2.1</a>,
                    489: <a href="errata22.html">2.2</a>,
                    490: <a href="errata23.html">2.3</a>,
                    491: <a href="errata24.html">2.4</a>,
                    492: <a href="errata25.html">2.5</a>,
                    493: <a href="errata26.html">2.6</a>,
                    494: <a href="errata27.html">2.7</a>,
                    495: <a href="errata28.html">2.8</a>,
                    496: <a href="errata29.html">2.9</a>,
                    497: <a href="errata30.html">3.0</a>,
                    498: <a href="errata31.html">3.1</a>,
                    499: <a href="errata32.html">3.2</a>,
                    500: <a href="errata33.html">3.3</a>,
                    501: <a href="errata34.html">3.4</a>,
                    502: <a href="errata.html">3.6</a>.
                    503: <br>
                    504:
                    505: <hr>
                    506: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    507: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.18    ! brad      508: <br><small>$OpenBSD: errata35.html,v 1.17 2005/03/17 17:25:20 brad Exp $</small>
1.1       miod      509:
                    510: </body>
                    511: </html>