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

Annotation of www/errata35.html, Revision 1.36

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