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

Annotation of www/errata35.html, Revision 1.20

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