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

Annotation of www/errata30.html, Revision 1.80

1.39      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 3.0 errata</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta name="description" content="the OpenBSD CD errata page">
                      7: <meta name="keywords" content="openbsd,cd,errata">
                      8: <meta name="distribution" content="global">
1.44      henning     9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    10: </head>
                     11:
1.80    ! deraadt    12: <!--
        !            13:                        IMPORTANT REMINDER
        !            14:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
        !            15: -->
        !            16:
1.46      david      17: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    18:
1.9       jsyn       19: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.80    ! deraadt    20: <h2><font color="#e00000">
        !            21: OpenBSD 3.0 errata
1.1       deraadt    22: </font></h2>
                     23:
                     24: <hr>
                     25: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.42      david      26: <a href=pkg-stable30.html>For important packages updates, please refer here.</a><br>
1.31      deraadt    27: <br>
1.32      deraadt    28: For errata on a certain release, click below:<br>
1.31      deraadt    29: <a href="errata21.html">2.1</a>,
                     30: <a href="errata22.html">2.2</a>,
                     31: <a href="errata23.html">2.3</a>,
                     32: <a href="errata24.html">2.4</a>,
                     33: <a href="errata25.html">2.5</a>,
                     34: <a href="errata26.html">2.6</a>,
                     35: <a href="errata27.html">2.7</a>,
                     36: <a href="errata28.html">2.8</a>,
                     37: <a href="errata29.html">2.9</a>,
                     38: <a href="errata31.html">3.1</a>,
1.41      deraadt    39: <a href="errata32.html">3.2</a>,
1.43      david      40: <a href="errata33.html">3.3</a>,
1.48      david      41: <a href="errata34.html">3.4</a>,
1.49      miod       42: <a href="errata35.html">3.5</a>,
1.50      deraadt    43: <a href="errata36.html">3.6</a>,
1.73      deraadt    44: <a href="errata37.html">3.7</a>,
1.58      deraadt    45: <br>
1.52      deraadt    46: <a href="errata38.html">3.8</a>,
1.53      deraadt    47: <a href="errata39.html">3.9</a>,
1.54      deraadt    48: <a href="errata40.html">4.0</a>,
1.56      merdely    49: <a href="errata41.html">4.1</a>,
1.57      deraadt    50: <a href="errata42.html">4.2</a>,
1.58      deraadt    51: <a href="errata43.html">4.3</a>,
1.60      deraadt    52: <a href="errata44.html">4.4</a>,
1.61      deraadt    53: <a href="errata45.html">4.5</a>,
1.62      deraadt    54: <a href="errata46.html">4.6</a>,
1.64      deraadt    55: <a href="errata47.html">4.7</a>,
1.65      miod       56: <a href="errata48.html">4.8</a>,
1.66      nick       57: <a href="errata49.html">4.9</a>,
1.67      sthen      58: <a href="errata50.html">5.0</a>,
1.68      deraadt    59: <a href="errata51.html">5.1</a>,
1.69      deraadt    60: <a href="errata52.html">5.2</a>,
1.70      deraadt    61: <a href="errata53.html">5.3</a>,
1.73      deraadt    62: <br>
1.71      deraadt    63: <a href="errata54.html">5.4</a>,
1.79      jsg        64: <a href="errata55.html">5.5</a>,
                     65: <a href="errata56.html">5.6</a>.
1.31      deraadt    66: <br>
1.1       deraadt    67: <hr>
                     68:
1.63      sthen      69: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz">
1.1       deraadt    70: You can also fetch a tar.gz file containing all the following patches</a>.
                     71: This file is updated once a day.
1.74      deraadt    72: <p>
1.1       deraadt    73:
1.74      deraadt    74: The patches below are available in CVS via the
1.1       deraadt    75: <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.
1.74      deraadt    76: <p>
1.1       deraadt    77:
1.74      deraadt    78: For more detailed information on how to install patches to OpenBSD, please
                     79: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.1       deraadt    80: <p>
1.74      deraadt    81:
1.1       deraadt    82: <hr>
                     83:
                     84: <ul>
1.45      david      85: <li><a name="named"></a>
1.77      deraadt    86: <font color="#009000"><strong>036: SECURITY FIX: November 14, 2002</strong></font>
                     87: &nbsp; <i>All architectures</i><br>
1.36      millert    88: A buffer overflow in
1.71      deraadt    89: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named(8)</a>
1.36      millert    90: could allow an attacker to execute code with the privileges of named.
                     91: On OpenBSD, named runs as a non-root user in a chrooted environment
1.37      millert    92: which mitigates the effects of this bug.<br>
1.74      deraadt    93: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/036_named.patch">
                     94: A source code patch exists which remedies this problem.</a>
1.36      millert    95: <p>
1.44      henning    96: <li><a name="kernresource"></a>
1.77      deraadt    97: <font color="#009000"><strong>035: SECURITY FIX: November 6, 2002</strong></font>
                     98: &nbsp; <i>All architectures</i><br>
1.71      deraadt    99: Incorrect argument checking in the
1.35      miod      100: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">getrlimit(2)</a>
                    101: system call may allow an attacker to crash the kernel.<br>
1.74      deraadt   102: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/035_kernresource.patch">
                    103: A source code patch exists which remedies this problem.</a>
1.35      miod      104: <p>
1.44      henning   105: <li><a name="smrsh"></a>
1.77      deraadt   106: <font color="#009000"><strong>034: SECURITY FIX: November 6, 2002</strong></font>
                    107: &nbsp; <i>All architectures</i><br>
1.35      miod      108: An attacker can bypass the restrictions imposed by sendmail's restricted shell,
                    109: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>,
                    110: and execute arbitrary commands with the privileges of his own account.<br>
1.74      deraadt   111: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/034_smrsh.patch">
                    112: A source code patch exists which remedies this problem.</a>
1.35      miod      113: <p>
1.44      henning   114: <li><a name="kadmin"></a>
1.77      deraadt   115: <font color="#009000"><strong>033: SECURITY FIX: October 21, 2002</strong></font>
                    116: &nbsp; <i>All architectures</i><br>
1.34      miod      117: A buffer overflow can occur in the
                    118: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a>
                    119: daemon, leading to possible remote crash or exploit.<br>
1.74      deraadt   120: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/033_kadmin.patch">
                    121: A source code patch exists which remedies this problem.</a>
1.34      miod      122: <p>
1.44      henning   123: <li><a name="kerntime"></a>
1.77      deraadt   124: <font color="#009000"><strong>032: SECURITY FIX: October 7, 2002</strong></font>
                    125: &nbsp; <i>All architectures</i><br>
1.71      deraadt   126: Incorrect argument checking in the
1.29      miod      127: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=setitimer&amp;sektion=2">setitimer(2)</a> system call may allow an attacker to write to kernel memory.<br>
1.74      deraadt   128: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/032_kerntime.patch">
                    129: A source code patch exists which remedies this problem.</a>
1.29      miod      130: <p>
1.44      henning   131: <li><a name="scarg"></a>
1.77      deraadt   132: <font color="#009000"><strong>031: SECURITY FIX: August 11, 2002</strong></font>
                    133: &nbsp; <i>All architectures</i><br>
1.27      miod      134: An insufficient boundary check in the
                    135: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a>
1.28      provos    136: system call allows an attacker to overwrite kernel memory and execute arbitrary
1.27      miod      137: code in kernel context.<br>
1.74      deraadt   138: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/031_scarg.patch">
                    139: A source code patch exists which remedies this problem.</a>
1.27      miod      140: <p>
1.44      henning   141: <li><a name="ssl"></a>
1.77      deraadt   142: <font color="#009000"><strong>030: SECURITY FIX: July 30, 2002</strong></font>
                    143: &nbsp; <i>All architectures</i><br>
1.71      deraadt   144: Several remote buffer overflows can occur in the SSL2 server and SSL3 client of the
                    145: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&amp;sektion=8">ssl(8)</a>
                    146: library, as in the ASN.1 parser code in the
                    147: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=3">crypto(3)</a>
1.26      jufi      148: library, all of them being potentially remotely exploitable.<br>
1.74      deraadt   149: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/030_ssl.patch">
                    150: A source code patch exists which remedies this problem.</a>
1.40      david     151: <br>
                    152: This is the second version of the patch.
1.25      aaron     153: <p>
1.44      henning   154: <li><a name="xdr"></a>
1.77      deraadt   155: <font color="#009000"><strong>029: SECURITY FIX: July 29, 2002</strong></font>
                    156: &nbsp; <i>All architectures</i><br>
1.71      deraadt   157: A buffer overflow can occur in the
                    158: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdr_array&amp;sektion=3">xdr_array(3)</a>
1.26      jufi      159: RPC code, leading to possible remote crash.<br>
1.74      deraadt   160: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/029_xdr.patch">
                    161: A source code patch exists which remedies this problem.</a>
1.40      david     162: <br>
                    163: This is the second version of the patch.
1.25      aaron     164: <p>
1.44      henning   165: <li><a name="pppd"></a>
1.77      deraadt   166: <font color="#009000"><strong>028: SECURITY FIX: July 29, 2002</strong></font>
                    167: &nbsp; <i>All architectures</i><br>
1.71      deraadt   168: A race condition exists in the
                    169: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>
1.26      jufi      170: daemon which may cause it to alter the file permissions of an arbitrary file.<br>
1.74      deraadt   171: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/028_pppd.patch">
                    172: A source code patch exists which remedies this problem.</a>
1.25      aaron     173: <p>
1.44      henning   174: <li><a name="isakmpd2"></a>
1.77      deraadt   175: <font color="#009000"><strong>027: RELIABILITY FIX: July 5, 2002</strong></font>
                    176: &nbsp; <i>All architectures</i><br>
1.21      ho        177: Receiving IKE payloads out of sequence can cause
                    178: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to crash.<br>
1.74      deraadt   179: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/027_isakmpd.patch">
                    180: A source code patch exists which remedies this problem.</a>
1.23      jufi      181: <br>
1.22      ho        182: This is the second version of the patch.
1.21      ho        183: <p>
1.44      henning   184: <li><a name="ktrace"></a>
1.77      deraadt   185: <font color="#009000"><strong>026: SECURITY FIX: June 27, 2002</strong></font>
                    186: &nbsp; <i>All architectures</i><br>
1.19      horacio   187: The kernel would let any user <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&amp;sektion=2">ktrace(2)</a> set[ug]id processes.<br>
1.74      deraadt   188: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/026_ktrace.patch">
                    189: A source code patch exists which remedies this problem.</a>
1.17      miod      190: <p>
1.44      henning   191: <li><a name="resolver"></a>
1.77      deraadt   192: <font color="#009000"><strong>025: SECURITY FIX: June 25, 2002</strong></font>
                    193: &nbsp; <i>All architectures</i><br>
1.13      millert   194: A potential buffer overflow in the DNS resolver has been found.<br>
1.74      deraadt   195: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/025_resolver.patch">
                    196: A source code patch exists which remedies this problem.</a>
1.13      millert   197: <p>
1.44      henning   198: <li><a name="sshdauth"></a>
1.77      deraadt   199: <font color="#009000"><strong>024: SECURITY FIX: June 24, 2002</strong></font>
                    200: &nbsp; <i>All architectures</i><br>
1.20      deraadt   201: All versions of OpenSSH's sshd between 2.3.1 and 3.3 contain an input validation
1.14      miod      202: error that can result in an integer overflow and privilege escalation.
                    203: This problem is fixed in <a href="http://www.openssh.com/openbsd.html">OpenSSH
                    204: 3.4</a>, and a patch for the vulnerable releases is available as part of the
                    205: <a href="http://www.openssh.com/txt/preauth.adv">security advisory</a>.
                    206: <p>
1.44      henning   207: <li><a name="modssl"></a>
1.77      deraadt   208: <font color="#009000"><strong>023: SECURITY FIX: June 24, 2002</strong></font>
                    209: &nbsp; <i>All architectures</i><br>
1.14      miod      210: A buffer overflow can occur in the .htaccess parsing code in mod_ssl httpd
1.16      miod      211: module, leading to possible remote crash or exploit.<br>
1.74      deraadt   212: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/023_mod_ssl.patch">
                    213: A source code patch exists which remedies this problem.</a>
1.12      miod      214: <p>
1.44      henning   215: <li><a name="httpd"></a>
1.77      deraadt   216: <font color="#009000"><strong>022: SECURITY FIX: June 19, 2002</strong></font>
                    217: &nbsp; <i>All architectures</i><br>
1.10      miod      218: A buffer overflow can occur during the interpretation of chunked
1.11      brad      219: encoding in the http daemon, leading to possible remote crash or exploit.<br>
1.74      deraadt   220: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/022_httpd.patch">
                    221: A source code patch exists which remedies this problem.</a>
1.10      miod      222: <p>
1.44      henning   223: <li><a name="fdalloc2"></a>
1.77      deraadt   224: <font color="#009000"><strong>021: SECURITY FIX: May 8, 2002</strong></font>
                    225: &nbsp; <i>All architectures</i><br>
1.7       millert   226: A race condition exists where an attacker could fill the file descriptor
                    227: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
1.8       millert   228: setuid or setgid process.<br>
1.74      deraadt   229: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/021_fdalloc2.patch">
                    230: A source code patch exists which remedies this problem.</a>
1.7       millert   231: <p>
1.44      henning   232: <li><a name="sudo2"></a>
1.77      deraadt   233: <font color="#009000"><strong>020: SECURITY FIX: April 25, 2002</strong></font>
                    234: &nbsp; <i>All architectures</i><br>
1.39      naddy     235: A bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo(8)</a> may allow an attacker to corrupt the heap by specifying a custom prompt.<br>
1.74      deraadt   236: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/020_sudo.patch">
                    237: A source code patch exists which remedies this problem.</a>
1.5       millert   238: <p>
1.44      henning   239: <li><a name="sshafs"></a>
1.77      deraadt   240: <font color="#009000"><strong>019: SECURITY FIX: April 22, 2002</strong></font>
                    241: &nbsp; <i>All architectures</i><br>
1.4       markus    242: A local user can gain super-user privileges due to a buffer overflow
1.39      naddy     243: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
1.4       markus    244: if AFS has been configured on the system or if
                    245: KerberosTgtPassing or AFSTokenPassing has been enabled
                    246: in the sshd_config file.  Ticket and token passing is not enabled
                    247: by default.<br>
1.74      deraadt   248: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/019_sshafs.patch">
                    249: A source code patch exists which remedies this problem.</a>
1.4       markus    250: <p>
1.44      henning   251: <li><a name="mail"></a>
1.77      deraadt   252: <font color="#009000"><strong>018: SECURITY FIX: April 11, 2002</strong></font>
                    253: &nbsp; <i>All architectures</i><br>
1.39      naddy     254: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&amp;sektion=1">mail(1)</a>
1.1       deraadt   255: will process tilde escapes even in non-interactive mode.
                    256: This can lead to a local root compromise.
                    257: <br>
1.74      deraadt   258: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/018_mail.patch">
                    259: A source code patch exists which remedies this problem.</a>
1.1       deraadt   260: <p>
1.44      henning   261: <li><a name="isakmpd"></a>
1.77      deraadt   262: <font color="#009000"><strong>017: RELIABILITY FIX: March 26, 2002</strong></font>
                    263: &nbsp; <i>All architectures</i><br>
1.39      naddy     264: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>
1.1       deraadt   265: will crash when receiving a zero length IKE packet due to a too-late length check.
                    266: <br>
1.74      deraadt   267: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/017_isakmpd.patch">
                    268: A source code patch exists which remedies this problem.</a>
1.1       deraadt   269: <p>
1.44      henning   270: <li><a name="approval"></a>
1.77      deraadt   271: <font color="#009000"><strong>016: SECURITY FIX: March 19, 2002</strong></font>
                    272: &nbsp; <i>All architectures</i><br>
1.1       deraadt   273: Under certain conditions, on systems using YP with netgroups in the password
                    274: database, it is possible for the
1.39      naddy     275: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rexecd&amp;sektion=8">rexecd(8)</a>
1.1       deraadt   276: and
1.39      naddy     277: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rshd&amp;sektion=8">rshd(8)</a>
1.1       deraadt   278: daemons to execute the shell from a different user's password entry.
                    279: Due to a similar problem,
1.39      naddy     280: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atrun&amp;sektion=8">atrun(8)</a>
1.1       deraadt   281: may change to the wrong home directory when running
1.39      naddy     282: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a>
1.1       deraadt   283: jobs.<br>
1.74      deraadt   284: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/016_approval.patch">
                    285: A source code patch exists which remedies this problem.</a>
1.1       deraadt   286: <p>
1.44      henning   287: <li><a name="zlib"></a>
1.77      deraadt   288: <font color="#009000"><strong>015: RELIABILITY FIX: March 13, 2002</strong></font>
                    289: &nbsp; <i>All architectures</i><br>
1.1       deraadt   290: Under some circumstances the zlib compression library can free dynamically
                    291: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
1.39      naddy     292: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&amp;sektion=3">free(3)</a>
1.1       deraadt   293: function detects this.
1.38      jufi      294: There is also a kernel zlib component that may be used by pppd and IPsec.
1.1       deraadt   295: The feasibility of attacking the kernel this way is currently unknown.<br>
1.74      deraadt   296: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/015_zlib.patch">
                    297: A source code patch exists which remedies this problem.</a>
1.1       deraadt   298: <p>
1.44      henning   299: <li><a name="openssh"></a>
1.77      deraadt   300: <font color="#009000"><strong>014: SECURITY FIX: March 8, 2002</strong></font>
                    301: &nbsp; <i>All architectures</i><br>
1.1       deraadt   302: A local user can gain super-user privileges due to an off-by-one check
                    303: in the channel forwarding code of OpenSSH.<br>
1.74      deraadt   304: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/014_openssh.patch">
                    305: A source code patch exists which remedies this problem.</a>
1.1       deraadt   306: <p>
1.44      henning   307: <li><a name="syspipe"></a>
1.77      deraadt   308: <font color="#009000"><strong>013: RELIABILITY FIX: February 4, 2002</strong></font>
                    309: &nbsp; <i>All architectures</i><br>
1.1       deraadt   310: The wrong filedescriptors are released when pipe(2) failed.<br>
1.74      deraadt   311: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/013_syspipe.patch">
                    312: A source code patch exists which remedies this problem.</a>
1.1       deraadt   313: <p>
1.44      henning   314: <li><a name="ptrace"></a>
1.77      deraadt   315: <font color="#009000"><strong>012: SECURITY FIX: January 21, 2002</strong></font>
                    316: &nbsp; <i>All architectures</i><br>
1.1       deraadt   317: A race condition between the ptrace(2) and execve(2) system calls allows
                    318: an attacker to modify the memory contents of suid/sgid processes which
                    319: could lead to compromise of the super-user account.<br>
1.74      deraadt   320: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/012_ptrace.patch">
                    321: A source code patch exists which remedies this problem.</a>
1.1       deraadt   322: <p>
1.44      henning   323: <li><a name="sudo"></a>
1.77      deraadt   324: <font color="#009000"><strong>011: SECURITY FIX: January 17, 2002</strong></font>
                    325: &nbsp; <i>All architectures</i><br>
1.1       deraadt   326: If the Postfix sendmail replacement is installed on a system an
                    327: attacker may be able to gain root privileges on the local host via
                    328: sudo(8) which runs the mailer as root with an environment inherited
                    329: from the invoking user.  While this is a bug in sudo it is not
                    330: believed to be possible to exploit when sendmail (the mailer that
                    331: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    332: the mailer an environment that is not subject to influence from the
                    333: invoking user.<br>
1.74      deraadt   334: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/011_sudo.patch">
                    335: A source code patch exists which remedies this problem.</a>
1.1       deraadt   336: <p>
1.44      henning   337: <li><a name="ipip"></a>
1.77      deraadt   338: <font color="#009000"><strong>010: RELIABILITY FIX: December 13, 2001</strong></font>
                    339: &nbsp; <i>All architectures</i><br>
1.2       miod      340: Systems running with IP-in-IP encapsulation can be made to crash by
1.1       deraadt   341: malformed packets.<br>
1.74      deraadt   342: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/010_ipip.patch">
                    343: A source code patch exists which remedies this problem.</a>
1.1       deraadt   344: <p>
1.76      deraadt   345: <li><a name="macppcinstall"></a>
                    346: <font color="#009000"><strong>009: INSTALLATION FIX: December 11, 2001</strong></font>
                    347: <br>
                    348: The 3.0 CD2 was created with an error which means that the instructions
                    349: for booting this architecture will not work.  Instead, to boot the
                    350: CD, press Option-Command-O-F during power up to get into OpenFirmware
                    351: and then type:
                    352: <br>
                    353: <code>boot cd:,OFWBOOT /3.0/macppc/bsd.rd</code>
                    354: <p>
1.44      henning   355: <li><a name="lpd"></a>
1.77      deraadt   356: <font color="#009000"><strong>008: SECURITY FIX: November 28, 2001</strong></font>
                    357: &nbsp; <i>All architectures</i><br>
1.1       deraadt   358: A security issue exists in the lpd daemon that may allow an attacker
                    359: to create arbitrary new files in the root directory.  Only machines
                    360: with line printer access (ie: listed in either /etc/hosts.lpd or
                    361: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    362: must have root access on the machine.  OpenBSD does not start lpd
                    363: in the default installation.<br>
1.74      deraadt   364: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/008_lpd.patch">
                    365: A source code patch exists which remedies this problem.</a>
1.1       deraadt   366: <p>
1.44      henning   367: <li><a name="vi.recover"></a>
1.77      deraadt   368: <font color="#009000"><strong>007: SECURITY FIX: November 13, 2001</strong></font>
                    369: &nbsp; <i>All architectures</i><br>
1.1       deraadt   370: A security issue exists in the vi.recover script that may allow an attacker
                    371: to remove arbitrary zero-length files, regardless of ownership.
                    372: <br>
1.74      deraadt   373: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/007_recover.patch">
                    374: A source code patch exists which remedies this problem.</a>
1.1       deraadt   375: <p>
1.44      henning   376: <li><a name="pf"></a>
1.77      deraadt   377: <font color="#009000"><strong>006: SECURITY FIX: November 13, 2001</strong></font>
                    378: &nbsp; <i>All architectures</i><br>
1.39      naddy     379: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
1.1       deraadt   380: was incapable of dealing with certain ipv6 icmp packets, resulting in a crash.
                    381: <br>
1.74      deraadt   382: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/006_pf.patch">
                    383: A source code patch exists which remedies this problem.</a>
1.1       deraadt   384: <p>
1.76      deraadt   385: <li><a name="altivec"></a>
                    386: <font color="#009000"><strong>005: RELIABILITY FIX: November 12, 2001</strong></font>
                    387: <br>
                    388: Execution of Altivec instructions will crash the kernel.
                    389: <br>
                    390: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/macppc/005_altivec.patch">
                    391: A source code patch exists which remedies this problem.</a>
                    392: <p>
                    393: <li><a name="hifn"></a>
                    394: <font color="#009000"><strong>004: RELIABILITY FIX: November 12, 2001</strong></font>
                    395: <br>
                    396: Hifn7751 based cards may stop working on certain motherboards due to
                    397: DMA errors.
                    398: <br>
                    399: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/i386/004_hifn.patch">
                    400: A source code patch exists which remedies this problem.</a>
                    401: <p>
                    402: <li><a name="sparc64cd"></a>
                    403: <font color="#009000"><strong>003: RELIABILITY FIX: November 12, 2001</strong></font>
                    404: <br>
                    405: Access to a CD drive on the PCI ultrasparc machines results in a continuous stream
                    406: of bogus interrupt messages, causing great user anguish.
                    407: <br>
                    408: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/sparc64/003_sparc64cd.patch">
                    409: A source code patch exists which remedies this problem.</a>
                    410: <p>
1.44      henning   411: <li><a name="sshd"></a>
1.77      deraadt   412: <font color="#009000"><strong>002: SECURITY FIX: November 12, 2001</strong></font>
                    413: &nbsp; <i>All architectures</i><br>
1.39      naddy     414: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
1.1       deraadt   415: is being upgraded from OpenSSH 3.0 to OpenSSH 3.0.2 to fix a few problems:
                    416: <p>
                    417: <ul>
                    418: <li>A security hole that may allow an attacker to partially authenticate
                    419: if -- and only if -- the administrator has enabled KerberosV.
                    420: <br>
                    421: By default, OpenSSH KerberosV support only becomes active after KerberosV
                    422: has been properly configured.
                    423: <p>
                    424: <li>An excessive memory clearing bug (which we believe to be unexploitable)
                    425: also exists, but since this may cause daemon crashes, we are providing a
                    426: patch as well.
                    427: <p>
                    428: <li>A vulnerability in environment passing in the <code>UseLogin</code>
1.71      deraadt   429: <i>sshd</i> option
1.1       deraadt   430: <p>
                    431: <li>Various other non-critical fixes.
                    432: </ul>
                    433: <p>
1.74      deraadt   434: Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.2.
                    435: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/002_ssh2.patch">
                    436: A source code patch exists which remedies this problem.</a>
1.1       deraadt   437: This is the second version of this patch.
                    438: <p>
1.44      henning   439: <li><a name="hosts"></a>
1.77      deraadt   440: <font color="#009000"><strong>001: INSTALL ISSUE: November 12, 2001</strong></font>
                    441: &nbsp; <i>All architectures</i><br>
1.1       deraadt   442: A small bug in the installation script causes the <tt>/etc/hosts</tt> file to
                    443: be incorrectly formed.<br>
                    444: The resulting file contains a line which reads like:<p>
                    445: <tt>
                    446: &nbsp;&nbsp;&nbsp;#.#.#.# hostname. hostname
                    447: </tt>
                    448: <p>
                    449: This line should actually read something like:<p>
                    450: <tt>
                    451: &nbsp;&nbsp;&nbsp;#.#.#.# hostname.domainname.com hostname
                    452: </tt>
                    453: <p>
                    454: To correct this problem, simply edit the file and insert the domainname in
                    455: the required place.
                    456: <p>
                    457: </ul>
                    458: <p>
1.72      deraadt   459:
1.1       deraadt   460: </body>
                    461: </html>