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

Diff for /www/errata30.html between version 1.73 and 1.74

version 1.73, 2014/03/28 03:04:30 version 1.74, 2014/03/31 03:12:47
Line 6 
Line 6 
 <meta name="description" content="the OpenBSD CD errata page">  <meta name="description" content="the OpenBSD CD errata page">
 <meta name="keywords" content="openbsd,cd,errata">  <meta name="keywords" content="openbsd,cd,errata">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1997-2002 by OpenBSD.">  
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 </head>  </head>
   
Line 65 
Line 64 
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0.tar.gz">
 You can also fetch a tar.gz file containing all the following patches</a>.  You can also fetch a tar.gz file containing all the following patches</a>.
 This file is updated once a day.  This file is updated once a day.
   <p>
   
 <p> The patches below are available in CVS via the  The patches below are available in CVS via the
 <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.  <code>OPENBSD_3_0</code> <a href="stable.html">patch branch</a>.
   
 <p>  <p>
   
 For more detailed information on how to install patches to OpenBSD, please  For more detailed information on how to install patches to OpenBSD, please
 consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.  consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
   <p>
   
 <hr>  <hr>
   
 <a name="all"></a>  <a name="all"></a>
Line 84 
Line 86 
 could allow an attacker to execute code with the privileges of named.  could allow an attacker to execute code with the privileges of named.
 On OpenBSD, named runs as a non-root user in a chrooted environment  On OpenBSD, named runs as a non-root user in a chrooted environment
 which mitigates the effects of this bug.<br>  which mitigates the effects of this bug.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/036_named.patch">A  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/036_named.patch">
 source code patch exists which remedies the problem</a>.  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="kernresource"></a>  <li><a name="kernresource"></a>
 <font color="#009000"><strong>035: SECURITY FIX: November 6, 2002</strong></font><br>  <font color="#009000"><strong>035: SECURITY FIX: November 6, 2002</strong></font><br>
 Incorrect argument checking in the  Incorrect argument checking in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">getrlimit(2)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getrlimit&amp;sektion=2">getrlimit(2)</a>
 system call may allow an attacker to crash the kernel.<br>  system call may allow an attacker to crash the kernel.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/035_kernresource.patch">A  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/035_kernresource.patch">
 source code patch exists which remedies the problem</a>.  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="smrsh"></a>  <li><a name="smrsh"></a>
 <font color="#009000"><strong>034: SECURITY FIX: November 6, 2002</strong></font><br>  <font color="#009000"><strong>034: SECURITY FIX: November 6, 2002</strong></font><br>
 An attacker can bypass the restrictions imposed by sendmail's restricted shell,  An attacker can bypass the restrictions imposed by sendmail's restricted shell,
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>,  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smrsh&amp;sektion=8">smrsh(8)</a>,
 and execute arbitrary commands with the privileges of his own account.<br>  and execute arbitrary commands with the privileges of his own account.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/034_smrsh.patch">A  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/034_smrsh.patch">
 source code patch exists which remedies the problem</a>.  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="kadmin"></a>  <li><a name="kadmin"></a>
 <font color="#009000"><strong>033: SECURITY FIX: October 21, 2002</strong></font><br>  <font color="#009000"><strong>033: SECURITY FIX: October 21, 2002</strong></font><br>
 A buffer overflow can occur in the  A buffer overflow can occur in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kadmind&amp;sektion=8">kadmind(8)</a>
 daemon, leading to possible remote crash or exploit.<br>  daemon, leading to possible remote crash or exploit.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/033_kadmin.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/033_kadmin.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="kerntime"></a>  <li><a name="kerntime"></a>
 <font color="#009000"><strong>032: SECURITY FIX: October 7, 2002</strong></font><br>  <font color="#009000"><strong>032: SECURITY FIX: October 7, 2002</strong></font><br>
 Incorrect argument checking in the  Incorrect argument checking in the
 <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>  <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>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/032_kerntime.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/032_kerntime.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="scarg"></a>  <li><a name="scarg"></a>
 <font color="#009000"><strong>031: SECURITY FIX: August 11, 2002</strong></font><br>  <font color="#009000"><strong>031: SECURITY FIX: August 11, 2002</strong></font><br>
Line 122 
Line 126 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=select&amp;sektion=2">select(2)</a>
 system call allows an attacker to overwrite kernel memory and execute arbitrary  system call allows an attacker to overwrite kernel memory and execute arbitrary
 code in kernel context.<br>  code in kernel context.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/031_scarg.patch">A  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/031_scarg.patch">
 source code patch exists which remedies the problem</a>.  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="ssl"></a>  <li><a name="ssl"></a>
 <font color="#009000"><strong>030: SECURITY FIX: July 30, 2002</strong></font><br>  <font color="#009000"><strong>030: SECURITY FIX: July 30, 2002</strong></font><br>
Line 132 
Line 136 
 library, as in the ASN.1 parser code in the  library, as in the ASN.1 parser code in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=3">crypto(3)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypto&amp;sektion=3">crypto(3)</a>
 library, all of them being potentially remotely exploitable.<br>  library, all of them being potentially remotely exploitable.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/030_ssl.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/030_ssl.patch">
   A source code patch exists which remedies this problem.</a>
 <br>  <br>
 This is the second version of the patch.  This is the second version of the patch.
 <p>  <p>
Line 141 
Line 146 
 A buffer overflow can occur in the  A buffer overflow can occur in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdr_array&amp;sektion=3">xdr_array(3)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xdr_array&amp;sektion=3">xdr_array(3)</a>
 RPC code, leading to possible remote crash.<br>  RPC code, leading to possible remote crash.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/029_xdr.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/029_xdr.patch">
   A source code patch exists which remedies this problem.</a>
 <br>  <br>
 This is the second version of the patch.  This is the second version of the patch.
 <p>  <p>
Line 150 
Line 156 
 A race condition exists in the  A race condition exists in the
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;sektion=8">pppd(8)</a>
 daemon which may cause it to alter the file permissions of an arbitrary file.<br>  daemon which may cause it to alter the file permissions of an arbitrary file.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/028_pppd.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/028_pppd.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="isakmpd2"></a>  <li><a name="isakmpd2"></a>
 <font color="#009000"><strong>027: RELIABILITY FIX: July 5, 2002</strong></font><br>  <font color="#009000"><strong>027: RELIABILITY FIX: July 5, 2002</strong></font><br>
 Receiving IKE payloads out of sequence can cause  Receiving IKE payloads out of sequence can cause
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to crash.<br>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a> to crash.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/027_isakmpd.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/027_isakmpd.patch">
   A source code patch exists which remedies this problem.</a>
 <br>  <br>
 This is the second version of the patch.  This is the second version of the patch.
 <p>  <p>
 <li><a name="ktrace"></a>  <li><a name="ktrace"></a>
 <font color="#009000"><strong>026: SECURITY FIX: June 27, 2002</strong></font><br>  <font color="#009000"><strong>026: SECURITY FIX: June 27, 2002</strong></font><br>
 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>  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>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/026_ktrace.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/026_ktrace.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="resolver"></a>  <li><a name="resolver"></a>
 <font color="#009000"><strong>025: SECURITY FIX: June 25, 2002</strong></font><br>  <font color="#009000"><strong>025: SECURITY FIX: June 25, 2002</strong></font><br>
 A potential buffer overflow in the DNS resolver has been found.<br>  A potential buffer overflow in the DNS resolver has been found.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/025_resolver.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/025_resolver.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="sshdauth"></a>  <li><a name="sshdauth"></a>
 <font color="#009000"><strong>024: SECURITY FIX: June 24, 2002</strong></font><br>  <font color="#009000"><strong>024: SECURITY FIX: June 24, 2002</strong></font><br>
Line 182 
Line 192 
 <font color="#009000"><strong>023: SECURITY FIX: June 24, 2002</strong></font><br>  <font color="#009000"><strong>023: SECURITY FIX: June 24, 2002</strong></font><br>
 A buffer overflow can occur in the .htaccess parsing code in mod_ssl httpd  A buffer overflow can occur in the .htaccess parsing code in mod_ssl httpd
 module, leading to possible remote crash or exploit.<br>  module, leading to possible remote crash or exploit.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/023_mod_ssl.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/023_mod_ssl.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="httpd"></a>  <li><a name="httpd"></a>
 <font color="#009000"><strong>022: SECURITY FIX: June 19, 2002</strong></font><br>  <font color="#009000"><strong>022: SECURITY FIX: June 19, 2002</strong></font><br>
 A buffer overflow can occur during the interpretation of chunked  A buffer overflow can occur during the interpretation of chunked
 encoding in the http daemon, leading to possible remote crash or exploit.<br>  encoding in the http daemon, leading to possible remote crash or exploit.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/022_httpd.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/022_httpd.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="fdalloc2"></a>  <li><a name="fdalloc2"></a>
 <font color="#009000"><strong>021: SECURITY FIX: May 8, 2002</strong></font><br>  <font color="#009000"><strong>021: SECURITY FIX: May 8, 2002</strong></font><br>
 A race condition exists where an attacker could fill the file descriptor  A race condition exists where an attacker could fill the file descriptor
 table and defeat the kernel's protection of fd slots 0, 1, and 2 for a  table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
 setuid or setgid process.<br>  setuid or setgid process.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/021_fdalloc2.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/021_fdalloc2.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="sudo2"></a>  <li><a name="sudo2"></a>
 <font color="#009000"><strong>020: SECURITY FIX: April 25, 2002</strong></font><br>  <font color="#009000"><strong>020: SECURITY FIX: April 25, 2002</strong></font><br>
 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>  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>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/020_sudo.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/020_sudo.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="sshafs"></a>  <li><a name="sshafs"></a>
 <font color="#009000"><strong>019: SECURITY FIX: April 22, 2002</strong></font><br>  <font color="#009000"><strong>019: SECURITY FIX: April 22, 2002</strong></font><br>
Line 210 
Line 224 
 KerberosTgtPassing or AFSTokenPassing has been enabled  KerberosTgtPassing or AFSTokenPassing has been enabled
 in the sshd_config file.  Ticket and token passing is not enabled  in the sshd_config file.  Ticket and token passing is not enabled
 by default.<br>  by default.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/019_sshafs.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/019_sshafs.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="mail"></a>  <li><a name="mail"></a>
 <font color="#009000"><strong>018: SECURITY FIX: April 11, 2002</strong></font><br>  <font color="#009000"><strong>018: SECURITY FIX: April 11, 2002</strong></font><br>
Line 218 
Line 233 
 will process tilde escapes even in non-interactive mode.  will process tilde escapes even in non-interactive mode.
 This can lead to a local root compromise.  This can lead to a local root compromise.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/018_mail.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/018_mail.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="isakmpd"></a>  <li><a name="isakmpd"></a>
 <font color="#009000"><strong>017: RELIABILITY FIX: March 26, 2002</strong></font><br>  <font color="#009000"><strong>017: RELIABILITY FIX: March 26, 2002</strong></font><br>
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8">isakmpd(8)</a>
 will crash when receiving a zero length IKE packet due to a too-late length check.  will crash when receiving a zero length IKE packet due to a too-late length check.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/017_isakmpd.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/017_isakmpd.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="approval"></a>  <li><a name="approval"></a>
 <font color="#009000"><strong>016: SECURITY FIX: March 19, 2002</strong></font><br>  <font color="#009000"><strong>016: SECURITY FIX: March 19, 2002</strong></font><br>
Line 240 
Line 257 
 may change to the wrong home directory when running  may change to the wrong home directory when running
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&amp;sektion=1">at(1)</a>
 jobs.<br>  jobs.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/016_approval.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/016_approval.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="zlib"></a>  <li><a name="zlib"></a>
 <font color="#009000"><strong>015: RELIABILITY FIX: March 13, 2002</strong></font><br>  <font color="#009000"><strong>015: RELIABILITY FIX: March 13, 2002</strong></font><br>
Line 250 
Line 268 
 function detects this.  function detects this.
 There is also a kernel zlib component that may be used by pppd and IPsec.  There is also a kernel zlib component that may be used by pppd and IPsec.
 The feasibility of attacking the kernel this way is currently unknown.<br>  The feasibility of attacking the kernel this way is currently unknown.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/015_zlib.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/015_zlib.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="openssh"></a>  <li><a name="openssh"></a>
 <font color="#009000"><strong>014: SECURITY FIX: March 8, 2002</strong></font><br>  <font color="#009000"><strong>014: SECURITY FIX: March 8, 2002</strong></font><br>
 A local user can gain super-user privileges due to an off-by-one check  A local user can gain super-user privileges due to an off-by-one check
 in the channel forwarding code of OpenSSH.<br>  in the channel forwarding code of OpenSSH.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/014_openssh.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/014_openssh.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="syspipe"></a>  <li><a name="syspipe"></a>
 <font color="#009000"><strong>013: RELIABILITY FIX: February 4, 2002</strong></font><br>  <font color="#009000"><strong>013: RELIABILITY FIX: February 4, 2002</strong></font><br>
 The wrong filedescriptors are released when pipe(2) failed.<br>  The wrong filedescriptors are released when pipe(2) failed.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/013_syspipe.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/013_syspipe.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="ptrace"></a>  <li><a name="ptrace"></a>
 <font color="#009000"><strong>012: SECURITY FIX: January 21, 2002</strong></font><br>  <font color="#009000"><strong>012: SECURITY FIX: January 21, 2002</strong></font><br>
 A race condition between the ptrace(2) and execve(2) system calls allows  A race condition between the ptrace(2) and execve(2) system calls allows
 an attacker to modify the memory contents of suid/sgid processes which  an attacker to modify the memory contents of suid/sgid processes which
 could lead to compromise of the super-user account.<br>  could lead to compromise of the super-user account.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/012_ptrace.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/012_ptrace.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="sudo"></a>  <li><a name="sudo"></a>
 <font color="#009000"><strong>011: SECURITY FIX: January 17, 2002</strong></font><br>  <font color="#009000"><strong>011: SECURITY FIX: January 17, 2002</strong></font><br>
Line 280 
Line 302 
 ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes  ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
 the mailer an environment that is not subject to influence from the  the mailer an environment that is not subject to influence from the
 invoking user.<br>  invoking user.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/011_sudo.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/011_sudo.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="ipip"></a>  <li><a name="ipip"></a>
 <font color="#009000"><strong>010: RELIABILITY FIX: December 13, 2001</strong></font><br>  <font color="#009000"><strong>010: RELIABILITY FIX: December 13, 2001</strong></font><br>
 Systems running with IP-in-IP encapsulation can be made to crash by  Systems running with IP-in-IP encapsulation can be made to crash by
 malformed packets.<br>  malformed packets.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/010_ipip.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/010_ipip.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="lpd"></a>  <li><a name="lpd"></a>
 <font color="#009000"><strong>008: SECURITY FIX: November 28, 2001</strong></font><br>  <font color="#009000"><strong>008: SECURITY FIX: November 28, 2001</strong></font><br>
Line 296 
Line 320 
 /etc/hosts.equiv) may be used to mount an attack and the attacker  /etc/hosts.equiv) may be used to mount an attack and the attacker
 must have root access on the machine.  OpenBSD does not start lpd  must have root access on the machine.  OpenBSD does not start lpd
 in the default installation.<br>  in the default installation.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/008_lpd.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/008_lpd.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="vi.recover"></a>  <li><a name="vi.recover"></a>
 <font color="#009000"><strong>007: SECURITY FIX: November 13, 2001</strong></font><br>  <font color="#009000"><strong>007: SECURITY FIX: November 13, 2001</strong></font><br>
 A security issue exists in the vi.recover script that may allow an attacker  A security issue exists in the vi.recover script that may allow an attacker
 to remove arbitrary zero-length files, regardless of ownership.  to remove arbitrary zero-length files, regardless of ownership.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/007_recover.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/007_recover.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="pf"></a>  <li><a name="pf"></a>
 <font color="#009000"><strong>006: SECURITY FIX: November 13, 2001</strong></font>  <font color="#009000"><strong>006: SECURITY FIX: November 13, 2001</strong></font>
Line 311 
Line 337 
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&amp;sektion=4">pf(4)</a>
 was incapable of dealing with certain ipv6 icmp packets, resulting in a crash.  was incapable of dealing with certain ipv6 icmp packets, resulting in a crash.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/006_pf.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/006_pf.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="sshd"></a>  <li><a name="sshd"></a>
 <font color="#009000"><strong>002: SECURITY FIX: November 12, 2001</strong></font><br>  <font color="#009000"><strong>002: SECURITY FIX: November 12, 2001</strong></font><br>
Line 335 
Line 362 
 <li>Various other non-critical fixes.  <li>Various other non-critical fixes.
 </ul>  </ul>
 <p>  <p>
 Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.2,  Effectively an upgrade of OpenSSH 3.0 to OpenSSH 3.0.2.
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/002_ssh2.patch">a source code patch exists which remedies these problems</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/common/002_ssh2.patch">
   A source code patch exists which remedies this problem.</a>
 This is the second version of this patch.  This is the second version of this patch.
 <p>  <p>
 <li><a name="hosts"></a>  <li><a name="hosts"></a>
Line 367 
Line 395 
 Hifn7751 based cards may stop working on certain motherboards due to  Hifn7751 based cards may stop working on certain motherboards due to
 DMA errors.  DMA errors.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/i386/004_hifn.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/i386/004_hifn.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 </ul>  </ul>
 <p>  <p>
 <a name="alpha"></a>  
 <h3><font color="#e00000">alpha</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="mac68k"></a>  
 <h3><font color="#e00000">mac68k</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="sparc"></a>  
 <h3><font color="#e00000">sparc</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="sparc64"></a>  <a name="sparc64"></a>
 <h3><font color="#e00000">sparc64</font></h3>  <h3><font color="#e00000">sparc64</font></h3>
 <ul>  <ul>
Line 398 
Line 409 
 Access to a CD drive on the PCI ultrasparc machines results in a continuous stream  Access to a CD drive on the PCI ultrasparc machines results in a continuous stream
 of bogus interrupt messages, causing great user anguish.  of bogus interrupt messages, causing great user anguish.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/sparc64/003_sparc64cd.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/sparc64/003_sparc64cd.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 </ul>  </ul>
 <p>  
 <a name="amiga"></a>  
 <h3><font color="#e00000">amiga</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="hp300"></a>  
 <h3><font color="#e00000">hp300</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="mvme68k"></a>  
 <h3><font color="#e00000">mvme68k</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="macppc"></a>  <a name="macppc"></a>
 <h3><font color="#e00000">macppc</font></h3>  <h3><font color="#e00000">macppc</font></h3>
 <ul>  <ul>
Line 438 
Line 431 
 <br>  <br>
 Execution of Altivec instructions will crash the kernel.  Execution of Altivec instructions will crash the kernel.
 <br>  <br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/macppc/005_altivec.patch">A source code patch exists which remedies the problem</a>.  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/3.0/macppc/005_altivec.patch">
   A source code patch exists which remedies this problem.</a>
 <p>  <p>
 </ul>  </ul>
 <p>  <p>
 <a name="vax"></a>  
 <h3><font color="#e00000">vax</font></h3>  
 <ul>  
 <li>No problems identified yet.  
   
 </ul>  </ul>
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74