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

Annotation of www/errata28.html, Revision 1.69

1.30      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.8 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.33      henning     9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    10: </head>
                     11:
1.69    ! deraadt    12: <!--
        !            13:                        IMPORTANT REMINDER
        !            14:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
        !            15: -->
        !            16:
1.35      david      17: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    18:
1.25      jsyn       19: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.69    ! deraadt    20: <h2><font color="#e00000">
        !            21: OpenBSD 2.8 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.27      deraadt    26: <br>
1.28      deraadt    27: For errata on a certain release, click below:<br>
1.27      deraadt    28: <a href="errata21.html">2.1</a>,
                     29: <a href="errata22.html">2.2</a>,
                     30: <a href="errata23.html">2.3</a>,
                     31: <a href="errata24.html">2.4</a>,
                     32: <a href="errata25.html">2.5</a>,
                     33: <a href="errata26.html">2.6</a>,
                     34: <a href="errata27.html">2.7</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>,
1.31      deraadt    38: <a href="errata32.html">3.2</a>,
1.32      david      39: <a href="errata33.html">3.3</a>,
1.37      david      40: <a href="errata34.html">3.4</a>,
1.38      miod       41: <a href="errata35.html">3.5</a>,
1.39      deraadt    42: <a href="errata36.html">3.6</a>,
1.62      deraadt    43: <a href="errata37.html">3.7</a>,
1.47      deraadt    44: <br>
1.41      deraadt    45: <a href="errata38.html">3.8</a>,
1.42      deraadt    46: <a href="errata39.html">3.9</a>,
1.43      deraadt    47: <a href="errata40.html">4.0</a>,
1.45      merdely    48: <a href="errata41.html">4.1</a>,
1.46      deraadt    49: <a href="errata42.html">4.2</a>,
1.47      deraadt    50: <a href="errata43.html">4.3</a>,
1.49      deraadt    51: <a href="errata44.html">4.4</a>,
1.50      deraadt    52: <a href="errata45.html">4.5</a>,
1.51      deraadt    53: <a href="errata46.html">4.6</a>,
1.53      deraadt    54: <a href="errata47.html">4.7</a>,
1.54      miod       55: <a href="errata48.html">4.8</a>,
1.55      nick       56: <a href="errata49.html">4.9</a>,
1.56      sthen      57: <a href="errata50.html">5.0</a>,
1.57      deraadt    58: <a href="errata51.html">5.1</a>,
1.58      deraadt    59: <a href="errata52.html">5.2</a>,
1.59      deraadt    60: <a href="errata53.html">5.3</a>,
1.62      deraadt    61: <br>
1.60      deraadt    62: <a href="errata54.html">5.4</a>,
1.68      jsg        63: <a href="errata55.html">5.5</a>,
                     64: <a href="errata56.html">5.6</a>.
1.27      deraadt    65: <br>
1.1       deraadt    66: <hr>
                     67:
1.52      sthen      68: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8.tar.gz">
1.1       deraadt    69: You can also fetch a tar.gz file containing all the following patches</a>.
                     70: This file is updated once a day.
1.63      deraadt    71: <p>
1.1       deraadt    72:
1.63      deraadt    73: The patches below are available in CVS via the
1.1       deraadt    74: <code>OPENBSD_2_8</code> <a href="stable.html">patch branch</a>.
1.63      deraadt    75: <p>
1.1       deraadt    76:
1.63      deraadt    77: For more detailed information on how to install patches to OpenBSD, please
                     78: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.1       deraadt    79: <p>
1.63      deraadt    80:
1.1       deraadt    81: <hr>
                     82:
                     83: <ul>
1.33      henning    84: <li><a name="uucp"></a>
1.66      deraadt    85: <font color="#009000"><strong>033: SECURITY FIX: September 11, 2001</strong></font>
                     86: &nbsp; <i>All architectures</i><br>
1.30      naddy      87: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.18      millert    88: that may allow an attacker to run arbitrary commands as user uucp and
                     89: use this to gain root access.
                     90: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                     91: parsing routine may allow arbitrary commands to be run.  Because
                     92: some UUCP commands are run as root (and daemon) from cron it is possible
                     93: to leverage compromise of the UUCP user to gain root.
                     94: <br>
1.63      deraadt    95: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/033_uucp.patch">
                     96: A source code patch exists which remedies this problem.</a>
1.18      millert    97: <p>
1.33      henning    98: <li><a name="lpd"></a>
1.66      deraadt    99: <font color="#009000"><strong>032: SECURITY FIX: August 29, 2001</strong></font>
                    100: &nbsp; <i>All architectures</i><br>
1.30      naddy     101: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.17      millert   102: that may allow an attacker with line printer access to gain root
                    103: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                    104: does not start lpd by default).  Only machines with line printer
                    105: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                    106: may be used to mount an attack.
                    107: <br>
1.63      deraadt   108: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/032_lpd.patch">
                    109: A source code patch exists which remedies this problem.</a>
1.17      millert   110: <p>
1.33      henning   111: <li><a name="sendmail2"></a>
1.66      deraadt   112: <font color="#009000"><strong>031: SECURITY FIX: August 21, 2001</strong></font>
                    113: &nbsp; <i>All architectures</i><br>
1.30      naddy     114: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.14      millert   115: that may allow an attacker on the local host to gain root privileges by
                    116: specifying out-of-bounds debug parameters.
1.15      brad      117: <br>
1.63      deraadt   118: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/031_sendmail.patch">
                    119: A source code patch exists which remedies this problem.</a>
1.14      millert   120: <p>
1.33      henning   121: <li><a name="kernexec"></a>
1.66      deraadt   122: <font color="#009000"><strong>030: SECURITY FIX: June 15, 2001</strong></font>
                    123: &nbsp; <i>All architectures</i><br>
1.30      naddy     124: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2&amp;format=html">execve(2)</a> implementation that opens a small window of vulnerability for a non-privileged user to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&amp;sektion=2&amp;format=html">ptrace(2)</a> attach to a suid/sgid process.
1.10      aaron     125: <br>
1.63      deraadt   126: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/030_kernexec.patch">
                    127: A source code patch exists which remedies this problem.</a>
1.10      aaron     128: <p>
1.33      henning   129: <li><a name="fts"></a>
1.66      deraadt   130: <font color="#009000"><strong>029: SECURITY FIX: May 30, 2001</strong></font>
                    131: &nbsp; <i>All architectures</i><br>
1.30      naddy     132: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3&amp;format=html">fts(3)</a>
1.4       millert   133: routines (such as rm, find, and most programs that take a <b>-R</b>
                    134: flag) can be tricked into changing into the wrong directory if the
                    135: parent dir is changed out from underneath it.  This is similar to
                    136: the old fts bug but happens when popping out of directories, as
                    137: opposed to descending into them.
1.63      deraadt   138: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/029_fts.patch">
                    139: A source code patch exists which remedies this problem.</a>
1.6       millert   140: This is the second version of the patch.
1.4       millert   141: <p>
1.33      henning   142: <li><a name="sendmail"></a>
1.66      deraadt   143: <font color="#009000"><strong>028: SECURITY FIX: May 29, 2001</strong></font>
                    144: &nbsp; <i>All architectures</i><br>
1.3       millert   145: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sen
1.30      naddy     146: dmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.3       millert   147: context of a signal handler.  This leads to potentially serious
                    148: race conditions.  At the moment this is a theoretical attack only
                    149: and can only be exploited on the local host (if at all).<br>
1.63      deraadt   150: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/028_sendmail.patch">
                    151: A source code patch exists which remedies this problem.</a>
                    152: It updates sendmail to version 8.11.4.
1.3       millert   153: <p>
1.33      henning   154: <li><a name="ipf_frag"></a>
1.66      deraadt   155: <font color="#009000"><strong>027: SECURITY FIX: Apr 23, 2001</strong></font>
                    156: &nbsp; <i>All architectures</i><br>
1.23      miod      157: IPF has a serious problem with fragment caching, the bug is triggered if you use the ipf(5) syntax &quot;keep state&quot;.<br>
1.63      deraadt   158: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/027_ipf-frag.patch">
                    159: A source code patch exists which remedies this problem.</a>
1.1       deraadt   160: <p>
1.33      henning   161: <li><a name="glob_limit"></a>
1.66      deraadt   162: <font color="#009000"><strong>026: SECURITY FIX: Apr 23, 2001</strong></font>
                    163: &nbsp; <i>All architectures</i><br>
1.30      naddy     164: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">ftpd(8)</a> has a potential DoS related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a>. This patch introduces a GLOB_LIMIT, eliminating the DoS. You must have <a href="#glob">025_glob.patch</a> installed before installing this patch.<br>
1.63      deraadt   165: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/026_globlimit.patch">
                    166: A source code patch exists which remedies this problem.</a>
1.1       deraadt   167: <p>
1.33      henning   168: <li><a name="glob"></a>
1.66      deraadt   169: <font color="#009000"><strong>025: SECURITY FIX: Apr 10, 2001</strong></font>
                    170: &nbsp; <i>All architectures</i><br>
1.30      naddy     171: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glob&amp;sektion=3">glob(3)</a> contains multiple buffer overflows. <br>
1.63      deraadt   172: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch">
                    173: A source code patch exists which remedies this problem.</a>
1.1       deraadt   174: <p>
1.33      henning   175: <li><a name="readline"></a>
1.66      deraadt   176: <font color="#009000"><strong>024: SECURITY FIX: Mar 18, 2001</strong></font>
                    177: &nbsp; <i>All architectures</i><br>
1.1       deraadt   178: The readline library shipped with OpenBSD allows history files creation
                    179: with a permissive
1.30      naddy     180: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umask&amp;sektion=2">umask(2)</a>.
1.1       deraadt   181: This can lead to the leakage of sensitive information in applications
                    182: that use passwords and the like during user interaction (one such
                    183: application is mysql).<br>
1.63      deraadt   184: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/024_readline.patch">
                    185: A source code patch exists which remedies this problem.</a>
1.1       deraadt   186: <p>
1.33      henning   187: <li><a name="ipsec_ah"></a>
1.66      deraadt   188: <font color="#009000"><strong>023: SECURITY FIX: Mar 2, 2001</strong></font>
                    189: &nbsp; <i>All architectures</i><br>
1.1       deraadt   190: Insufficient checks in the IPSEC AH IPv4 option handling code can lead to a buffer overrun leading to a remote DoS. This option is not on by default.<br>
1.63      deraadt   191: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/023_ip_ah.patch">
                    192: A source code patch exists which remedies this problem.</a>
1.1       deraadt   193: <p>
1.65      deraadt   194: <li><a name="userldt"></a>
                    195: <font color="#009000"><strong>022: SECURITY FIX: Mar 2, 2001</strong></font><br>
                    196: The <b>USER_LDT</b> kernel option allows an attacker to gain access to privileged areas of kernel memory. This option is not on by default.
                    197: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/022_userltd.patch">
                    198: A source code patch exists which remedies this problem.</a>
                    199: <p>
1.33      henning   200: <li><a name="sudo"></a>
1.66      deraadt   201: <font color="#009000"><strong>021: SECURITY FIX: Feb 22, 2001</strong></font>
                    202: &nbsp; <i>All architectures</i><br>
1.8       millert   203: There is an exploitable heap corruption bug in
1.30      naddy     204: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo</a>.
1.1       deraadt   205: <br>
1.63      deraadt   206: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/021_sudo.patch">
                    207: A source code patch exists which remedies this problem.</a>
1.1       deraadt   208: <p>
1.33      henning   209: <li><a name="libwrap"></a>
1.66      deraadt   210: <font color="#009000"><strong>020: IMPLEMENTATION FIX: Feb 15, 2001</strong></font>
                    211: &nbsp; <i>All architectures</i><br>
1.30      naddy     212: Client side ident protocol was broken in libwrap, affecting anything using libwrap including <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpd&amp;sektion=8">tcpd</a>. The effect of this was that libwrap would never retrieve and log ident values from remote hosts on connections.<br>
1.63      deraadt   213: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/020_libwrap.patch">
                    214: A source code patch exists which remedies this problem.</a>
1.1       deraadt   215: <p>
1.33      henning   216: <li><a name="lepci"></a>
1.66      deraadt   217: <font color="#009000"><strong>019: IMPLEMENTATION FIX: Jan 31, 2001</strong></font>
                    218: &nbsp; <i>All architectures</i><br>
1.30      naddy     219: Fix memory allocation in the PCI LANCE driver, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=le&amp;sektion=4&amp;arch=i386">le</a>.  A side effect of this is that OpenBSD under VMWare now works again.<br>
1.63      deraadt   220: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/019_lepci.patch">
                    221: A source code patch exists which remedies this problem.</a>
1.1       deraadt   222: <p>
1.33      henning   223: <li><a name="named"></a>
1.66      deraadt   224: <font color="#009000"><strong>018: SECURITY FIX: Jan 29, 2001</strong></font>
                    225: &nbsp; <i>All architectures</i><br>
1.30      naddy     226: Merge <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=named&amp;sektion=8">named</a>
1.1       deraadt   227: with ISC BIND 4.9.8-REL, which fixes some buffer vulnerabilities (actually it appears
1.13      jsyn      228: that these were already impossible to exploit beforehand).<br>
1.63      deraadt   229: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/018_named.patch">
                    230: A source code patch exists which remedies this problem.</a>
1.1       deraadt   231: <p>
1.33      henning   232: <li><a name="rnd"></a>
1.66      deraadt   233: <font color="#009000"><strong>017: SECURITY FIX: Jan 22, 2001</strong></font>
                    234: &nbsp; <i>All architectures</i><br>
1.30      naddy     235: The <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&amp;sektion=4">rnd(4)</a> device does not use all of its input when data is written to it.<br>
1.63      deraadt   236: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/017_rnd.patch">
                    237: A source code patch exists which remedies this problem.</a>
1.1       deraadt   238: <p>
1.33      henning   239: <li><a name="tl"></a>
1.66      deraadt   240: <font color="#009000"><strong>016: RELIABILITY FIX: Jan 4, 2001</strong></font>
                    241: &nbsp; <i>All architectures</i><br>
1.1       deraadt   242: Allow ThunderLAN cards to share interrupts nicely.<br>
1.63      deraadt   243: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/016_tl.patch">
                    244: A source code patch exists which remedies this problem.</a>
1.1       deraadt   245: <p>
1.65      deraadt   246: <li><a name="pms"></a>
                    247: <font color="#009000"><strong>015: STABILITY FIX: Dec 22, 2000</strong></font><br>
                    248: Some machines locked up while trying to use the mouse in console mode. This patch solves that problem.<br>
                    249: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/015_pms.patch">
                    250: A source code patch exists which remedies this problem.</a>
                    251: <p>
1.33      henning   252: <li><a name="xlock"></a>
1.66      deraadt   253: <font color="#009000"><strong>014: SECURITY FIX: Dec 22, 2000</strong></font>
                    254: &nbsp; <i>All architectures</i><br>
1.1       deraadt   255: Improve xlock(1)'s authentication by authenticating via a pipe in an early forked process. No known vulnerability exists, this is just a precautionary patch.<br>
1.63      deraadt   256: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/014_xlock.patch">
                    257: A source code patch exists which remedies this problem.</a>
1.1       deraadt   258: <p>
                    259: In addition to a source code patch, new xlock binaries have been created for each architecture listed below. Place these binaries at <i>/usr/X11R6/bin/xlock</i>
                    260:  and <i>chmod 4755 /usr/X11R6/bin/xlock</i>.
                    261: <p>
                    262: <ul>
1.52      sthen     263: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/i386/xlock">Xlock - i386</a>
                    264: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/xlock">Xlock - sparc</a>
                    265: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mac68k/xlock">Xlock - mac68k</a>
                    266: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/xlock">Xlock - powerpc</a>
                    267: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/amiga/xlock">Xlock - amiga</a>
                    268: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/hp300/xlock">Xlock - hp300</a>
                    269: <li><a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/mvme68k/xlock">Xlock - mvme68k</a>
1.1       deraadt   270: </ul>
                    271: <p>
1.33      henning   272: <li><a name="procfs"></a>
1.66      deraadt   273: <font color="#009000"><strong>013: SECURITY FIX: Dec 18, 2000</strong></font>
                    274: &nbsp; <i>All architectures</i><br>
1.30      naddy     275: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_procfs&amp;sektion=8">Procfs</a> contained numerous overflows, which could lead an intruder to root permissions. Procfs is NOT enabled by default in OpenBSD. <br>
1.63      deraadt   276: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/013_procfs.patch">
                    277: A source code patch exists which remedies this problem.</a>
1.1       deraadt   278: <p>
1.65      deraadt   279: <li><a name="imacdv"></a>
                    280: <font color="#009000"><strong>012: INSTALL PROBLEM: Dec 14, 2000</strong></font><br>
                    281: The IMac DV+ (and probably some other machines) incorrectly identify their video
                    282: hardware, but it is possible to work around the problem.<br>
                    283: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/powerpc/012_imacdv.patch">
                    284: A source code patch exists which remedies this problem.</a>
                    285: <p>
1.33      henning   286: <li><a name="hwcrypto"></a>
1.66      deraadt   287: <font color="#009000"><strong>011: RELIABILITY FIX: Dec 13, 2000</strong></font>
                    288: &nbsp; <i>All architectures</i><br>
1.1       deraadt   289: The crypto subsystem could incorrectly fail to run certain software ciphers,
                    290: if a hardware card existed in the machine.<br>
1.52      sthen     291: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/011_hwcrypto.patch">
1.63      deraadt   292: A source code patch exists which remedies this problem.</a>
1.1       deraadt   293: <p>
1.33      henning   294: <li><a name="fastroute"></a>
1.66      deraadt   295: <font color="#009000"><strong>010: RELIABILITY FIX: Dec 11, 2000</strong></font>
                    296: &nbsp; <i>All architectures</i><br>
1.1       deraadt   297: A crash could occur during fast routing, if IPSEC was enabled.<br>
1.52      sthen     298: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/010_fastroute.patch">
1.63      deraadt   299: A source code patch exists which remedies this problem.</a>
1.1       deraadt   300: <p>
1.33      henning   301: <li><a name="kerberos2"></a>
1.66      deraadt   302: <font color="#009000"><strong>009: SECURITY FIX: Dec 10, 2000</strong></font>
                    303: &nbsp; <i>All architectures</i><br>
1.1       deraadt   304: Another problem exists in the Kerberos libraries.<br>
1.52      sthen     305: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/009_kerberos2.patch">
1.63      deraadt   306: A source code patch exists which remedies this problem.</a>
1.1       deraadt   307: <p>
1.33      henning   308: <li><a name="kerberos"></a>
1.66      deraadt   309: <font color="#009000"><strong>008: SECURITY FIX: Dec 7, 2000</strong></font>
                    310: &nbsp; <i>All architectures</i><br>
1.1       deraadt   311: Two problems have recently been discovered in the KerberosIV code.<p>
                    312: 1. A symlink problem was discovered in the KerberosIV password checking
                    313: routines /usr/bin/su and /usr/bin/login, which makes it possible for a
                    314: local user to overwrite any file on the local machine.<p>
                    315: 2. It is possible to specify environment variables in telnet
                    316: which will be passed over the to the remote host. This makes it
                    317: possible to set environment variables on the remote side, including
                    318: ones that have special meaning on the server. It is not clear at this
                    319: time what the impact is, but we recommend everyone to upgrade their
                    320: machines immediately.<p>
1.52      sthen     321: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/008_kerberos.patch">
1.63      deraadt   322: A source code patch exists which remedies this problem.</a>
1.1       deraadt   323: <p>
1.65      deraadt   324: <li><a name="x_sun3"></a>
                    325: <font color="#009000"><strong>007: INSTALL PROBLEM: Dec 4, 2000</strong></font><br>
                    326: The X packages
                    327: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xshare28.tgz">share28.tgz</a>
                    328: and
                    329: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.8/sun3/xfont28.tgz">font28.tgz</a>
                    330: were not on the CD, and only available via FTP install.  These packages can be
                    331: added post-install by using the following command:
                    332: <pre>
                    333:     # cd /; tar xvfpz xshare28.tgz
                    334:     # cd /; tar xvfpz xfont28.tgz
                    335: </pre>
1.1       deraadt   336: <p>
1.33      henning   337: <li><a name="pcibios"></a>
                    338: <font color="#009000"><strong>006: STABILITY FIX: Dec 4, 2000</strong></font><br>
1.1       deraadt   339: On some machines, a PCIBIOS device driver interrupt allocation bug can cause a
                    340: kernel hang while probing PCI devices.  If you have this symptom, you can disable
                    341: PCIBIOS as a workaround.  To do this,
1.60      deraadt   342:     <ul>
1.1       deraadt   343:     <li>Enter the User Kernel Configuration by booting with the
                    344:        option &quot;boot -c&quot;.
                    345:     <li>Once at the <i>UKC></i> prompt, enter <pre><tt>
                    346:        UKC> disable pcibios
                    347:        UKC> quit
                    348:     </tt></pre>
                    349:     <li>See <a href="./faq/faq5.html#5.6">FAQ 5.6</a> after a successful
                    350:     boot for instructions on how to re-write your kernel to disable PCIBIOS
                    351:     permanently.
1.60      deraadt   352:     </ul>
1.1       deraadt   353: <p>
1.65      deraadt   354: <li><a name="ftpd"></a>
1.66      deraadt   355: <font color="#009000"><strong>005: SECURITY FIX: Dec 4, 2000</strong></font>
                    356: &nbsp; <i>All architectures</i><br>
1.65      deraadt   357: OpenBSD 2.8's ftpd contains a one-byte overflow in the replydirname() function.<br>
                    358: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/005_ftpd.patch">
                    359: A source code patch exists which remedies this problem.</a>
                    360: You can view the <a href="advisories/ftpd_replydirname.txt">OpenBSD Advisory</a> here.
1.1       deraadt   361: <p>
1.65      deraadt   362: <li><a name="rijndael"></a>
1.66      deraadt   363: <font color="#009000"><strong>004: RELIABILITY FIX: Nov 17, 2000</strong></font>
                    364: &nbsp; <i>All architectures</i><br>
1.65      deraadt   365: First off, AES (Rijndael) encryption and decryption were broken for IPsec
                    366: and swap encryption.<br>
                    367: Secondly, the AES code did not work properly on big endian machines.<br>
                    368: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/004_rijndael.patch">
                    369: A source code patch exists which remedies this problem.</a>
                    370: This is the second revision of the patch.
1.1       deraadt   371: <p>
1.33      henning   372: <li><a name="qe"></a>
                    373: <font color="#009000"><strong>003: RELIABILITY FIX: Nov 17, 2000</strong></font><br>
1.1       deraadt   374: Configuring a qec+qe causes a NMI panic.<br>
1.52      sthen     375: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/003_qe.patch">
1.1       deraadt   376: A source code patch exists which remedies this problem.</a>
                    377: <p>
1.65      deraadt   378: <li><a name="skey"></a>
1.66      deraadt   379: <font color="#009000"><strong>002: IMPLEMENTATION FIX: Nov 10, 2000</strong></font>
                    380: &nbsp; <i>All architectures</i><br>
1.65      deraadt   381: In ssh(1), skey support for SSH1 protocol was broken.  Some people might consider
                    382: that kind of important.<br>
                    383: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/002_sshskey.patch">
                    384: A source code patch exists which remedies this problem.</a>
                    385: <p>
1.33      henning   386: <li><a name="zsconsole"></a>
                    387: <font color="#009000"><strong>001: RELIABILITY FIX: Nov 10, 2000</strong></font><br>
1.1       deraadt   388: When running a sparc with a serial console, certain types of interrupts would
                    389: cause great grief.<br>
1.52      sthen     390: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.8/sparc/001_zsconsole.patch">
1.1       deraadt   391: A source code patch exists which remedies this problem.</a>
                    392: <p>
                    393: </ul>
                    394: <p>
1.61      deraadt   395:
1.1       deraadt   396: </body>
                    397: </html>