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

Annotation of www/errata24.html, Revision 1.85

1.83      bentley     1: <!doctype html>
                      2: <html lang=en id=errata>
                      3: <meta charset=utf-8>
                      4:
1.73      tj          5: <title>OpenBSD 2.4 Errata</title>
1.1       deraadt     6: <meta name="description" content="the OpenBSD CD errata page">
1.72      deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.75      tb          9: <link rel="canonical" href="https://www.openbsd.org/errata24.html">
1.1       deraadt    10:
1.64      deraadt    11: <!--
                     12:                        IMPORTANT REMINDER
                     13:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
                     14: -->
                     15:
1.1       deraadt    16:
1.83      bentley    17: <h2 id=OpenBSD>
1.72      deraadt    18: <a href="index.html">
1.83      bentley    19: <i>Open</i><b>BSD</b></a>
                     20: 2.4 Errata
1.73      tj         21: </h2>
1.72      deraadt    22: <hr>
1.1       deraadt    23:
1.21      deraadt    24: For errata on a certain release, click below:<br>
1.20      deraadt    25: <a href="errata21.html">2.1</a>,
                     26: <a href="errata22.html">2.2</a>,
                     27: <a href="errata23.html">2.3</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="errata29.html">2.9</a>,
                     33: <a href="errata30.html">3.0</a>,
                     34: <a href="errata31.html">3.1</a>,
1.25      deraadt    35: <a href="errata32.html">3.2</a>,
1.39      david      36: <a href="errata33.html">3.3</a>,
1.30      david      37: <a href="errata34.html">3.4</a>,
1.32      miod       38: <a href="errata35.html">3.5</a>,
1.33      deraadt    39: <a href="errata36.html">3.6</a>,
1.57      deraadt    40: <a href="errata37.html">3.7</a>,
1.42      deraadt    41: <br>
1.35      deraadt    42: <a href="errata38.html">3.8</a>,
1.36      deraadt    43: <a href="errata39.html">3.9</a>,
1.37      deraadt    44: <a href="errata40.html">4.0</a>,
1.40      merdely    45: <a href="errata41.html">4.1</a>,
1.41      deraadt    46: <a href="errata42.html">4.2</a>,
1.42      deraadt    47: <a href="errata43.html">4.3</a>,
1.44      deraadt    48: <a href="errata44.html">4.4</a>,
1.45      deraadt    49: <a href="errata45.html">4.5</a>,
1.46      deraadt    50: <a href="errata46.html">4.6</a>,
1.48      deraadt    51: <a href="errata47.html">4.7</a>,
1.49      miod       52: <a href="errata48.html">4.8</a>,
1.50      nick       53: <a href="errata49.html">4.9</a>,
1.51      sthen      54: <a href="errata50.html">5.0</a>,
1.52      deraadt    55: <a href="errata51.html">5.1</a>,
1.53      deraadt    56: <a href="errata52.html">5.2</a>,
1.54      deraadt    57: <a href="errata53.html">5.3</a>,
1.57      deraadt    58: <br>
1.55      deraadt    59: <a href="errata54.html">5.4</a>,
1.63      jsg        60: <a href="errata55.html">5.5</a>,
1.67      deraadt    61: <a href="errata56.html">5.6</a>,
1.70      deraadt    62: <a href="errata57.html">5.7</a>,
1.71      deraadt    63: <a href="errata58.html">5.8</a>,
1.74      deraadt    64: <a href="errata59.html">5.9</a>,
1.77      tj         65: <a href="errata60.html">6.0</a>,
1.79      deraadt    66: <a href="errata61.html">6.1</a>,
1.80      deraadt    67: <a href="errata62.html">6.2</a>,
1.81      deraadt    68: <a href="errata63.html">6.3</a>,
1.82      deraadt    69: <a href="errata64.html">6.4</a>,
1.85    ! deraadt    70: <a href="errata65.html">6.5</a>,
        !            71: <a href="errata66.html">6.6</a>.
1.1       deraadt    72: <hr>
                     73:
1.9       ericj      74: <p>
1.77      tj         75: Patches for the OpenBSD base system are distributed as unified diffs.
                     76: Each patch contains usage instructions.
                     77: All the following patches are also available in one
                     78: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4.tar.gz">tar.gz file</a>
                     79: for convenience.
1.58      deraadt    80:
                     81: <p>
1.77      tj         82: Patches for supported releases are also incorporated into the
1.78      tj         83: <a href="stable.html">-stable branch</a>.
1.9       ericj      84:
1.1       deraadt    85: <hr>
1.58      deraadt    86:
1.11      jufi       87: <ul>
1.84      deraadt    88:
1.65      bentley    89: <li id="bmap">
1.84      deraadt    90: <strong>001: RELIABILITY FIX</strong>
1.61      deraadt    91: &nbsp; <i>All architectures</i><br>
1.3       millert    92: A local user can crash the system by reading a file larger than 64meg
                     93: from an ext2fs partition.
1.84      deraadt    94: <br>
1.76      tb         95: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bmap.patch">
1.3       millert    96: A source code patch exists which remedies this problem.</a>
                     97: <p>
1.84      deraadt    98:
1.65      bentley    99: <li id="lnpanic">
1.84      deraadt   100: <strong>002: RELIABILITY FIX</strong>
1.61      deraadt   101: &nbsp; <i>All architectures</i><br>
1.2       deraadt   102: A local user can crash the system because of a bug in the vfs layer.
1.84      deraadt   103: <br>
1.76      tb        104: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/lnpanic.patch">
1.2       deraadt   105: A source code patch exists which remedies this problem.</a>
                    106: <p>
1.84      deraadt   107:
1.65      bentley   108: <li id="poll">
1.84      deraadt   109: <strong>003: SECURITY FIX</strong>
1.61      deraadt   110: &nbsp; <i>All architectures</i><br>
1.1       deraadt   111: A machine crash is possible when playing with poll(2).
1.84      deraadt   112: <br>
1.76      tb        113: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/poll.patch">
1.1       deraadt   114: A source code patch exists which remedies this problem.</a>
                    115: <p>
1.84      deraadt   116:
1.65      bentley   117: <li id="nlink">
1.84      deraadt   118: <strong>004: SECURITY FIX</strong>
1.61      deraadt   119: &nbsp; <i>All architectures</i><br>
1.1       deraadt   120: A machine crash is possible when playing with link(2) on FFS.
1.84      deraadt   121: <br>
1.76      tb        122: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nlink.patch">
1.58      deraadt   123: A source code patch exists which remedies this problem.</a>
                    124: This is version four of the patch.
1.1       deraadt   125: <p>
1.84      deraadt   126:
1.65      bentley   127: <li id="ping">
1.84      deraadt   128: <strong>005: SECURITY FIX</strong>
1.61      deraadt   129: &nbsp; <i>All architectures</i><br>
1.1       deraadt   130: A buffer overflow existed in ping(8), which may have a security issue.
1.84      deraadt   131: <br>
1.76      tb        132: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/ping.patch">
1.1       deraadt   133: A source code patch exists which remedies this problem.</a>
                    134: <p>
1.84      deraadt   135:
1.65      bentley   136: <li id="ipqrace">
1.84      deraadt   137: <strong>006: SECURITY FIX</strong>
1.61      deraadt   138: &nbsp; <i>All architectures</i><br>
1.1       deraadt   139: A race condition in IP ipq handling could permit a remote crash.
1.84      deraadt   140: <br>
1.76      tb        141: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/ipqrace.patch">
1.1       deraadt   142: A source code patch exists which remedies this problem.</a>
1.84      deraadt   143: <br>
1.24      naddy     144: It must be installed after <a href="errata24.html#maxqueue">the maxqueue patch</a>.
                    145: and <a href="errata24.html#tcpfix">the tcp decoding patch</a>.
1.1       deraadt   146: <p>
1.84      deraadt   147:
1.65      bentley   148: <li id="accept">
1.84      deraadt   149: <strong>007: SECURITY FIX</strong>
1.61      deraadt   150: &nbsp; <i>All architectures</i><br>
1.1       deraadt   151: A race condition existed between accept(2) and select(2) which could
                    152: permit an attacker to hang sockets from remote.
1.84      deraadt   153: <br>
1.76      tb        154: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/accept.patch">
1.1       deraadt   155: A source code patch exists which remedies this problem.</a>
                    156: <p>
1.84      deraadt   157:
1.65      bentley   158: <li id="maxqueue">
1.84      deraadt   159: <strong>008: SECURITY FIX</strong>
1.61      deraadt   160: &nbsp; <i>All architectures</i><br>
1.1       deraadt   161: IP fragment assembly can bog the machine excessively and cause problems.
1.84      deraadt   162: <br>
1.76      tb        163: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/maxqueue.patch">
1.1       deraadt   164: A source code patch exists which remedies this problem.</a>
                    165: <p>
1.84      deraadt   166:
1.65      bentley   167: <li id="uio">
1.84      deraadt   168: <strong>009: FUNCTIONALITY FIX</strong>
1.61      deraadt   169: &nbsp; <i>All architectures</i><br>
1.1       deraadt   170: The readv(2) and writev(2) system calls would not accept a <em>struct iovec</em>
1.83      bentley   171: with an <b>iov_len</b> of 0.  This causes a db test in perl to fail.
1.84      deraadt   172: <br>
1.76      tb        173: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/uio.patch">
1.1       deraadt   174: A source code patch exists which remedies this problem.</a>
                    175: <p>
1.84      deraadt   176:
1.65      bentley   177: <li id="rst">
1.84      deraadt   178: <strong>010: SECURITY FIX</strong>
1.61      deraadt   179: &nbsp; <i>All architectures</i><br>
1.1       deraadt   180: TCP/IP RST handling was too sloppy.
1.84      deraadt   181: <br>
1.76      tb        182: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/rst.patch">
1.1       deraadt   183: A source code patch exists which remedies this problem.</a>
                    184: <p>
1.84      deraadt   185:
1.65      bentley   186: <li id="kvm_mkdb">
1.84      deraadt   187: <strong>011: FUNCTIONALITY FIX</strong>
1.61      deraadt   188: &nbsp; <i>All architectures</i><br>
1.1       deraadt   189: During bootup, kvm_mkdb may exit with the error "kvm_mkdb: cannot allocate
1.55      deraadt   190: memory".
1.84      deraadt   191: <br>
1.76      tb        192: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/kvm_mkdb.patch">
1.1       deraadt   193: A source code patch exists which remedies this problem.</a>
                    194: <p>
1.84      deraadt   195:
1.65      bentley   196: <li id="nfs3_solaris7">
1.84      deraadt   197: <strong>012: FUNCTIONALITY FIX</strong>
1.61      deraadt   198: &nbsp; <i>All architectures</i><br>
1.1       deraadt   199: A problem with writing to NFS version 3 mounted filesystems from Solaris 7
1.31      david     200: hosts exists.  Attempts to create files will result in an error such as
1.1       deraadt   201: "Inappropriate file type or format".
1.84      deraadt   202: <br>
1.76      tb        203: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3_solaris7.patch">
1.1       deraadt   204: A source code patch exists which remedies this problem.</a>
                    205: <p>
1.84      deraadt   206:
1.65      bentley   207: <li id="nfs3">
1.84      deraadt   208: <strong>013: FUNCTIONALITY FIX</strong>
1.61      deraadt   209: &nbsp; <i>All architectures</i><br>
1.1       deraadt   210: A problem with NFS version 3 mounts on big endian machines (m68k, sparc
                    211: and powerpc) exists when mounting filesystems larger than 2gig.  You
                    212: can see evidence of the bug by running df(1) and checking for negative
                    213: partition sizes.
1.84      deraadt   214: <br>
1.76      tb        215: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/nfs3.patch">
1.1       deraadt   216: A source code patch exists which remedies this problem.</a>
                    217: <p>
1.84      deraadt   218:
1.65      bentley   219: <li id="termcap">
1.84      deraadt   220: <strong>014: SECURITY FIX</strong>
1.61      deraadt   221: &nbsp; <i>All architectures</i><br>
1.1       deraadt   222: A security problem exists in the curses and ocurses libraries that affect
                    223: setuid programs linked with -lcurses or -locurses.
1.84      deraadt   224: <br>
1.76      tb        225: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/termcap.patch">
1.1       deraadt   226: A source code patch exists which remedies this problem.</a>
                    227: <br>
                    228: Precompiled versions of libcurses and libocurses exist for the
1.84      deraadt   229: <br>
1.76      tb        230: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/curses.tar.gz">i386</a>
1.1       deraadt   231: platform.  Unpack it in /usr/lib.
                    232: <p>
1.84      deraadt   233:
1.65      bentley   234: <li id="terminfo">
1.84      deraadt   235: <strong>015: FUNCTIONALITY FIX</strong>
1.61      deraadt   236: &nbsp; <i>All architectures</i><br>
1.83      bentley   237: A workaround for an xterm problem that causes <b>vi</b> to not
1.1       deraadt   238: restore the correct cursor position on exit.
1.84      deraadt   239: <br>
1.76      tb        240: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.src.patch">
1.1       deraadt   241: A source code patch exists which remedies this problem.</a>
                    242: <br>
                    243: Alternately, you can also download a pre-compiled terminfo file to be
1.83      bentley   244: installed as <b>/usr/share/misc/terminfo.db</b>.  For i386,
1.1       deraadt   245: alpha and mips, use the
1.76      tb        246: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-LE.tar.gz">
1.1       deraadt   247: little endian</a> version.  For sparc, m68k and powerpc, use the
1.76      tb        248: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/terminfo.db-BE.tar.gz">
1.1       deraadt   249: big endian</a> version.
                    250: <p>
1.84      deraadt   251:
1.65      bentley   252: <li id="userdir">
1.84      deraadt   253: <strong>016: FUNCTIONALITY FIX</strong>
1.61      deraadt   254: &nbsp; <i>All architectures</i><br>
1.83      bentley   255: <b>userdir</b> support was accidentally left out of httpd(8).
1.84      deraadt   256: <br>
1.76      tb        257: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/userdir.patch">
1.1       deraadt   258: A source code patch exists which remedies this problem.</a>
                    259: <p>
1.84      deraadt   260:
1.65      bentley   261: <li id="bootpd">
1.84      deraadt   262: <strong>017: SECURITY FIX</strong>
1.61      deraadt   263: &nbsp; <i>All architectures</i><br>
1.1       deraadt   264: A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
                    265: by default, but some people may actually be using it.
1.84      deraadt   266: <br>
1.76      tb        267: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/bootpd.patch">
1.58      deraadt   268: A source code patch exists which remedies this problem.</a>
                    269: This is the second version of the patch.
1.1       deraadt   270: <p>
1.84      deraadt   271:
1.65      bentley   272: <li id="tcpfix">
1.84      deraadt   273: <strong>018: SECURITY FIX</strong>
1.61      deraadt   274: &nbsp; <i>All architectures</i><br>
1.1       deraadt   275: A remote machine lockup problem exists in the TCP decoding code.
1.84      deraadt   276: <br>
1.76      tb        277: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/common/tcpfix.patch">
1.1       deraadt   278: A source code patch exists which remedies this problem.</a>
                    279: <p>
1.84      deraadt   280:
1.65      bentley   281: <li id="tss">
1.84      deraadt   282: <strong>019: SECURITY FIX</strong><br>
1.1       deraadt   283: This is another fix for a kernel crash caused by the
1.83      bentley   284: <b>crashme</b> program.
1.84      deraadt   285: <br>
1.76      tb        286: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/tss.patch">
1.58      deraadt   287: A source code patch exists which remedies this problem.</a>
1.1       deraadt   288: <p>
1.84      deraadt   289:
1.65      bentley   290: <li id="bootargv">
1.84      deraadt   291: <strong>020: FUNCTIONALITY FIX</strong><br>
1.1       deraadt   292: The kernel was using a fixed and hard-coded location for the arguments
1.83      bentley   293: vector passed from the <b>/boot</b> loader.  This prevented
                    294: <b>/boot</b> from placing the boot arguments vector at any
1.1       deraadt   295: other location, causing a kernel crash early in the autoconfiguration
                    296: stage.  In 2.5, the bootblocks will be modified to use a new location.
                    297: Hence, if you wish old kernels to boot on a new bootblock, those
                    298: kernels will only work if they were linked with this patch.
1.84      deraadt   299: <br>
1.76      tb        300: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/bootargv.patch">
1.58      deraadt   301: A source code patch exists which remedies this problem.</a>
1.1       deraadt   302: <p>
1.84      deraadt   303:
1.65      bentley   304: <li id="trctrap">
1.84      deraadt   305: <strong>021: SECURITY FIX</strong><br>
1.1       deraadt   306: i386 trace-trap handling when DDB was configured could cause a system
                    307: crash.
1.84      deraadt   308: <br>
1.76      tb        309: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/trctrap.patch">
1.58      deraadt   310: A source code patch exists which remedies this problem.</a>
1.1       deraadt   311: <p>
1.84      deraadt   312:
1.65      bentley   313: <li id="installboot">
1.84      deraadt   314: <strong>022: FUNCTIONALITY FIX</strong><br>
1.13      pvalchev  315: i386 installboot had a sign extension bug which prevented proper bootblock
1.1       deraadt   316: initialization when the root filesystem was placed beyond 4GB.
1.84      deraadt   317: <br>
1.76      tb        318: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/i386/installboot.patch">
1.58      deraadt   319: A source code patch exists which remedies this problem.</a>
1.1       deraadt   320: Unfortunately, updated 2.4 install floppies are not available.  Just ensure
                    321: that your root filesystem is below 4GB, for now.
                    322: <p>
1.84      deraadt   323:
1.65      bentley   324: <li id="hme">
1.84      deraadt   325: <strong>023: DRIVER FIX</strong><br>
1.23      deraadt   326: The sparc hme(4) and be(4) drivers work poorly on some types of SS-20
1.1       deraadt   327: machines.  This is because those machines lie, saying they support 64-bit DMA
                    328: bursting.  No sun4m machines support that.
1.84      deraadt   329: <br>
1.76      tb        330: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/hme.patch">
1.1       deraadt   331: A source code patch exists which remedies this problem.</a>
                    332: <p>
1.84      deraadt   333:
1.65      bentley   334: <li id="le">
1.84      deraadt   335: <strong>024: DRIVER FIX</strong><br>
1.1       deraadt   336: The sparc le(4) driver does media changes incorrectly on one type of
1.55      deraadt   337: sbus le(4) card.
1.84      deraadt   338: <br>
1.76      tb        339: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/2.4/sparc/le.patch">
1.1       deraadt   340: A source code patch exists which remedies this problem.</a>
                    341: <p>
1.84      deraadt   342:
1.65      bentley   343: <li id="hp300X">
1.84      deraadt   344: <strong>025: FUNCTIONALITY FIX</strong><br>
1.1       deraadt   345: The Xhp as shipped does not have the execute permissions set.  The fix is
                    346: 'chmod 755 /usr/X11R6/bin/Xhp' if you have installed X.
                    347: <p>
1.74      deraadt   348:
1.1       deraadt   349: </ul>
1.56      deraadt   350:
1.66      tedu      351: <hr>