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

Annotation of www/errata35.html, Revision 1.38

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