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

Annotation of www/errata34.html, Revision 1.22

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