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

Annotation of www/errata29.html, Revision 1.70

1.31      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.9 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.35      henning     9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    10: </head>
                     11:
1.37      david      12: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    13:
1.23      jsyn       14: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.31      naddy      15: <h2><font color="#0000e0">
1.1       deraadt    16: This is the OpenBSD 2.9 release errata &amp; patch list:
                     17:
                     18: </font></h2>
                     19:
                     20: <hr>
                     21: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.26      deraadt    22: <br>
1.28      deraadt    23: For errata on a certain release, click below:<br>
1.27      deraadt    24: <a href="errata21.html">2.1</a>,
1.26      deraadt    25: <a href="errata22.html">2.2</a>,
                     26: <a href="errata23.html">2.3</a>,
                     27: <a href="errata24.html">2.4</a>,
                     28: <a href="errata25.html">2.5</a>,
                     29: <a href="errata26.html">2.6</a>,
                     30: <a href="errata27.html">2.7</a>,
                     31: <a href="errata28.html">2.8</a>,
                     32: <a href="errata30.html">3.0</a>,
                     33: <a href="errata31.html">3.1</a>,
1.32      deraadt    34: <a href="errata32.html">3.2</a>,
1.34      david      35: <a href="errata33.html">3.3</a>,
1.39      david      36: <a href="errata34.html">3.4</a>,
1.40      miod       37: <a href="errata35.html">3.5</a>,
1.41      deraadt    38: <a href="errata36.html">3.6</a>,
1.65      deraadt    39: <a href="errata37.html">3.7</a>,
1.50      deraadt    40: <br>
1.44      deraadt    41: <a href="errata38.html">3.8</a>,
1.45      deraadt    42: <a href="errata39.html">3.9</a>,
1.46      deraadt    43: <a href="errata40.html">4.0</a>,
1.48      merdely    44: <a href="errata41.html">4.1</a>,
1.49      deraadt    45: <a href="errata42.html">4.2</a>,
1.50      deraadt    46: <a href="errata43.html">4.3</a>,
1.52      deraadt    47: <a href="errata44.html">4.4</a>,
1.53      deraadt    48: <a href="errata45.html">4.5</a>,
1.54      deraadt    49: <a href="errata46.html">4.6</a>,
1.56      deraadt    50: <a href="errata47.html">4.7</a>,
1.57      miod       51: <a href="errata48.html">4.8</a>,
1.58      nick       52: <a href="errata49.html">4.9</a>,
1.59      sthen      53: <a href="errata50.html">5.0</a>,
1.60      deraadt    54: <a href="errata51.html">5.1</a>,
1.61      deraadt    55: <a href="errata52.html">5.2</a>,
1.62      deraadt    56: <a href="errata53.html">5.3</a>,
1.65      deraadt    57: <br>
1.63      deraadt    58: <a href="errata54.html">5.4</a>,
                     59: <a href="errata55.html">5.5</a>.
1.26      deraadt    60: <br>
1.1       deraadt    61: <hr>
                     62:
1.55      sthen      63: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9.tar.gz">
1.1       deraadt    64: You can also fetch a tar.gz file containing all the following patches</a>.
                     65: This file is updated once a day.
1.66      deraadt    66: <p>
1.1       deraadt    67:
1.66      deraadt    68: The patches below are available in CVS via the
1.1       deraadt    69: <code>OPENBSD_2_9</code> <a href="stable.html">patch branch</a>.
1.66      deraadt    70: <p>
1.1       deraadt    71:
1.66      deraadt    72: For more detailed information on how to install patches to OpenBSD, please
                     73: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.1       deraadt    74: <p>
1.66      deraadt    75:
1.1       deraadt    76: <hr>
                     77:
                     78: <ul>
1.35      henning    79: <li><a name="resolver"></a>
1.69      deraadt    80: <font color="#009000"><strong>027: SECURITY FIX: June 25, 2002</strong></font>
                     81: &nbsp; <i>All architectures</i><br>
1.24      millert    82: A potential buffer overflow in the DNS resolver has been found.<br>
1.66      deraadt    83: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/027_resolver.patch">
                     84: A source code patch exists which remedies this problem.</a>
1.24      millert    85: <p>
1.35      henning    86: <li><a name="fdalloc2"></a>
1.69      deraadt    87: <font color="#009000"><strong>026: SECURITY FIX: May 8, 2002</strong></font>
                     88: &nbsp; <i>All architectures</i><br>
1.21      millert    89: A race condition exists where an attacker could fill the file descriptor
                     90: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
1.22      millert    91: setuid or setgid process.<br>
1.66      deraadt    92: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/026_fdalloc2.patch">
                     93: A source code patch exists which remedies this problem.</a>
1.21      millert    94: <p>
1.35      henning    95: <li><a name="sudo2"></a>
1.69      deraadt    96: <font color="#009000"><strong>025: SECURITY FIX: April 25, 2002</strong></font>
                     97: &nbsp; <i>All architectures</i><br>
1.31      naddy      98: 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.66      deraadt    99: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/025_sudo.patch">
                    100: A source code patch exists which remedies this problem.</a>
1.20      millert   101: <p>
1.35      henning   102: <li><a name="sshafs"></a>
1.69      deraadt   103: <font color="#009000"><strong>024: SECURITY FIX: April 22, 2002</strong></font>
                    104: &nbsp; <i>All architectures</i><br>
1.19      markus    105: A local user can gain super-user privileges due to a buffer overflow
1.31      naddy     106: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
1.19      markus    107: if AFS has been configured on the system or if
                    108: KerberosTgtPassing or AFSTokenPassing has been enabled
                    109: in the sshd_config file.  Ticket and token passing is not enabled
                    110: by default.<br>
1.66      deraadt   111: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/024_sshafs.patch">
                    112: A source code patch exists which remedies this problem.</a>
1.19      markus    113: <p>
1.35      henning   114: <li><a name="mail"></a>
1.69      deraadt   115: <font color="#009000"><strong>023: SECURITY FIX: April 11, 2002</strong></font>
                    116: &nbsp; <i>All architectures</i><br>
1.31      naddy     117: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&amp;sektion=1">mail(1)</a>
1.15      millert   118: will process tilde escapes even in non-interactive mode.
                    119: This can lead to a local root compromise.
                    120: <br>
1.66      deraadt   121: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/023_mail.patch">
                    122: A source code patch exists which remedies this problem.</a>
1.15      millert   123: <p>
1.35      henning   124: <li><a name="zlib"></a>
1.69      deraadt   125: <font color="#009000"><strong>022: RELIABILITY FIX: March 13, 2002</strong></font>
                    126: &nbsp; <i>All architectures</i><br>
1.13      millert   127: Under some circumstances the zlib compression library can free dynamically
                    128: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
1.31      naddy     129: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&amp;sektion=3">free(3)</a>
1.13      millert   130: function detects this.
1.30      jufi      131: There is also a kernel zlib component that may be used by pppd and IPsec.
1.14      millert   132: The feasibility of attacking the kernel this way is currently unknown.<br>
1.66      deraadt   133: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/022_zlib.patch">
                    134: A source code patch exists which remedies this problem.</a>
1.13      millert   135: <p>
1.35      henning   136: <li><a name="openssh"></a>
1.69      deraadt   137: <font color="#009000"><strong>021: SECURITY FIX: March 8, 2002</strong></font>
                    138: &nbsp; <i>All architectures</i><br>
1.12      millert   139: A local user can gain super-user privileges due to an off-by-one check
                    140: in the channel forwarding code of OpenSSH.<br>
1.66      deraadt   141: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/021_openssh.patch">
                    142: A source code patch exists which remedies this problem.</a>
1.12      millert   143: <p>
1.35      henning   144: <li><a name="ptrace"></a>
1.69      deraadt   145: <font color="#009000"><strong>020: SECURITY FIX: February 20, 2002</strong></font>
                    146: &nbsp; <i>All architectures</i><br>
1.11      miod      147: A race condition between the ptrace(2) and execve(2) system calls allows
                    148: an attacker to modify the memory contents of suid/sgid processes which
                    149: could lead to compromise of the super-user account.<br>
1.66      deraadt   150: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/020_ptrace.patch">
                    151: A source code patch exists which remedies this problem.</a>
1.11      miod      152: <p>
1.35      henning   153: <li><a name="sudo"></a>
1.69      deraadt   154: <font color="#009000"><strong>019: SECURITY FIX: January 17, 2002</strong></font>
                    155: &nbsp; <i>All architectures</i><br>
1.7       millert   156: If the Postfix sendmail replacement is installed on a system an
                    157: attacker may be able to gain root privileges on the local host via
                    158: sudo(8) which runs the mailer as root with an environment inherited
                    159: from the invoking user.  While this is a bug in sudo it is not
                    160: believed to be possible to exploit when sendmail (the mailer that
                    161: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    162: the mailer an environment that is not subject to influence from the
1.8       millert   163: invoking user.<br>
1.66      deraadt   164: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/019_sudo.patch">
                    165: A source code patch exists which remedies this problem.</a>
1.7       millert   166: <p>
1.68      deraadt   167: <li><a name="missing"></a>
                    168: <font color="#00900"><strong>018: INSTALL PROBLEM: Dec 11, 2001</strong></font><br>
                    169: The X binary sets shipped with OpenBSD 2.9 do not contain several files.  These
                    170: missing files can be added manually from the sparc tarballs after the
                    171: installation:<br>
                    172: Grab the
                    173: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xbase29.tgz">xbase29.tgz</a>
                    174: and
                    175: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xshare29.tgz">xshare29.tgz</a>
                    176: files found in the 2.9/sparc directory on the CD, or any FTP site.  The missing
                    177: files can be installed by using the following commands:
                    178: <pre>
                    179:    # cd /; tar xzpf xbase29.tgz ./usr/X11R6/lib/X11/{rgb.txt,xdm}
                    180:    # cd /; tar xzpf xserv29.tgz ./etc/X11/xserver ./usr/X11R6/lib/X11/xserver
                    181:    # cd /usr/X11R6/bin/; ln -fs Xmac68k X
                    182: </pre>
                    183: <p>
1.35      henning   184: <li><a name="lpd2"></a>
1.69      deraadt   185: <font color="#009000"><strong>017: SECURITY FIX: November 28, 2001</strong></font>
                    186: &nbsp; <i>All architectures</i><br>
1.4       millert   187: A security issue exists in the lpd daemon that may allow an attacker
                    188: to create arbitrary new files in the root directory.  Only machines
                    189: with line printer access (ie: listed in either /etc/hosts.lpd or
                    190: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    191: must have root access on the machine.  OpenBSD does not start lpd
                    192: in the default installation.
1.66      deraadt   193: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/017_lpd.patch">
                    194: A source code patch exists which remedies this problem.</a>
1.4       millert   195: <p>
1.35      henning   196: <li><a name="vi.recover"></a>
1.69      deraadt   197: <font color="#009000"><strong>016: SECURITY FIX: November 13, 2001</strong></font>
                    198: &nbsp; <i>All architectures</i><br>
1.2       millert   199: A security issue exists in the vi.recover script that may allow an attacker
                    200: to remove arbitrary zero-length files, regardless of ownership.
                    201: <br>
1.66      deraadt   202: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/016_recover.patch">
                    203: A source code patch exists which remedies this problem.</a>
1.2       millert   204: <p>
1.35      henning   205: <li><a name="uucp"></a>
1.69      deraadt   206: <font color="#009000"><strong>015: SECURITY FIX: September 11, 2001</strong></font>
                    207: &nbsp; <i>All architectures</i><br>
1.31      naddy     208: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.1       deraadt   209: that may allow an attacker to run arbitrary commands as user uucp and
                    210: use this to gain root access.
                    211: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                    212: parsing routine that may allow arbitrary commands to be run.  Because
                    213: some UUCP commands are run as root (and daemon) from cron it is possible
                    214: to leverage compromise of the UUCP user to gain root.
                    215: <br>
1.66      deraadt   216: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/015_uucp.patch">
                    217: A source code patch exists which remedies this problem.</a>
1.1       deraadt   218: <p>
1.35      henning   219: <li><a name="lpd"></a>
1.69      deraadt   220: <font color="#009000"><strong>014: SECURITY FIX: August 29, 2001</strong></font>
                    221: &nbsp; <i>All architectures</i><br>
1.31      naddy     222: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.1       deraadt   223: that may allow an attacker with line printer access to gain root
                    224: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                    225: does not start lpd by default).  Only machines with line printer
                    226: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                    227: may be used to mount an attack.
                    228: <br>
1.66      deraadt   229: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/014_lpd.patch">
                    230: A source code patch exists which remedies this problem.</a>
1.1       deraadt   231: <p>
1.35      henning   232: <li><a name="sendmail2"></a>
1.69      deraadt   233: <font color="#009000"><strong>013: SECURITY FIX: August 21, 2001</strong></font>
                    234: &nbsp; <i>All architectures</i><br>
1.31      naddy     235: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.1       deraadt   236: that may allow an attacker on the local host to gain root privileges by
                    237: specifying out-of-bounds debug parameters.
                    238: <br>
1.66      deraadt   239: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/013_sendmail.patch">
                    240: A source code patch exists which remedies this problem.</a>
1.1       deraadt   241: <p>
1.35      henning   242: <li><a name="nfs"></a>
1.69      deraadt   243: <font color="#009000"><strong>012: SECURITY FIX: July 30, 2001</strong></font>
                    244: &nbsp; <i>All architectures</i><br>
1.1       deraadt   245: A kernel buffer overflow exists in the NFS mount code. An attacker may
                    246: use this overflow to execute arbitrary code in kernel mode. However,
1.31      naddy     247: only users with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=2">mount(2)</a>
1.1       deraadt   248: privileges can initiate this attack.  In default installs, only super-user has
1.31      naddy     249: mount privileges.  The kern.usermount <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a> controls whether other users have mount privileges.
1.1       deraadt   250: <br>
1.66      deraadt   251: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/012_nfs.patch">
                    252: A source code patch exists which remedies this problem.</a>
1.1       deraadt   253: <p>
1.35      henning   254: <li><a name="pkg"></a>
1.69      deraadt   255: <font color="#009000"><strong>011: RELIABILITY FIX: July 15, 2001</strong></font>
                    256: &nbsp; <i>All architectures</i><br>
1.63      deraadt   257: The
1.31      naddy     258: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&amp;sektion=7&amp;format=html">packages(7)</a>
1.1       deraadt   259: subsystem incorrectly accepts some package dependencies as okay (see
1.63      deraadt   260: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages-specs&amp;sektion=7&amp;format=html">packages-specs(7)</a>
1.1       deraadt   261: for details).
                    262: <br>
1.66      deraadt   263: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/011_pkg.patch">
                    264: A source code patch exists which remedies this problem.</a>
1.1       deraadt   265: by forcing <code>/usr/sbin/pkg</code> to be more careful in checking
                    266: version numbers.
                    267: <p>
1.68      deraadt   268: <li><a name="nvidia"></a>
                    269: <font color="#009000"><strong>010: RELIABILITY FIX: Jul 9, 2001</strong></font><br>
                    270: The NVIDIA driver for XFree86 4.0.3 is incorrectly restoring the text
                    271: mode palette upon exit of the X server. <a
                    272: href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/010_nvidia.patch">
                    273: A source code patch exists which remedies this problem.</a>
                    274: To avoid rebuilding the whole XFree86 tree, an updated binary driver
                    275: is also available
                    276: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/nv_drv.o">here</a>.
                    277: Just grab it, copy it to /usr/X11R6/lib/modules/drivers/ and
                    278: restart your X server.
                    279: <p>
                    280: <li><a name="XF86Setup"></a>
                    281: <font color="#009000"><strong>009: RELIABILITY FIX: Jun 23, 2001</strong></font><br>
                    282: The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing
                    283: corrupted /etc/XF86Config files.
                    284: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">
                    285: A source code patch exists which remedies this problem.</a>
                    286: It does so by linking XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.
                    287: <p>
                    288: <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
                    289: necessary to disable the &quot;USB Keyboard Support&quot; and
                    290: &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
                    291: keyboard controller doesn't acknowledge commands, confusing OpenBSD.
                    292: <p>
1.35      henning   293: <li><a name="twe"></a>
1.69      deraadt   294: <font color="#009000"><strong>008: RELIABILITY FIX: June 15, 2001</strong></font>
                    295: &nbsp; <i>All architectures</i><br>
1.31      naddy     296: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4&amp;format=html">twe(4)</a>
1.1       deraadt   297: mishandles the DMA mapping resulting in a kernel panic on unaligned data
                    298: transfers, induced by programs such as
1.31      naddy     299: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8&amp;format=html">disklabel(8)</a>
1.1       deraadt   300: and
1.31      naddy     301: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&amp;sektion=8&amp;format=html">dump(8)</a>.
1.1       deraadt   302: <br>
1.66      deraadt   303: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/008_twe.patch">
                    304: A source code patch exists which remedies this problem.</a>
1.1       deraadt   305: This is the second version of the patch.
                    306: <p>
1.35      henning   307: <li><a name="kernexec"></a>
1.69      deraadt   308: <font color="#009000"><strong>007: SECURITY FIX: June 15, 2001</strong></font>
                    309: &nbsp; <i>All architectures</i><br>
1.31      naddy     310: 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.1       deraadt   311: <br>
1.66      deraadt   312: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/007_kernexec.patch">
                    313: A source code patch exists which remedies this problem.</a>
1.63      deraadt   314: <p>
1.35      henning   315: <li><a name="sshcookie"></a>
1.69      deraadt   316: <font color="#009000"><strong>006: SECURITY FIX: June 12, 2001</strong></font>
                    317: &nbsp; <i>All architectures</i><br>
1.31      naddy     318: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8&amp;format=html">sshd(8)</a>
1.1       deraadt   319: allows users to delete arbitrary files named "cookies" if X11
                    320: forwarding is enabled. X11 forwarding is disabled by default.
                    321: <br>
1.66      deraadt   322: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/006_sshcookie.patch">
                    323: A source code patch exists which remedies this problem.</a>
1.63      deraadt   324: <p>
1.35      henning   325: <li><a name="pwd_mkdb"></a>
1.69      deraadt   326: <font color="#009000"><strong>005: RELIABILITY FIX: June 7, 2001</strong></font>
                    327: &nbsp; <i>All architectures</i><br>
1.31      naddy     328: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&amp;sektion=8&amp;format=html">pwd_mkdb(8)</a>
1.1       deraadt   329: corrupts /etc/pwd.db when modifying an existing user.
                    330: <br>
1.66      deraadt   331: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/005_pwd_mkdb.patch">
                    332: A source code patch exists which remedies this problem.</a>
1.63      deraadt   333: <p>
1.35      henning   334: <li><a name="isakmpd"></a>
1.69      deraadt   335: <font color="#009000"><strong>004: RELIABILITY FIX: June 5, 2001</strong></font>
                    336: &nbsp; <i>All architectures</i><br>
1.31      naddy     337: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8&amp;format=html">isakmpd(8)</a>
1.1       deraadt   338: will fail to use a certificate with an identity string that is
                    339: exactly N * 8 bytes long.
                    340: <br>
1.66      deraadt   341: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/004_isakmpd.patch">
                    342: A source code patch exists which remedies this problem.</a>
1.63      deraadt   343: <p>
1.36      david     344: <li><a name="cd_cover"></a>
1.69      deraadt   345: <font color="#009000"><strong>003: DOCUMENTATION FIX: June 1, 2001</strong></font>
                    346: &nbsp; <i>All architectures</i><br>
1.1       deraadt   347: The 2.9 CD cover states that XFree86 3.3.6-current is included.  This is only half-true.
                    348: In fact, the XFree86 included for all architectures is 4.0.3.  On the i386, the
                    349: 3.3.6 Xservers have also been included, because 4.0.3 still has weak support for
                    350: some devices which 3.3.6 supported better.
1.63      deraadt   351: <p>
1.35      henning   352: <li><a name="fts"></a>
1.69      deraadt   353: <font color="#009000"><strong>002: SECURITY FIX: May 30, 2001</strong></font>
                    354: &nbsp; <i>All architectures</i><br>
1.31      naddy     355: 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.1       deraadt   356: routines (such as rm, find, and most programs that take a <b>-R</b>
                    357: flag) can be tricked into changing into the wrong directory if the
                    358: parent dir is changed out from underneath it.  This is similar to
                    359: the old fts bug but happens when popping out of directories, as
                    360: opposed to descending into them.
                    361: <br>
1.66      deraadt   362: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/002_fts.patch">
                    363: A source code patch exists which remedies this problem.</a>
1.1       deraadt   364: This is the second version of the patch.
                    365: <p>
1.35      henning   366: <li><a name="sendmail"></a>
1.69      deraadt   367: <font color="#009000"><strong>001: SECURITY FIX: May 29, 2001</strong></font>
                    368: &nbsp; <i>All architectures</i><br>
1.31      naddy     369: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.1       deraadt   370: context of a signal handler.  This leads to potentially serious
                    371: race conditions.  At the moment this is a theoretical attack only
                    372: and can only be exploited on the local host (if at all).<br>
1.66      deraadt   373: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">
                    374: A source code patch exists which remedies this problem.</a>
1.1       deraadt   375: </ul>
                    376: <p>
1.64      deraadt   377:
1.1       deraadt   378: </body>
                    379: </html>