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

Annotation of www/errata34.html, Revision 1.25

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.4 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.4 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>
1.3       david      24: <a href=pkg-stable34.html>For important packages updates, please refer here.</a><br>
1.1       deraadt    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>,
1.2       david      39: <a href="errata33.html">3.3</a>,
1.25    ! miod       40: <a href="errata35.html">3.5</a>,
        !            41: <a href="errata.html">3.6</a>.
1.1       deraadt    42: <br>
                     43: <hr>
                     44:
                     45: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4.tar.gz">
                     46: You can also fetch a tar.gz file containing all the following patches</a>.
                     47: This file is updated once a day.
                     48:
                     49: <p> The patches below are available in CVS via the
                     50: <code>OPENBSD_3_4</code> <a href="stable.html">patch branch</a>.
                     51:
                     52: <p>
                     53: For more detailed information on how to install patches to OpenBSD, please
                     54: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     55: <hr>
                     56:
                     57: <a name="all"></a>
                     58: <h3><font color="#e00000">All architectures</font></h3>
                     59: <ul>
1.24      millert    60: <li><a name="radius"></a>
                     61: <font color="#009000"><strong>031: SECURITY FIX: September 20, 2004</strong></font><br>
                     62: Eilko Bos reported that radius authentication, as implemented by
                     63: <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>,
                     64: was not checking the shared secret used for replies sent by the radius server.
                     65: This could allow an attacker to spoof a reply granting access to the
                     66: attacker.  Note that OpenBSD does not ship with radius authentication enabled.
                     67: <br>
                     68: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/031_radius.patch">
                     69: A source code patch exists which remedies this problem</a>.<br>
                     70: <p>
1.23      brad       71: <li><a name="xpm"></a>
                     72: <font color="#009000"><strong>030: SECURITY FIX: September 16, 2004</strong></font><br>
                     73: Chris Evans reported several flaws (stack and integer overflows) in the
                     74: <a href="http://www.inria.fr/koala/lehors/xpm.html">Xpm</a>
                     75: library code that parses image files
                     76: (<a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0687">CAN-2004-0687</a>,
                     77: <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0688">CAN-2004-0688</a>).
                     78: Some of these would be exploitable when parsing malicious image files in
                     79: an application that handles XPM images, if they could escape ProPolice.
                     80: <br>
                     81: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/030_xpm.patch">
                     82: A source code patch exists which remedies this problem</a>.<br>
                     83: <p>
1.22      brad       84: <li><a name="httpd4"></a>
                     85: <font color="#009000"><strong>029: SECURITY FIX: September 10, 2004</strong></font><br>
                     86: <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>
                     87: 's mod_rewrite module can be made to write one zero byte in an arbitrary memory
                     88: position outside of a char array, causing a DoS or possibly buffer overflows.
                     89: This would require enabling dbm for mod_rewrite and making use of a malicious
                     90: dbm file.
                     91: <br>
                     92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/029_httpd4.patch">
                     93: A source code patch exists which remedies this problem</a>.<br>
                     94: <p>
                     95:
1.19      brad       96: <li><a name="bridge"></a>
                     97: <font color="#009000"><strong>028: RELIABILITY FIX: August 26, 2004</strong></font><br>
                     98: As
1.20      brad       99: <a href="http://marc.theaimsgroup.com/?l=bugtraq&amp;m=109345131508824&amp;w=2">reported</a>
1.19      brad      100: by Vafa Izadinia
1.21      brad      101: <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>
1.19      brad      102: with IPsec processing enabled can be crashed remotely by a single ICMP echo traversing the bridge.
                    103: <br>
                    104: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/028_bridge.patch">
                    105: A source code patch exists which remedies this problem</a>.<br>
                    106: <p>
1.18      brad      107: <li><a name="icmp"></a>
                    108: <font color="#009000"><strong>027: RELIABILITY FIX: August 25, 2004</strong></font><br>
                    109: Improved verification of ICMP errors in order to minimize the impact of ICMP attacks
                    110: against TCP.
                    111: <br>
                    112: <a href="http://www.ietf.org/internet-drafts/draft-gont-icmp-payload-00.txt">http://www.ietf.org/internet-drafts/draft-gont-icmp-payload-00.txt</a>
                    113: <br>
                    114: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/027_icmp.patch">
                    115: A source code patch exists which remedies this problem</a>.<br>
                    116: <p>
1.17      brad      117: <li><a name="rnd"></a>
                    118: <font color="#009000"><strong>026: RELIABILITY FIX: Jul 25, 2004</strong></font><br>
                    119: Under a certain network load the kernel can run out of stack space.  This was
                    120: encountered in an environment using CARP on a VLAN interface.  This issue initially
                    121: manifested itself as a FPU related crash on boot up.
                    122: <br>
                    123: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/026_rnd.patch">
                    124: A source code patch exists which remedies this problem</a>.<br>
                    125: <p>
1.15      brad      126: <li><a name="httpd3"></a>
1.17      brad      127: <font color="#009000"><strong>025: SECURITY FIX: June 12, 2004</strong></font><br>
1.16      saad      128: Multiple vulnerabilities have been found in
1.15      brad      129: <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>
                    130: / mod_ssl.
                    131: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0020">CAN-2003-0020</a>,
                    132: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0987">CAN-2003-0987</a>,
                    133: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488">CAN-2004-0488</a>,
                    134: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0492">CAN-2004-0492</a>.
                    135: <br>
                    136: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/025_httpd3.patch">
                    137: A source code patch exists which remedies this problem</a>.<br>
                    138: <p>
1.14      brad      139: <li><a name="isakmpd3"></a>
1.17      brad      140: <font color="#009000"><strong>024: SECURITY FIX: June 10, 2004</strong></font><br>
1.14      brad      141: As
                    142: <a href="http://seclists.org/lists/fulldisclosure/2004/Jun/0191.html">disclosed</a>
                    143: by Thomas Walpuski
                    144: <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>
                    145: is still vulnerable to unauthorized SA deletion.  An attacker can delete IPsec
                    146: tunnels at will.
                    147: <br>
                    148: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/024_isakmpd3.patch">
                    149: A source code patch exists which remedies this problem</a>.<br>
                    150: <p>
1.13      millert   151: <li><a name="cvs3"></a>
1.17      brad      152: <font color="#009000"><strong>023: SECURITY FIX: June 9, 2004</strong></font><br>
1.13      millert   153: Multiple remote vulnerabilities have been found in the
                    154: <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>
                    155: server that allow an attacker to crash the server or possibly execute arbitrary
                    156: code with the same privileges as the CVS server program.
                    157: <br>
                    158: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/023_cvs3.patch">
                    159: A source code patch exists which remedies this problem</a>.<br>
                    160: <p>
1.10      beck      161: <li><a name="kerberos"></a>
                    162: <font color="#00900"><strong>022: SECURITY FIX: May 30,
                    163: 2004</strong></font><br>
1.11      saad      164: A flaw in the Kerberos V <a
                    165: href="http://www.openbsd.org/cgi-bin/man.cgi?query=kdc">kdc(8)</a>
1.10      beck      166: server could result in the administrator of a Kerberos realm having
                    167: the ability to impersonate any principal in any other realm which
                    168: has established a cross-realm trust with their realm. The flaw is due to
                    169: inadequate checking of the "transited" field in a Kerberos request. For
1.11      saad      170: more details see <a href="http://www.pdc.kth.se/heimdal/advisory/2004-04-01/">
1.12      saad      171: Heimdal's announcement</a>.
1.10      beck      172: <br>
                    173: <a
                    174: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/022_kerberos.patch">
                    175: A source code patch exists which remedies this problem</a>.<br>
                    176: <p>
1.9       otto      177: <li><a name="cvs2"></a>
                    178: <font color="#009000"><strong>021: SECURITY FIX: May 20,
                    179: 2004</strong></font><br>
                    180: A heap overflow in the
                    181: <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>
                    182: server has been discovered that can be exploited by clients sending
                    183: malformed requests, enabling these clients to run arbitrary code
                    184: with the same privileges as the CVS server program.
                    185: <br>
                    186: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/021_cvs2.patch">
                    187: A source code patch exists which remedies this problem</a>.<br>
                    188: <p>
1.7       tedu      189: <li><a name="procfs"></a>
1.8       brad      190: <font color="#009000"><strong>020: SECURITY FIX: May 13,
1.7       tedu      191: 2004</strong></font><br>
                    192: Check for integer overflow in procfs.  Use of procfs is not recommended.
                    193: <br>
                    194: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/020_procfs.patch">
                    195: A source code patch exists which remedies this problem</a>.<br>
                    196: <p>
1.6       brad      197: <li><a name="tcp2"></a>
                    198: <font color="#009000"><strong>019: RELIABILITY FIX: May 6,
                    199: 2004</strong></font><br>
                    200: Reply to in-window SYN with a rate-limited ACK.
                    201: <br>
                    202: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/019_tcp2.patch">
                    203: A source code patch exists which remedies this problem</a>.<br>
                    204: <p>
1.5       brad      205: <li><a name="gdt"></a>
                    206: <font color="#009000"><strong>018: RELIABILITY FIX: May 5,
                    207: 2004</strong></font><br>
                    208: Under load "recent model"
                    209: <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>
                    210: controllers will lock up.
                    211: <br>
                    212: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/018_gdt.patch">
                    213: A source code patch exists which remedies this problem</a>.<br>
                    214: <p>
1.4       otto      215: <li><a name="cvs"></a>
                    216: <font color="#009000"><strong>017: SECURITY FIX: May 5,
                    217: 2004</strong></font><br>
                    218: Pathname validation problems have been found in
                    219: <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>,
                    220: allowing malicious clients to create files outside the repository, allowing
                    221: malicious servers to overwrite files outside the local CVS tree on
                    222: the client and allowing clients to check out files outside the CVS
                    223: repository.
                    224: <br>
                    225: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/017_cvs.patch">
                    226: A source code patch exists which remedies this problem</a>.<br>
                    227: <p>
1.1       deraadt   228: <li><a name="openssl"></a>
                    229: <font color="#009000"><strong>016: RELIABILITY FIX: March 17,
                    230: 2004</strong></font><br>
                    231: A missing check for a NULL-pointer dereference has been found in
                    232: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;apropos=0&amp;sektion=3&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">ssl(3)</a>.
                    233: A remote attacker can use the bug to cause an OpenSSL application to crash;
                    234: this may lead to a denial of service.
                    235: <br>
                    236: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/016_openssl.patch">
                    237: A source code patch exists which remedies this problem</a>.<br>
                    238: <p>
                    239: <li><a name="isakmpd2"></a>
                    240: <font color="#009000"><strong>015: RELIABILITY FIX: March 17,
                    241: 2004</strong></font><br>
                    242: Defects in the payload validation and processing functions of
                    243: <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>
                    244: have been discovered.  An attacker could send malformed ISAKMP messages and
                    245: cause isakmpd to crash or to loop endlessly.  This patch fixes these problems
                    246: and removes some memory leaks.
                    247: <br>
                    248: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/015_isakmpd2.patch">
                    249: A source code patch exists which remedies this problem</a>.<br>
                    250: <p>
                    251: <li><a name="httpd2"></a>
                    252: <font color="#009000"><strong>014: SECURITY FIX: March 13,
                    253: 2004</strong></font><br>
                    254: Due to a bug in the parsing of Allow/Deny rules for
                    255: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)'s</a>
                    256: access module, using IP addresses without a netmask on big endian 64-bit
                    257: platforms causes the rules to fail to match. This only affects sparc64.
                    258: <br>
                    259: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/014_httpd2.patch">
                    260: A source code patch exists which remedies the problem</a>.<br>
                    261: <p>
                    262: <li><a name="tcp"></a>
                    263: <font color="#009000"><strong>013: RELIABILITY FIX: March 8,
                    264: 2004</strong></font><br>
                    265: OpenBSD's TCP/IP stack did not impose limits on how many out-of-order
                    266: TCP segments are queued in the system.  An attacker could
                    267: send out-of-order TCP segments and trick the system into using all
                    268: available memory buffers.
                    269: <br>
                    270: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/013_tcp.patch">
                    271: A source code patch exists which remedies the problem</a>.<br>
                    272: <p>
                    273: <li><a name="font"></a>
                    274: <font color="#009000"><strong>012: RELIABILITY FIX: February 14,
                    275: 2004</strong></font><br>
                    276: Several buffer overflows exist in the code parsing
                    277: font.aliases files in XFree86. Thanks to ProPolice, these cannot be
                    278: exploited to gain privileges, but they can cause the X server to abort.
                    279: <br>
                    280: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/012_font.patch">
                    281: A source code patch exists which remedies the problem</a>.<br>
                    282: <p>
                    283: <li><a name="ip6"></a>
                    284: <font color="#009000"><strong>011: SECURITY FIX: February 8, 2004</strong></font><br>
                    285: An IPv6 MTU handling problem exists that could be used by an attacker
                    286: to cause a denial of service attack against hosts with reachable IPv6
                    287: TCP ports.
                    288: <br>
                    289: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/011_ip6.patch">
                    290: A source code patch exists which remedies the problem</a>.<br>
                    291: <p>
                    292: <li><a name="sysvshm"></a>
                    293: <font color="#009000"><strong>010: SECURITY FIX: February 5, 2004</strong></font><br>
                    294: A reference counting bug exists in the
                    295: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=shmat&amp;apropos=0&amp;sektion=2&amp;manpath=OpenBSD+Current&amp;format=html">shmat(2)</a>
                    296: system call that could be used by an attacker to write to kernel memory
                    297: under certain circumstances.
                    298: <br>
                    299: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/010_sysvshm.patch">
                    300: A source code patch exists which remedies the problem</a>.<br>
                    301: <p>
                    302: <li><a name="isakmpd"></a>
                    303: <font color="#009000"><strong>009: SECURITY FIX: January 13, 2004</strong></font><br>
                    304: Several message handling flaws in
                    305: <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>
                    306: have been reported by Thomas Walpuski. These allow an attacker to delete arbitrary SAs. The patch also
                    307: includes a reliability fix for a filedescriptor leak that causes problems when a crypto card is
                    308: installed.
                    309: <br>
                    310: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/009_isakmpd.patch">
                    311: A source code patch exists which remedies these problems</a>.<br>
                    312: <p>
                    313: <li><a name="sem"></a>
                    314: <font color="#009000"><strong>008: RELIABILITY FIX: November 20, 2003</strong></font><br>
                    315: An improper bounds check makes it possible for a local user to cause a crash
                    316: by passing the
                    317: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semctl&amp;apropos=0&amp;sektion=2&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">semctl(2)</a> and
                    318: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&amp;apropos=0&amp;sektion=2&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">semop(2)</a> functions
                    319: certain arguments.
                    320: <br>
                    321: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/008_sem.patch">
                    322: A source code patch exists which remedies the problem</a>.<br>
                    323: <p>
                    324: <li><a name="uvm"></a>
                    325: <font color="#009000"><strong>007: RELIABILITY FIX: November 20, 2003</strong></font><br>
                    326: It is possible for a local user to cause a crash via
                    327: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;apropos=0&amp;sektion=3&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">sysctl(3)</a> with certain arguments.
                    328: <br>
                    329: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/007_uvm.patch">
                    330: A source code patch exists which remedies the problem</a>.<br>
                    331: <p>
                    332: <li><a name="exec"></a>
                    333: <font color="#009000"><strong>005: RELIABILITY FIX: November 4, 2003</strong></font><br>
                    334: It is possible for a local user to cause a system panic by executing a specially crafted binary with an invalid header.
                    335: <br>
                    336: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/005_exec.patch">
                    337: A source code patch exists which remedies the problem</a>.<br>
                    338: <p>
                    339: <li><a name="httpd"></a>
                    340: <font color="#009000"><strong>004: RELIABILITY FIX: November 1, 2003</strong></font><br>
                    341: A user with write permission to <tt>httpd.conf</tt> or a <tt>.htaccess</tt>
                    342: file can crash
                    343: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>
                    344: or potentially run arbitrary code as the user <tt>www</tt> (although it
                    345: is believed that ProPolice will prevent code execution).
                    346: <br>
                    347: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/004_httpd.patch">
                    348: A source code patch exists which remedies the problem</a>.<br>
                    349: <p>
                    350: <li><a name="arp"></a>
                    351: <font color="#009000"><strong>003: RELIABILITY FIX: November 1, 2003</strong></font><br>
                    352: It is possible for a local user to cause a system panic by flooding it with spoofed ARP
                    353: requests.<br>
                    354: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/003_arp.patch">
                    355: A source code patch exists which remedies the problem</a>.<br>
                    356: <p>
                    357: <li><a name="asn1"></a>
                    358: <font color="#009000"><strong>002: SECURITY FIX: November 1, 2003</strong></font><br>
                    359: The use of certain ASN.1 encodings or malformed public keys may allow an
                    360: attacker to mount a denial of service attack against applications linked with
                    361: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=3">ssl(3)</a>.
                    362: This does not affect OpenSSH.<br>
                    363: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/common/002_asn1.patch">
                    364: A source code patch exists which remedies the problem</a>.<br>
                    365: <p>
                    366: <li><a name="cd_booklet"></a>
                    367: <font color="#009000"><strong>001: DOCUMENTATION FIX: November 1, 2003</strong></font><br>
                    368: The CD insert documentation has an incorrect example for package installation.<br>
                    369: Where it is written:<p>
                    370: <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    371: # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386</strong><p>
                    372: It should instead read:<p>
                    373: <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    374: # pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/3.4/packages/i386/</strong><p>
                    375: The extra <strong>/</strong> at the end is important.  We do not make
                    376: patch files available for things printed on paper.
                    377: <p>
                    378: </ul>
                    379: <p>
                    380: <a name="i386"></a>
                    381: <h3><font color="#e00000">i386</font></h3>
                    382: <ul>
                    383: <li><a name="ibcs2"></a>
                    384: <font color="#009000"><strong>006: SECURITY FIX: November 17, 2003</strong></font><br>
                    385: It may be possible for a local user to overrun the stack in
                    386: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_ibcs2&amp;sektion=8&amp;apropos=0&amp;manpath=OpenBSD+Current&amp;arch=i386">compat_ibcs2(8)</a>.<br>
                    387: ProPolice catches this, turning a potential privilege escalation into a denial
                    388: of service. iBCS2 emulation does not need to be enabled via
                    389: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=8&amp;apropos=0&amp;manpath=OpenBSD+Current&amp;arch=i386">sysctl(8)</a>
                    390: for this to happen.
                    391: <br>
                    392: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.4/i386/006_ibcs2.patch">
                    393: A source code patch exists which remedies the problem</a>.<br>
                    394: <p>
                    395: </ul>
                    396: <p>
                    397: <a name="alpha"></a>
                    398: <h3><font color="#e00000">alpha</font></h3>
                    399: <ul>
                    400: <li>No problems identified yet.
                    401: </ul>
                    402: <p>
                    403: <a name="mac68k"></a>
                    404: <h3><font color="#e00000">mac68k</font></h3>
                    405: <ul>
                    406: <li>No problems identified yet.
                    407: </ul>
                    408: <p>
                    409: <a name="sparc"></a>
                    410: <h3><font color="#e00000">sparc</font></h3>
                    411: <ul>
                    412: <li>No problems identified yet.
                    413: </ul>
                    414: <p>
                    415: <a name="sparc64"></a>
                    416: <h3><font color="#e00000">sparc64</font></h3>
                    417: <ul>
                    418: <li>No problems identified yet.
                    419: </ul>
                    420: <p>
                    421: <a name="hppa"></a>
                    422: <h3><font color="#e00000">hppa</font></h3>
                    423: <ul>
                    424: <li>No problems identified yet.
                    425: </ul>
                    426: <p>
                    427: <a name="hp300"></a>
                    428: <h3><font color="#e00000">hp300</font></h3>
                    429: <ul>
                    430: <li>No problems identified yet.
                    431: </ul>
                    432: <p>
                    433: <a name="mvme68k"></a>
                    434: <h3><font color="#e00000">mvme68k</font></h3>
                    435: <ul>
                    436: <li>No problems identified yet.
                    437: </ul>
                    438: <p>
                    439: <a name="macppc"></a>
                    440: <h3><font color="#e00000">macppc</font></h3>
                    441: <ul>
                    442: <li>No problems identified yet.
                    443: </ul>
                    444: <p>
                    445: <a name="vax"></a>
                    446: <h3><font color="#e00000">vax</font></h3>
                    447: <ul>
                    448: <li>No problems identified yet.
                    449: </ul>
                    450:
                    451: <br>
                    452:
                    453: <hr>
                    454: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.3       david     455: <a href=pkg-stable34.html>For important packages updates, please refer here.</a><br>
1.1       deraadt   456: <br>
                    457: For errata on a certain release, click below:<br>
                    458: <a href="errata21.html">2.1</a>,
                    459: <a href="errata22.html">2.2</a>,
                    460: <a href="errata23.html">2.3</a>,
                    461: <a href="errata24.html">2.4</a>,
                    462: <a href="errata25.html">2.5</a>,
                    463: <a href="errata26.html">2.6</a>,
                    464: <a href="errata27.html">2.7</a>,
                    465: <a href="errata28.html">2.8</a>,
                    466: <a href="errata29.html">2.9</a>,
                    467: <a href="errata30.html">3.0</a>,
                    468: <a href="errata31.html">3.1</a>,
                    469: <a href="errata32.html">3.2</a>,
1.2       david     470: <a href="errata33.html">3.3</a>,
1.25    ! miod      471: <a href="errata35.html">3.5</a>,
        !           472: <a href="errata.html">3.6</a>.
1.1       deraadt   473: <br>
                    474:
                    475: <hr>
                    476: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    477: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.25    ! miod      478: <br><small>$OpenBSD: errata34.html,v 1.24 2004/09/21 16:32:37 millert Exp $</small>
1.1       deraadt   479:
                    480: </body>
                    481: </html>