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

Annotation of www/errata35.html, Revision 1.39

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