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

Annotation of www/errata68.html, Revision 1.31

1.1       deraadt     1: <!doctype html>
                      2: <html lang=en id=errata>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD 6.8 Errata</title>
                      6: <meta name="description" content="the OpenBSD errata page">
                      7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
                      9: <link rel="canonical" href="https://www.openbsd.org/errata68.html">
                     10:
                     11: <!--
                     12:                        IMPORTANT REMINDER
                     13:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
                     14: -->
                     15:
                     16: <h2 id=OpenBSD>
                     17: <a href="index.html">
                     18: <i>Open</i><b>BSD</b></a>
                     19: 6.8 Errata
                     20: </h2>
                     21: <hr>
                     22:
                     23: For errata on a certain release, click below:<br>
                     24: <a href="errata20.html">2.0</a>,
                     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="errata24.html">2.4</a>,
                     29: <a href="errata25.html">2.5</a>,
                     30: <a href="errata26.html">2.6</a>,
                     31: <a href="errata27.html">2.7</a>,
                     32: <a href="errata28.html">2.8</a>,
                     33: <a href="errata29.html">2.9</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
                     36: <a href="errata32.html">3.2</a>,
                     37: <a href="errata33.html">3.3</a>,
                     38: <a href="errata34.html">3.4</a>,
                     39: <a href="errata35.html">3.5</a>,
                     40: <br>
                     41: <a href="errata36.html">3.6</a>,
                     42: <a href="errata37.html">3.7</a>,
                     43: <a href="errata38.html">3.8</a>,
                     44: <a href="errata39.html">3.9</a>,
                     45: <a href="errata40.html">4.0</a>,
                     46: <a href="errata41.html">4.1</a>,
                     47: <a href="errata42.html">4.2</a>,
                     48: <a href="errata43.html">4.3</a>,
                     49: <a href="errata44.html">4.4</a>,
                     50: <a href="errata45.html">4.5</a>,
                     51: <a href="errata46.html">4.6</a>,
                     52: <a href="errata47.html">4.7</a>,
                     53: <a href="errata48.html">4.8</a>,
                     54: <a href="errata49.html">4.9</a>,
                     55: <a href="errata50.html">5.0</a>,
                     56: <a href="errata51.html">5.1</a>,
                     57: <br>
                     58: <a href="errata52.html">5.2</a>,
                     59: <a href="errata53.html">5.3</a>,
                     60: <a href="errata54.html">5.4</a>,
                     61: <a href="errata55.html">5.5</a>,
                     62: <a href="errata56.html">5.6</a>,
                     63: <a href="errata57.html">5.7</a>,
                     64: <a href="errata58.html">5.8</a>,
                     65: <a href="errata59.html">5.9</a>,
                     66: <a href="errata60.html">6.0</a>,
                     67: <a href="errata61.html">6.1</a>,
                     68: <a href="errata62.html">6.2</a>,
                     69: <a href="errata63.html">6.3</a>,
                     70: <a href="errata64.html">6.4</a>,
                     71: <a href="errata65.html">6.5</a>,
                     72: <a href="errata66.html">6.6</a>,
1.18      deraadt    73: <a href="errata67.html">6.7</a>,
1.20      tj         74: <br>
1.31    ! deraadt    75: <a href="errata69.html">6.9</a>,
        !            76: <a href="errata70.html">7.0</a>.
1.1       deraadt    77: <hr>
                     78:
                     79: <p>
                     80: Patches for the OpenBSD base system are distributed as unified diffs.
                     81: Each patch is cryptographically signed with the
                     82: <a href="https://man.openbsd.org/OpenBSD-6.8/signify.1">signify(1)</a> tool and contains
                     83: usage instructions.
                     84: All the following patches are also available in one
                     85: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8.tar.gz">tar.gz file</a>
                     86: for convenience.
                     87:
                     88: <p>
                     89: Alternatively, the <a href="https://man.openbsd.org/syspatch">syspatch(8)</a>
                     90: utility can be used to apply binary updates on the following architectures:
                     91: amd64, i386, arm64.
                     92:
                     93: <p>
                     94: Patches for supported releases are also incorporated into the
1.21      tj         95: <a href="stable.html">-stable branch</a>.
1.1       deraadt    96:
                     97: <hr>
                     98:
                     99: <ul>
                    100:
1.2       tj        101: <li id="p001_bgpd">
                    102: <strong>001: RELIABILITY FIX: October 29, 2020</strong>
                    103: &nbsp; <i>All architectures</i>
                    104: <br>
                    105: In bgpd, the roa-set parser could leak memory.
                    106: <br>
                    107: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/001_bgpd.patch.sig">
                    108: A source code patch exists which remedies this problem.</a>
                    109: <p>
1.1       deraadt   110:
1.3       tb        111: <li id="p002_icmp6">
                    112: <strong>002: SECURITY FIX: October 29, 2020</strong>
                    113: &nbsp; <i>All architectures</i>
                    114: <br>
                    115: When generating the ICMP6 response to an IPv6 packet, the kernel
                    116: could use mbuf memory after freeing it.
                    117: <br>
                    118: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/002_icmp6.patch.sig">
                    119: A source code patch exists which remedies this problem.</a>
                    120: <p>
                    121:
1.4       tb        122: <li id="p003_tmux">
                    123: <strong>003: SECURITY FIX: October 29, 2020</strong>
                    124: &nbsp; <i>All architectures</i>
                    125: <br>
                    126: tmux has a stack overflow in CSI parsing.
                    127: <br>
1.5       tb        128: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/003_tmux.patch.sig">
1.4       tb        129: A source code patch exists which remedies this problem.</a>
                    130: <p>
                    131:
1.6       tb        132: <li id="p004_wg">
                    133: <strong>004: RELIABILITY FIX: November 05, 2020</strong>
                    134: &nbsp; <i>All architectures</i>
                    135: <br>
                    136: wg(4) could panic the kernel by releasing the wrong lock.
                    137: <br>
                    138: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/004_wg.patch.sig">
1.7       tb        139: A source code patch exists which remedies this problem.</a>
                    140: <p>
                    141:
                    142: <li id="p005_unwind">
                    143: <strong>005: RELIABILITY FIX: November 10, 2020</strong>
                    144: &nbsp; <i>All architectures</i>
                    145: <br>
                    146: unwind fails to process large DNS replies.
                    147: <br>
                    148: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/005_unwind.patch.sig">
                    149: A source code patch exists which remedies this problem.</a>
                    150: <p>
                    151:
                    152: <li id="p006_rpki">
                    153: <strong>006: RELIABILITY FIX: November 10, 2020</strong>
                    154: &nbsp; <i>All architectures</i>
                    155: <br>
                    156: rpki-client incorrectly checks the manifest validity interval.
                    157: <br>
                    158: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/006_rpki.patch.sig">
1.6       tb        159: A source code patch exists which remedies this problem.</a>
                    160: <p>
                    161:
1.8       tb        162: <li id="p007_xmaplen">
                    163: <strong>007: SECURITY FIX: December 1, 2020</strong>
                    164: &nbsp; <i>All architectures</i>
                    165: <br>
                    166: Multiple input validation failures in the X server XKB extension can lead
                    167: to out of bounds memory accesses for authorized clients.
                    168: <br>
                    169: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/007_xmaplen.patch.sig">
                    170: A source code patch exists which remedies this problem.</a>
                    171: <p>
                    172:
1.9       tb        173: <li id="p008_xmaplen">
                    174: <strong>008: SECURITY FIX: December 8, 2020</strong>
                    175: &nbsp; <i>All architectures</i>
                    176: <br>
                    177: Malformed ASN.1 in a certificate revocation list or a timestamp
                    178: response token can lead to a NULL pointer dereference.
                    179: <br>
                    180: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/008_asn1.patch.sig">
                    181: A source code patch exists which remedies this problem.</a>
                    182: <p>
                    183:
                    184: <li id="p009_exit">
                    185: <strong>009: RELIABILITY FIX: December 8, 2020</strong>
                    186: &nbsp; <i>All architectures</i>
                    187: <br>
                    188: Process exit in multithreaded programs could result in the wrong exit
                    189: code being reported.
                    190: <br>
                    191: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/009_exit.patch.sig">
                    192: A source code patch exists which remedies this problem.</a>
                    193: <p>
                    194:
1.10      tb        195: <li id="p010_smtpd">
                    196: <strong>010: RELIABILITY FIX: December 24, 2020</strong>
                    197: &nbsp; <i>All architectures</i>
                    198: <br>
                    199: smtpd's filter state machine can prematurely release resources
                    200: leading to a crash.
                    201: <br>
                    202: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/010_smtpd.patch.sig">
                    203: A source code patch exists which remedies this problem.</a>
                    204: <p>
                    205:
1.11      benno     206: <li id="p011_nd6">
                    207: <strong>011: RELIABILITY FIX: January 11, 2021</strong>
                    208: &nbsp; <i>All architectures</i>
                    209: <br>
                    210: When an NDP entry is invalidated the associated layer 2 address
                    211: is not invalidated.
                    212: <br>
                    213: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/011_nd6.patch.sig">
                    214: A source code patch exists which remedies this problem.</a>
                    215: <p>
                    216:
1.12      benno     217: <li id="p012_carp">
                    218: <strong>012: RELIABILITY FIX: January 13, 2021</strong>
                    219: &nbsp; <i>All architectures</i>
                    220: <br>
                    221: Use of bpf(4) on a carp interface could result in a use after free
                    222: error.<br>
                    223: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/012_carp.patch.sig">
                    224: A source code patch exists which remedies this problem.</a>
                    225: <p>
                    226:
1.13      tb        227: <li id="p013_libressl">
                    228: <strong>013: RELIABILITY FIX: February 3, 2021</strong>
                    229: &nbsp; <i>All architectures</i>
                    230: <br>
                    231: Various interoperability issues and memory leaks were discovered in
                    232: libcrypto and libssl.
                    233: <br>
                    234: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/013_libressl.patch.sig">
                    235: A source code patch exists which remedies this problem.</a>
                    236: <p>
                    237:
1.14      bluhm     238: <li id="p014_pffrag">
                    239: <strong>014: SECURITY FIX: February 24, 2021</strong>
                    240: &nbsp; <i>All architectures</i>
                    241: <br>
                    242: A sequence of overlapping IPv4 fragments could crash the kernel in
                    243: pf due to an assertion.
                    244: <br>
                    245: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/014_pffrag.patch.sig">
                    246: A source code patch exists which remedies this problem.</a>
                    247: <p>
                    248:
1.15      bluhm     249: <li id="p015_sshagent">
                    250: <strong>015: SECURITY FIX: March 4, 2021</strong>
                    251: &nbsp; <i>All architectures</i>
                    252: <br>
                    253: Double free in ssh-agent(1)
                    254: <br>
                    255: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/015_sshagent.patch.sig">
                    256: A source code patch exists which remedies this problem.</a>
                    257: <p>
                    258:
1.16      bluhm     259: <li id="p016_npppd">
                    260: <strong>016: SECURITY FIX: March 9, 2021</strong>
                    261: &nbsp; <i>All architectures</i>
                    262: <br>
                    263: npppd PPTP protocol handler can cause heap over-read leading to a crash.
                    264: <br>
                    265: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/016_npppd.patch.sig">
                    266: A source code patch exists which remedies this problem.</a>
                    267: <p>
                    268:
1.17      tb        269: <li id="p017_libssl">
                    270: <strong>017: SECURITY FIX: March 15, 2021</strong>
                    271: &nbsp; <i>All architectures</i>
                    272: <br>
                    273: A TLS client using session resumption may cause a use-after-free.
                    274: <br>
                    275: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/017_libssl.patch.sig">
                    276: A source code patch exists which remedies this problem.</a>
                    277: <p>
                    278:
1.19      bluhm     279: <li id="p018_xi">
                    280: <strong>018: SECURITY FIX: April 13, 2021</strong>
                    281: &nbsp; <i>All architectures</i>
                    282: <br>
                    283: Input validation failures in X server XInput extension can lead to
                    284: privileges elevations for authorized clients.
                    285: <br>
                    286: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/018_xi.patch.sig">
                    287: A source code patch exists which remedies this problem.</a>
                    288: <p>
                    289:
1.22      bluhm     290: <li id="p019_libx11">
                    291: <strong>019: SECURITY FIX: May 18, 2021</strong>
                    292: &nbsp; <i>All architectures</i>
                    293: <br>
                    294: Request length checks were missing in libX11.
                    295: <br>
                    296: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/019_libx11.patch.sig">
                    297: A source code patch exists which remedies this problem.</a>
                    298: <p>
                    299:
                    300: <li id="p020_vmd">
                    301: <strong>020: SECURITY FIX: May 18, 2021</strong>
                    302: &nbsp; <i>amd64</i>
                    303: <br>
                    304: vmd guest virtio drivers could cause stack overflows by crafting invalid
                    305: virtio descriptor lengths.
                    306: <br>
                    307: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/020_vmd.patch.sig">
                    308: A source code patch exists which remedies this problem.</a>
                    309: <p>
                    310:
1.23      bluhm     311: <li id="p021_net80211">
                    312: <strong>021: SECURITY FIX: May 21, 2021</strong>
                    313: &nbsp; <i>All architectures</i>
                    314: <br>
                    315: Insufficient validation of A-MSDUs and fragmented 802.11 frames could
                    316: be abused to inject arbitrary frames.
                    317: <br>
                    318: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/021_net80211.patch.sig">
                    319: A source code patch exists which remedies this problem.</a>
                    320: <p>
                    321:
1.24      bluhm     322: <li id="p022_pmapglobal">
                    323: <strong>022: RELIABILITY FIX: May 24, 2021</strong>
                    324: &nbsp; <i>amd64</i>
                    325: <br>
                    326: Recent Intel machines could crash or hang as global mappings were
                    327: not flushed from TLB.
                    328: <br>
                    329: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/022_pmapglobal.patch.sig">
                    330: A source code patch exists which remedies this problem.</a>
                    331: <p>
                    332:
1.25      bluhm     333: <li id="p023_cpuswitch">
                    334: <strong>023: RELIABILITY FIX: June 8, 2021</strong>
                    335: &nbsp; <i>amd64</i>
                    336: <br>
                    337: Recent Intel or any AMD machines could crash as the kernel did not
                    338: flush all TLBs that multi threaded processes require.
                    339: <br>
                    340: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/023_cpuswitch.patch.sig">
                    341: A source code patch exists which remedies this problem.</a>
                    342: <p>
                    343:
                    344: <li id="p024_inteldrm">
                    345: <strong>024_inteldrm: RELIABILITY FIX: June 8, 2021</strong>
                    346: &nbsp; <i>amd64, i386</i>
                    347: <br>
                    348: Disable PPGTT on Intel machines with cherryview/braswell graphics
                    349: to avoid memory corruption.
                    350: <br>
                    351: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/024_inteldrm.patch.sig">
                    352: A source code patch exists which remedies this problem.</a>
                    353: <p>
                    354:
1.26      bluhm     355: <li id="p025_vmd">
                    356: <strong>025: SECURITY FIX: June 9, 2021</strong>
                    357: &nbsp; <i>amd64</i>
                    358: <br>
                    359: vmd guests could cause stack overflows by crafting malicious dhcp
                    360: requests when using local interfaces.
                    361: <br>
                    362: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/025_vmd.patch.sig">
                    363: A source code patch exists which remedies this problem.</a>
                    364: <p>
                    365:
1.27      benno     366: <li id="p026_strchr">
                    367: <strong>026: SECURITY FIX: July 25, 2021</strong>
                    368: &nbsp; <i>mips64</i>
                    369: <br>
                    370: On mips64, the strchr/index/strrchr/rindex functions in libc handled
                    371: signed characters incorrectly.
                    372: <br>
                    373: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/026_strchr.patch.sig">
                    374: A source code patch exists which remedies this problem.</a>
                    375: <p>
                    376:
1.28      benno     377: <li id="p027_vmparam">
                    378: <strong>027: RELIABILITY FIX: August 04, 2021</strong>
                    379: &nbsp; <i>sparc64</i>
                    380: <br>
                    381: A missaligned address could trigger a kernel assert and panic the kernel.
                    382: <br>
                    383: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/027_vmparam.patch.sig">
                    384: A source code patch exists which remedies this problem.</a>
                    385: <p>
                    386:
1.29      benno     387: <li id="p028_wg">
                    388: <strong>028: RELIABILITY FIX: August 11, 2021</strong>
                    389: &nbsp; <i>All architectures</i>
                    390: <br>
                    391: In a specific configuration, wg(4) leaked mbufs.
                    392: <br>
                    393: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/028_wg.patch.sig">
                    394: A source code patch exists which remedies this problem.</a>
                    395: <p>
                    396:
1.30      benno     397: <li id="p029_x509">
                    398: <strong>029: SECURITY FIX: August 20, 2021</strong>
                    399: &nbsp; <i>All architectures</i>
                    400: <br>
                    401: In LibreSSL, printing a certificate can result in a crash in
                    402: X509_CERT_AUX_print().
                    403: <br>
                    404: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.8/common/029_x509.patch.sig">
                    405: A source code patch exists which remedies this problem.</a>
                    406: <p>
                    407:
1.1       deraadt   408: </ul>
                    409:
                    410: <hr>