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

Annotation of www/errata35.html, Revision 1.43

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