openSUSE-SU-2026:21274-1: important: Security update for rust-keylime

[email protected]
Newsgroups gmane.linux.suse.security.announce
Message-ID <[email protected]>
openSUSE security update: security update for rust-keylime
-------------------------------------------------------------

Announcement ID: openSUSE-SU-2026:21274-1
Rating: important
References:

  * bsc#1260596
  * bsc#1270174
  * bsc#1270523
  * bsc#1270614
  * bsc#1270699
  * bsc#1270792
  * bsc#1270842
  * bsc#1270903
  * bsc#1270999



Cross-References:

  * CVE-2026-41676
  * CVE-2026-41677
  * CVE-2026-41678
  * CVE-2026-41681
  * CVE-2026-41898
  * CVE-2026-42327
  * CVE-2026-44662
  * CVE-2026-45784



CVSS scores:

  * CVE-2026-41676 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H
  * CVE-2026-41676 ( SUSE ): 8.3 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N
  * CVE-2026-41677 ( SUSE ): 3.7 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
  * CVE-2026-41677 ( SUSE ): 1.7 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/E:U
  * CVE-2026-41678 ( SUSE ): 7.4 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:H
  * CVE-2026-41678 ( SUSE ): 8.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N
  * CVE-2026-41681 ( SUSE ): 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
  * CVE-2026-41681 ( SUSE ): 8.2 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
  * CVE-2026-41898 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:L
  * CVE-2026-41898 ( SUSE ): 8.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N
  * CVE-2026-42327 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  * CVE-2026-42327 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
  * CVE-2026-44662 ( SUSE ): 4.8 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L
  * CVE-2026-44662 ( SUSE ): 5.1 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
  * CVE-2026-45784 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  * CVE-2026-45784 ( SUSE ): 5.1 CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Affected Products:

         openSUSE Leap 16.0

-------------------------------------------------------------

An update that solves 8 vulnerabilities and has 9 bug fixes can now be installed.

Description:

This update for rust-keylime fixes the following issues:

Update to version 0.2.9+49.

Security issues fixed:

- CVE-2026-41676: openssl: `Deriver:derive` and `PkeyCtxRef:derive` can overflow short buffers on OpenSSL 1.1.1
  (bsc#1270174).
- CVE-2026-41677: openssl: out-of-bounds read in PEM password callback when returning an oversized length
  (bsc#1270614).
- CVE-2026-41678: openssl: out-of-bounds write due to incorrect bounds assertion in `aes::unwrap_key()` (bsc#1270699).
- CVE-2026-41681: openssl: `MdCtxRef::digest_final()` writes past caller buffer with no length check (bsc#1270792).
- CVE-2026-41898: openssl: unchecked callback-returned length in PSK and cookie generate trampolines can leak adjacent
  memory to the network (bsc#1270842).
- CVE-2026-42327: openssl: undefined behavior in `X509Ref::ocsp_responders` for certificates with non-UTF-8 OCSP URLs
  (bsc#1270523).
- CVE-2026-44662: openssl: heap buffer overflow when encrypting with AES key-wrap-with-padding due to incorrectly sized
  output buffers (bsc#1270903).
- CVE-2026-45784: openssl: out-of-bounds write in `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers due to
  incorrectly sized output buffer (bsc#1270999).

Other updates and bugfixes:

- Update openssl to 0.10.81.
- Make tss-esai-sys depend on bindgen 72.1 to support llvm > 21.
- Build with Clang <= 21 (bsc#1260596).
- Version 0.2.9+49:
  * build(deps): bump uuid from 1.23.3 to 1.23.4
  * build(deps): bump syn from 2.0.117 to 2.0.118
  * build(deps): bump openssl from 0.10.80 to 0.10.81
  * build(deps): bump rand from 0.9.4 to 0.10.1
  * Added new regression test into packit-ci.yaml
  * build(deps): bump actions/checkout from 6 to 7
  * build(deps): bump uuid from 1.23.1 to 1.23.3
  * build(deps): bump log from 0.4.29 to 0.4.32
  * build(deps): bump http from 1.4.0 to 1.4.2
  * build(deps): bump codecov/codecov-action from 6 to 7
  * build(deps): bump retry-policies from 0.5.1 to 0.5.2
  * fix: Remove unused base64::Engine import in context_info tests
  * build(deps): bump reqwest-middleware from 0.5.1 to 0.5.2
  * build(deps): bump serde_json from 1.0.149 to 1.0.150
  * build(deps): bump openssl from 0.10.79 to 0.10.80
  * agent: Hash agent ID before TPM2_Certify qualifying data
  * cargo: Bump tss-esapi, picky-asn1-x509, and picky-asn1-der
  * build(deps): bump openssl from 0.10.78 to 0.10.79
  * build(deps): bump once_cell from 1.21.3 to 1.21.4
  * build(deps): bump tempfile from 3.23.0 to 3.27.0
  * push-model: cache UEFI event log bytes at startup
  * build(deps): bump quote from 1.0.40 to 1.0.45
  * build(deps): bump chrono from 0.4.42 to 0.4.44
  * build(deps): bump openssl from 0.10.73 to 0.10.78
  * build(deps): bump serde_json from 1.0.143 to 1.0.149
  * build(deps): bump syn from 2.0.106 to 2.0.117
  * build(deps): bump libc from 0.2.175 to 0.2.184
  * build(deps): bump rand from 0.9.2 to 0.9.4
- Version 0.2.9+21:
  * tests: use Express-style named params in Mockoon endpoints
  * build(deps): bump pest_derive from 2.8.1 to 2.8.6
  * build(deps): bump trybuild from 1.0.110 to 1.0.115
  * build(deps): bump log from 0.4.28 to 0.4.29
  * build(deps): bump uuid from 1.19.0 to 1.20.0
  * build(deps): bump codecov/codecov-action from 5 to 6
  * build(deps): bump tracing-subscriber from 0.3.20 to 0.3.23
  * build(deps): bump cfg-if from 1.0.3 to 1.0.4
  * build(deps): bump tokio from 1.49.0 to 1.50.0
  * build(deps): bump actix-web from 4.12.1 to 4.13.0
  * build(deps): bump anyhow from 1.0.99 to 1.0.102
  * build(deps): bump clap from 4.5.57 to 4.5.60
  * build(deps): bump tracing from 0.1.36 to 0.1.44


Patch instructions:

   To install this openSUSE security update use the suse recommended installation methods
   like YaST online_update or "zypper patch".
   Alternatively you can run the command listed for your product:

- openSUSE Leap 16.0

   zypper in -t patch openSUSE-Leap-16.0-1190=1

Package List:

- openSUSE Leap 16.0:

  keylime-ima-policy-0.2.9+49-160000.1.1
  rust-keylime-0.2.9+49-160000.1.1

References:

  * https://www.suse.com/security/cve/CVE-2026-41676.html
  * https://www.suse.com/security/cve/CVE-2026-41677.html
  * https://www.suse.com/security/cve/CVE-2026-41678.html
  * https://www.suse.com/security/cve/CVE-2026-41681.html
  * https://www.suse.com/security/cve/CVE-2026-41898.html
  * https://www.suse.com/security/cve/CVE-2026-42327.html
  * https://www.suse.com/security/cve/CVE-2026-44662.html
  * https://www.suse.com/security/cve/CVE-2026-45784.html
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.