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

Annotation of www/errata.html, Revision 1.448

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.440     deraadt     4: <title>OpenBSD 3.3 errata</title>
1.435     naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.441     margarid   10: <meta name="copyright" content="This document copyright 1997-2003 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.394     jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.435     naddy      16: <h2><font color="#0000e0">
1.440     deraadt    17: This is the OpenBSD 3.3 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.380     espie      23: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt    24: <br>
1.419     deraadt    25: For errata on a certain release, click below:<br>
1.418     deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata28.html">2.8</a>,
                     34: <a href="errata29.html">2.9</a>,
                     35: <a href="errata30.html">3.0</a>,
1.440     deraadt    36: <a href="errata31.html">3.1</a>,
                     37: <a href="errata32.html">3.2</a>.
1.418     deraadt    38: <br>
1.94      deraadt    39: <hr>
                     40:
1.441     margarid   41: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3.tar.gz">
1.142     deraadt    42: You can also fetch a tar.gz file containing all the following patches</a>.
                     43: This file is updated once a day.
                     44:
1.240     jason      45: <p> The patches below are available in CVS via the
1.441     margarid   46: <code>OPENBSD_3_3</code> <a href="stable.html">patch branch</a>.
1.278     ericj      47:
                     48: <p>
1.420     deraadt    49: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       50: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    51: <hr>
                     52:
1.197     deraadt    53: <dl>
1.43      deraadt    54: <a name=all></a>
1.435     naddy      55: <li><h3><font color="#e00000">All architectures</font></h3>
1.25      deraadt    56: <ul>
1.448   ! millert    57: <a name=sysvsem></a>
        !            58: <li><font color="#009000"><strong>003: SECURITY FIX: September 10, 2003</strong></font><br>
        !            59: Root may be able to reduce the security level by taking advantage of
        !            60: an integer overflow when the semaphore limits are made very large.<br>
        !            61: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/003_sysvsem.patch">A
        !            62: source code patch exists which remedies the problem</a>.
        !            63: <p>
        !            64: <a name=semget></a>
1.446     millert    65: <li><font color="#009000"><strong>002: RELIABILITY FIX: August 20, 2003</strong></font><br>
1.445     millert    66: An improper bounds check in the
1.446     millert    67: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semget&amp;sektion=2">semget(2)</a>
1.445     millert    68: system call can allow a local user to cause a kernel panic.<br>
                     69: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/002_semget.patch">A
                     70: source code patch exists which remedies the problem</a>.
1.443     millert    71: <a name=realpath></a>
1.447     jufi       72: <p>
1.443     millert    73: <li><font color="#009000"><strong>001: SECURITY FIX: August 4, 2003</strong></font><br>
                     74: An off-by-one error exists in the C library function
                     75: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&amp;sektion=3">realpath(3)</a>.
                     76: Since this same bug resulted in a root compromise in the wu-ftpd ftp server
                     77: it is possible that this bug may allow an attacker to gain escalated privileges
                     78: on OpenBSD.<br>
1.444     millert    79: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.3/common/001_realpath.patch">A
1.443     millert    80: source code patch exists which remedies the problem</a>.
                     81: <p>
1.25      deraadt    82: </ul>
1.177     deraadt    83: <p>
1.42      deraadt    84: <a name=i386></a>
1.435     naddy      85: <li><h3><font color="#e00000">i386</font></h3>
1.25      deraadt    86: <ul>
1.384     deraadt    87: <li>No problems identified yet.
1.323     deraadt    88: </ul>
1.285     deraadt    89: <p>
1.323     deraadt    90: <a name=alpha></a>
1.435     naddy      91: <li><h3><font color="#e00000">alpha</font></h3>
1.323     deraadt    92: <ul>
                     93: <li>No problems identified yet.
1.39      deraadt    94: </ul>
1.155     deraadt    95: <p>
1.47      deraadt    96: <a name=mac68k></a>
1.435     naddy      97: <li><h3><font color="#e00000">mac68k</font></h3>
1.39      deraadt    98: <ul>
1.323     deraadt    99: <li>No problems identified yet.
1.25      deraadt   100: </ul>
1.155     deraadt   101: <p>
1.65      deraadt   102: <a name=sparc></a>
1.435     naddy     103: <li><h3><font color="#e00000">sparc</font></h3>
1.25      deraadt   104: <ul>
1.323     deraadt   105: <li>No problems identified yet.
1.39      deraadt   106: </ul>
1.177     deraadt   107: <p>
1.355     deraadt   108: <a name=sparc64></a>
1.435     naddy     109: <li><h3><font color="#e00000">sparc64</font></h3>
1.93      deraadt   110: <ul>
1.384     deraadt   111: <li>No problems identified yet.
1.25      deraadt   112: </ul>
1.155     deraadt   113: <p>
1.442     henning   114: <a name=hppa></a>
                    115: <li><h3><font color="#e00000">hppa</font></h3>
1.25      deraadt   116: <ul>
1.281     deraadt   117: <li>No problems identified yet.
1.25      deraadt   118: </ul>
1.155     deraadt   119: <p>
1.281     deraadt   120: <a name=hp300></a>
1.435     naddy     121: <li><h3><font color="#e00000">hp300</font></h3>
1.59      deraadt   122: <ul>
1.323     deraadt   123: <li>No problems identified yet.
1.59      deraadt   124: </ul>
1.155     deraadt   125: <p>
1.281     deraadt   126: <a name=mvme68k></a>
1.435     naddy     127: <li><h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   128: <ul>
1.323     deraadt   129: <li>No problems identified yet.
1.56      deraadt   130: </ul>
1.155     deraadt   131: <p>
1.355     deraadt   132: <a name=macppc></a>
1.435     naddy     133: <li><h3><font color="#e00000">macppc</font></h3>
1.110     millert   134: <ul>
1.384     deraadt   135: <li>No problems identified yet.
1.385     hugh      136: </ul>
1.386     hugh      137: <p>
1.281     deraadt   138: <a name=vax></a>
1.435     naddy     139: <li><h3><font color="#e00000">vax</font></h3>
1.25      deraadt   140: <ul>
1.232     deraadt   141: <li>No problems identified yet.
1.25      deraadt   142: </ul>
1.144     deraadt   143:
1.197     deraadt   144: </dl>
1.25      deraadt   145: <br>
1.75      deraadt   146:
1.25      deraadt   147: <hr>
1.240     jason     148: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     149: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   150: <br>
1.419     deraadt   151: For errata on a certain release, click below:<br>
1.418     deraadt   152: <a href="errata21.html">2.1</a>,
                    153: <a href="errata22.html">2.2</a>,
                    154: <a href="errata23.html">2.3</a>,
                    155: <a href="errata24.html">2.4</a>,
                    156: <a href="errata25.html">2.5</a>,
                    157: <a href="errata26.html">2.6</a>,
                    158: <a href="errata27.html">2.7</a>,
                    159: <a href="errata28.html">2.8</a>,
                    160: <a href="errata29.html">2.9</a>,
                    161: <a href="errata30.html">3.0</a>,
1.440     deraadt   162: <a href="errata31.html">3.1</a>,
                    163: <a href="errata32.html">3.2</a>.
1.418     deraadt   164: <br>
                    165:
1.2       deraadt   166: <hr>
1.186     deraadt   167: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     168: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.448   ! millert   169: <br><small>$OpenBSD: errata.html,v 1.447 2003/08/23 07:24:29 jufi Exp $</small>
1.2       deraadt   170:
                    171: </body>
                    172: </html>