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

Annotation of www/errata73.html, Revision 1.11

1.1       tj          1: <!doctype html>
                      2: <html lang=en id=errata>
                      3: <meta charset=utf-8>
                      4:
                      5: <title>OpenBSD 7.3 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/errata73.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: 7.3 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>,
                     73: <a href="errata67.html">6.7</a>,
                     74: <br>
                     75: <a href="errata68.html">6.8</a>,
                     76: <a href="errata69.html">6.9</a>,
                     77: <a href="errata70.html">7.0</a>,
                     78: <a href="errata71.html">7.1</a>,
1.11    ! tj         79: <a href="errata72.html">7.2</a>,
        !            80: <a href="errata74.html">7.4</a>.
1.1       tj         81: <hr>
                     82:
                     83: <p>
                     84: Patches for the OpenBSD base system are distributed as unified diffs.
                     85: Each patch is cryptographically signed with the
                     86: <a href="https://man.openbsd.org/OpenBSD-7.3/signify.1">signify(1)</a> tool and contains
                     87: usage instructions.
                     88: All the following patches are also available in one
                     89: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3.tar.gz">tar.gz file</a>
                     90: for convenience.
                     91:
                     92: <p>
                     93: Alternatively, the <a href="https://man.openbsd.org/syspatch">syspatch(8)</a>
                     94: utility can be used to apply binary updates on the following architectures:
                     95: amd64, i386, arm64.
                     96:
                     97: <p>
                     98: Patches for supported releases are also incorporated into the
                     99: <a href="stable.html">-stable branch</a>, which is maintained for one year
                    100: after release.
                    101:
                    102: <hr>
                    103:
                    104: <ul>
                    105:
1.2       bluhm     106: <li id="p001_bgpd">
                    107: <strong>001: RELIABILITY FIX: May 3, 2023</strong>
                    108: &nbsp; <i>All architectures</i>
                    109: <br>
                    110: A new ASPA object appeared in the RPKI ecosystem and exposed bugs in
                    111: bgpd(8) and rpki-client(8).
                    112: <br>
                    113: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/001_bgpd.patch.sig">
                    114: A source code patch exists which remedies this problem.</a>
                    115: <p>
1.1       tj        116:
1.3       bluhm     117: <li id="p002_bgpd">
                    118: <strong>002: RELIABILITY FIX: May 16, 2023</strong>
                    119: &nbsp; <i>All architectures</i>
                    120: <br>
                    121: Avoid fatal errors in bgpd(8) due to incorrect refcounting and mishandling
                    122: of ASPA objects. Fix bgpctl(8) 'show rib in' by renaming 'invalid' into
                    123: 'disqualified'.
                    124: <br>
                    125: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/002_bgpd.patch.sig">
                    126: A source code patch exists which remedies this problem.</a>
                    127: <p>
                    128:
1.4       bluhm     129: <li id="p003_rpki">
                    130: <strong>003: RELIABILITY FIX: May 26, 2023</strong>
                    131: &nbsp; <i>All architectures</i>
                    132: <br>
                    133: IP address inheritance was handled incorrectly in rpki-client(8).
                    134: <br>
                    135: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/003_rpki.patch.sig">
                    136: A source code patch exists which remedies this problem.</a>
                    137: <p>
                    138:
                    139: <li id="p004_ssl">
                    140: <strong>004: SECURITY FIX: May 26, 2023</strong>
                    141: &nbsp; <i>All architectures</i>
                    142: <br>
                    143: A double free or use after free could occur after SSL_clear(3).
                    144: <br>
                    145: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/004_ssl.patch.sig">
                    146: A source code patch exists which remedies this problem.</a>
                    147: <p>
                    148:
1.5       bluhm     149: <li id="p005_libx11">
                    150: <strong>005: SECURITY FIX: June 15, 2023</strong>
                    151: &nbsp; <i>All architectures</i>
                    152: <br>
                    153: libX11 CVE-2023-3138 Missing checks in XQueryExtension() return values.
                    154: <br>
                    155: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/005_libx11.patch.sig">
                    156: A source code patch exists which remedies this problem.</a>
                    157: <p>
                    158:
1.6       tb        159: <li id="p006_bgpd">
                    160: <strong>006: RELIABILITY FIX: July 12, 2023</strong>
                    161: &nbsp; <i>All architectures</i>
                    162: <br>
                    163: Incorrect length handling of path attributes in bgpd(8) can lead to a
                    164: session reset.
                    165: <br>
                    166: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/006_bgpd.patch.sig">
                    167: A source code patch exists which remedies this problem.</a>
                    168: <p>
                    169:
                    170: <li id="p007_httpd">
                    171: <strong>007: RELIABILITY FIX: July 12, 2023</strong>
                    172: &nbsp; <i>All architectures</i>
                    173: <br>
                    174: A malformed HTTP request can crash httpd(8), if fastcgi is in use.
                    175: <br>
                    176: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/007_httpd.patch.sig">
                    177: A source code patch exists which remedies this problem.</a>
                    178: <p>
                    179:
                    180: <li id="p008_elf">
                    181: <strong>008: RELIABILITY FIX: July 12, 2023</strong>
                    182: &nbsp; <i>All architectures</i>
                    183: <br>
                    184: Incomplete validation of ELF headers in execve(2).
                    185: <br>
                    186: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/008_elf.patch.sig">
                    187: A source code patch exists which remedies this problem.</a>
                    188: <p>
                    189:
                    190: <li id="p009_bgpd">
                    191: <strong>009: RELIABILITY FIX: July 12, 2023</strong>
                    192: &nbsp; <i>All architectures</i>
                    193: <br>
                    194: When tracking nexthops over IPv6 multipath routes, or when receiving
                    195: a NOTIFICATION while reaching an internal limit, bgpd(8) could crash.
                    196: <br>
                    197: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/009_bgpd.patch.sig">
                    198: A source code patch exists which remedies this problem.</a>
                    199: <p>
                    200:
1.7       bluhm     201: <li id="p010_ssh_agent">
                    202: <strong>010: SECURITY FIX: July 19, 2023</strong>
                    203: &nbsp; <i>All architectures</i>
                    204: <br>
                    205: In ssh-agent(1)'s PKCS#11 provider support, remote execution was
                    206: possible due to controllable access in low-quality libraries. In
                    207: addition to fixing this, the ability to remotely load PKCS#11
                    208: libraries is now disabled by default (re-enable with
                    209: '-Oallow-remote-pkcs11').
                    210: <br>
                    211: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/010_ssh_agent.patch.sig">
                    212: A source code patch exists which remedies this problem.</a>
                    213: <p>
                    214:
1.8       bluhm     215: <li id="p011_amdcpu">
                    216: <strong>011: SECURITY FIX: July 24, 2023</strong>
                    217: &nbsp; <i>amd64 i386</i>
                    218: <br>
                    219: Workaround for Zenbleed AMD cpu problem. For i386 and amd64 platforms.
                    220: <br>
                    221: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/011_amdcpu.patch.sig">
                    222: A source code patch exists which remedies this problem.</a>
                    223: <p>
                    224:
                    225: <li id="p012_amdfirmware">
                    226: <strong>012: SECURITY FIX: July 24, 2023</strong>
                    227: &nbsp; <i>amd64 i386</i>
                    228: <br>
                    229: Add firmware for AMD cpus, to repair past or potential future bugs.
                    230: For i386 and amd64 platforms.
                    231: <p>
                    232: After this step, "fw_update" and "installboot" must be run.
                    233: <br>
                    234: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/012_amdfirmware.patch.sig">
                    235: A source code patch exists which remedies this problem.</a>
                    236: <p>
                    237:
                    238: <li id="p013_amdcpufirmware">
                    239: <strong>013: SECURITY FIX: July 24, 2023</strong>
                    240: &nbsp; <i>amd64 i386</i>
                    241: <br>
                    242: Install firmware updates for AMD cpus, to repair past or potential future bugs.
                    243: For i386 and amd64 platforms.
                    244: <br>
                    245: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/013_amdcpufirmware.patch.sig">
                    246: A source code patch exists which remedies this problem.</a>
                    247: <p>
                    248:
                    249: <li id="p014_wscons">
                    250: <strong>014: RELIABILITY FIX: July 24, 2023</strong>
                    251: &nbsp; <i>All architectures</i>
                    252: <br>
                    253: Missing bounds check in console terminal emulation could cause a kernel
                    254: crash after receiving specially crafted escape sequences.
                    255: <br>
                    256: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/014_wscons.patch.sig">
                    257: A source code patch exists which remedies this problem.</a>
                    258: <p>
                    259:
1.9       bluhm     260: <li id="p015_hvamdcpu">
                    261: <strong>015: RELIABILITY FIX: July 25, 2023</strong>
                    262: &nbsp; <i>amd64 i386</i>
                    263: <br>
                    264: Some hypervisors remain unpatched for writes to Zenbleed DE_CFG bit,
                    265: so skip it.
                    266: <br>
                    267: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/015_hvamdcpu.patch.sig">
                    268: A source code patch exists which remedies this problem.</a>
                    269: <p>
                    270:
1.10      bluhm     271: <li id="p016_npppd">
                    272: <strong>016: SECURITY FIX: September 21, 2023</strong>
                    273: &nbsp; <i>All architectures</i>
                    274: <br>
                    275: npppd(8) could crash by a l2tp message which has an AVP with wrong
                    276: length.
                    277: <br>
                    278: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/016_npppd.patch.sig">
                    279: A source code patch exists which remedies this problem.</a>
                    280: <p>
                    281:
1.1       tj        282: </ul>
                    283:
                    284: <hr>