Image summary for sles-15-sp4-chost-byos-v20230804-x86-64


SUSE-IU-2023:551-1

Container Advisory IDSUSE-IU-2023:551-1
Container Tagssles-15-sp4-chost-byos-v20230804-x86-64:20230804
Container Release
The following patches have been included in this update:

SUSE-IU-2023:550-1

Container Advisory IDSUSE-IU-2023:550-1
Container Tagssles-15-sp4-chost-byos-v20230804-arm64:20230804
Container Release
The following patches have been included in this update:
Advisory IDSUSE-RU-2023:2800-1
ReleasedMon Jul 10 07:35:22 2023
SummaryRecommended update for openssl-1_1
Typerecommended
Severitymoderate
References1212623
Description:

This update for openssl-1_1 fixes the following issues:


Advisory IDSUSE-RU-2023:2811-1
ReleasedWed Jul 12 11:56:18 2023
SummaryRecommended update for libfido2, python-fido2, yubikey-manager, yubikey-manager-qt
Typerecommended
Severitymoderate
References
Description:

This update for libfido2, python-fido2, yubikey-manager, yubikey-manager-qt fixes the following issues:
This update provides a feature update to the FIDO2 stack.
Changes in libfido2:


* New API calls:
+ fido_assert_empty_allow_list; + fido_cred_empty_exclude_list.
* fido2-token: fix issue when listing large blobs.

* Support for COSE_ES384. * Improved support for FIDO 2.1 authenticators.
* New API calls:
+ es384_pk_free; + es384_pk_from_EC_KEY; + es384_pk_from_EVP_PKEY; + es384_pk_from_ptr; + es384_pk_new; + es384_pk_to_EVP_PKEY; + fido_cbor_info_certs_len; + fido_cbor_info_certs_name_ptr; + fido_cbor_info_certs_value_ptr; + fido_cbor_info_maxrpid_minpinlen; + fido_cbor_info_minpinlen; + fido_cbor_info_new_pin_required; + fido_cbor_info_rk_remaining; + fido_cbor_info_uv_attempts; + fido_cbor_info_uv_modality.
* Documentation and reliability fixes.

* Experimental PCSC support; enable with -DUSE_PCSC. * Improved OpenSSL 3.0 compatibility. * Use RFC1951 raw deflate to compress CTAP 2.1 largeBlobs. * winhello: advertise 'uv' instead of 'clientPin'. * winhello: support hmac-secret in fido_dev_get_assert(). * New API calls:
+ fido_cbor_info_maxlargeblob.
* Documentation and reliability fixes. * Separate build and regress targets.

* bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480. * New API calls:
- fido_dev_info_set; - fido_dev_io_handle; - fido_dev_new_with_info; - fido_dev_open_with_info. * Cygwin and NetBSD build fixes. * Documentation and reliability fixes. * Support for TPM 2.0 attestation of COSE_ES256 credentials.

* Enabled NFC support on Linux. * Support for FIDO 2.1 'minPinLength' extension. * Support for COSE_EDDSA, COSE_ES256, and COSE_RS1 attestation. * Support for TPM 2.0 attestation. * Support for device timeouts; see fido_dev_set_timeout(). * New API calls:
- es256_pk_from_EVP_PKEY; - fido_cred_attstmt_len; - fido_cred_attstmt_ptr; - fido_cred_pin_minlen; - fido_cred_set_attstmt; - fido_cred_set_pin_minlen; - fido_dev_set_pin_minlen_rpid; - fido_dev_set_timeout; - rs256_pk_from_EVP_PKEY.
* Reliability and portability fixes. * Better handling of HID devices without identification strings; gh#381.

* Better support for FIDO 2.1 authenticators. * Support for attestation format 'none'. * New API calls:
- fido_assert_set_clientdata; - fido_cbor_info_algorithm_cose; - fido_cbor_info_algorithm_count; - fido_cbor_info_algorithm_type; - fido_cbor_info_transports_len; - fido_cbor_info_transports_ptr; - fido_cred_set_clientdata; - fido_cred_set_id; - fido_credman_set_dev_rk; - fido_dev_is_winhello.
* fido2-token: new -Sc option to update a resident credential. * Documentation and reliability fixes. * HID access serialisation on Linux.

* hid_win: detect devices with vendor or product IDs > 0x7fff * Support for FIDO 2.1 authenticator configuration. * Support for FIDO 2.1 UV token permissions. * Support for FIDO 2.1 'credBlobs' and 'largeBlobs' extensions. * New API calls * New fido_init flag to disable fido_dev_open’s U2F fallback * Experimental NFC support on Linux.


* Documentation and reliability fixes.
* New API calls:
+ fido_cred_authdata_raw_len; + fido_cred_authdata_raw_ptr; + fido_cred_sigcount; + fido_dev_get_uv_retry_count; + fido_dev_supports_credman. * Hardened Windows build. * Native FreeBSD and NetBSD support. * Use CTAP2 canonical CBOR when combining hmac-secret and credProtect.

Changes in python-fido2:

* Don't fail device discovery when hidraw doesn't support HIDIOCGRAWUNIQ * Support the latest Windows webauthn.h API (included in Windows 11). * Add product name and serial number to HidDescriptors. * Remove the need for the uhid-freebsd dependency on FreeBSD.

* Add new CTAP error codes and improve handling of unknown codes. * Client: API changes to better support extensions. * Client.make_credential now returns a AuthenticatorAttestationResponse, which holds the AttestationObject and ClientData, as well as any client extension results for the credential. * Client.get_assertion now returns an AssertionSelection object, which is used to select between multiple assertions * Renames: The CTAP1 and CTAP2 classes have been renamed to Ctap1 and Ctap2, respectively. * ClientPin: The ClientPin API has been restructured to support multiple PIN protocols, UV tokens, and token permissions. * CTAP 2.1 PRE: Several new features have been added for CTAP 2.1 * HID: The platform specific HID code has been revamped

* Bugfix: WindowsClient.make_credential error when resident key requirement is unspecified.

* New fido2.webauthn classes modeled after the W3C WebAuthn spec introduced. * CTAP2 send_cbor/make_credential/get_assertion and U2fClient request/authenticate timeout arguments replaced with event used to cancel a request. * Fido2Client:
- make_credential/get_assertion now take WebAuthn options objects. - timeout is now provided in ms in WebAuthn options objects. Event based cancelation also available by passing an Event.
* Fido2Server:
- ATTESTATION, USER_VERIFICATION, and AUTHENTICATOR_ATTACHMENT enums have been replaced with fido2.webauthn classes. - RelyingParty has been replaced with PublicKeyCredentialRpEntity, and name is no longer optional. - Options returned by register_begin/authenticate_begin now omit unspecified values if they are optional, instead of filling in default values. - Fido2Server.allowed_algorithms now contains a list of PublicKeyCredentialParameters instead of algorithm identifiers. - Fido2Server.timeout is now in ms and of type int.
* Support native WebAuthn API on Windows through WindowsClient.

* Support for the TPM attestation format. * Allow passing custom challenges to register/authenticate in Fido2Server. * Bugfix: CTAP2 CANCEL command response handling fixed. * Bugfix: Fido2Client fix handling of empty allow_list. * Bugfix: Fix typo in CTAP2.get_assertions() causing it to fail.

* Enforce canonical CBOR on Authenticator responses by default. * PCSC: Support extended APDUs. * Server: Verify that UP flag is set. * U2FFido2Server: Implement AppID exclusion extension. * U2FFido2Server: Allow custom U2F facet verification. * Bugfix: U2FFido2Server.authenticate_complete now returns the result.

* Add support for NFC devices using PCSC. * Add support for the hmac-secret Authenticator extension. * Honor max credential ID length and number of credentials to Authenticator. * Add close() method to CTAP devices to explicitly release their resources.

* Don't fail if CTAP2 Info contains unknown fields. * Replace cbor loads/dumps functions with encode/decode/decode_from. * Server: Add support for AuthenticatorAttachment. * Server: Add support for more key algorithms. * Client: Expose CTAP2 Info object as Fido2Client.info.
Changes in yubikey-manager:

* Dependency: Add support for python-fido2 1.x * Fix: Drop stated support for Click 6 as features from 7 are being used.

* Bugfix: Fix error message for invalid modhex when programing a YubiOTP credential. * Bugfix: Fix issue with displaying a Steam credential when it is the only account. * Bugfix: Prevent installation of files in site-packages root. * Bugfix: Fix cleanup logic in PIV for protected management key. * Add support for token identifier when programming slot-based HOTP. * Add support for programming NDEF in text mode. * Dependency: Add support for Cryptography ⇐ 38.

** Bugfix release: Fix broken naming for 'YubiKey 4', and a small OATH issue with touch Steam credentials.

** Improve handling of YubiKey device reboots. ** More consistently mask PIN/password input in prompts. ** Support switching mode over CCID for YubiKey Edge. ** Run pkill from PATH instead of fixed location.

** Bugfix: Fix PIV feature detection for some YubiKey NEO versions. ** Bugfix: Fix argument short form for --period when adding TOTP credentials. ** Bugfix: More strict validation for some arguments, resulting in better error messages. ** Bugfix: Correctly handle TOTP credentials using period != 30 AND touch_required. ** Bugfix: Fix prompting for access code in the otp settings command (now uses '-A -').

* Add support for fido reset over NFC. * Bugfix: The --touch argument to piv change-management-key was ignored. * Bugfix: Don’t prompt for password when importing PIV key/cert if file is invalid. * Bugfix: Fix setting touch-eject/auto-eject for YubiKey 4 and NEO. * Bugfix: Detect PKCS#12 format when outer sequence uses indefinite length. * Dependency: Add support for Click 8.

* Update device names * Add read_info output to the --diagnose command, and show exception types. * Bugfix: Fix read_info for YubiKey Plus. * Add support for YK5-based FIPS YubiKeys. * Bugfix: Fix OTP device enumeration on Win32. * Drop reliance on libusb and libykpersonalize. * Support the 'fido' and 'otp' subcommands over NFC * New 'ykman --diagnose' command to aid in troubleshooting. * New 'ykman apdu' command for sending raw APDUs over the smart card interface. * New 'yubikit' package added for custom development and advanced scripting. * OpenPGP: Add support for KDF enabled YubiKeys. * Static password: Add support for FR, IT, UK and BEPO keyboard layouts.

* Add support for YubiKey 5C NFC * OpenPGP: set-touch now performs compatibility checks before prompting for PIN * OpenPGP: Improve error messages and documentation for set-touch * PIV: read-object command no longer adds a trailing newline * CLI: Hint at missing permissions when opening a device fails * Linux: Improve error handling when pcscd is not running * Windows: Improve how .DLL files are loaded, thanks to Marius Gabriel Mihai for reporting this! * Bugfix: set-touch now accepts the cached-fixed option * Bugfix: Fix crash in OtpController.prepare_upload_key() error parsing * Bugfix: Fix crash in piv info command when a certificate slot contains an invalid certificate * Library: PivController.read_certificate(slot) now wraps certificate parsing exceptions in new exception type InvalidCertificate * Library: PivController.list_certificates() now returns None for slots containing invalid certificate, instead of raising an exception

* Add support for YubiKey 5Ci * OpenPGP: the info command now prints OpenPGP specification version as well * OpenPGP: Update support for attestation to match OpenPGP v3.4 * PIV: Use UTC time for self-signed certificates * OTP: Static password now supports the Norman keyboard layout

* Add support for new YubiKey Preview and lightning form factor * FIDO: Support for credential management * OpenPGP: Support for OpenPGP attestation, cardholder certificates and cached touch policies * OTP: Add flag for using numeric keypad when sending digits

* OTP: Add initial support for uploading Yubico OTP credentials to YubiCloud * Don’t automatically select the U2F applet on YubiKey NEO, it might be blocked by the OS * ChalResp: Always pad challenge correctly * Bugfix: Don’t crash with older versions of cryptography * Bugfix: Password was always prompted in OATH command, even if sent as argument
Changes in yubikey-manager-qt:

* Compatibility update for ykman 5.0.1. * Update to Python 3.11. * Update product images.

* Update device names and images. * PIV: Fix import of certificate.

* Improved error handling when using Security Key Series devices. * PIV: Fix generation of certificate in slot 9c.

* Fix detection of YubiKey Plus * Compatibility update for yubikey-manager 4.0 * Bugfix: Device caching with multiple devices * Drop dependencies on libusb and libykpers. * Add additional product names and images

* Add support for YubiKey 5C NFC

* OTP: Add option to upload YubiOTP credential to YubiCloud * Linux: Show hint about pcscd service if opening device fails * Bugfix: Signal handling now compatible with Python 3.8

* Add suppport for YubiKey 5Ci * PIV: Use UTC time for self-signed certificates

* Add support for new YubiKey Preview * PIV: The popup for the management key now have a 'Use default' option * Windows: Fix issue with importing PIV certificates * Bugfix: generate static password now works correctly


Advisory IDSUSE-SU-2023:2820-1
ReleasedThu Jul 13 11:20:27 2023
SummarySecurity update for the Linux Kernel
Typesecurity
Severityimportant
References1065729,1152472,1152489,1160435,1187829,1189998,1194869,1205758,1208410,1208600,1209039,1209367,1210335,1211299,1211346,1211387,1211410,1211449,1211796,1211852,1212051,1212129,1212154,1212155,1212158,1212265,1212350,1212448,1212494,1212495,1212504,1212513,1212540,1212561,1212563,1212564,1212584,1212592,1212603,1212605,1212606,1212619,1212701,1212741,1212835,1212838,1212842,1212861,1212869,1212892,CVE-2023-1077,CVE-2023-1249,CVE-2023-1829,CVE-2023-21102,CVE-2023-3090,CVE-2023-3111,CVE-2023-3141,CVE-2023-3161,CVE-2023-3212,CVE-2023-3357,CVE-2023-3358,CVE-2023-3389,CVE-2023-35788,CVE-2023-35823,CVE-2023-35828,CVE-2023-35829
Description:


The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:


The following non-security bugs were fixed:


Advisory IDSUSE-RU-2023:2827-1
ReleasedFri Jul 14 11:27:42 2023
SummaryRecommended update for libxml2
Typerecommended
Severitymoderate
References
Description:

This update for libxml2 fixes the following issues:


Advisory IDSUSE-RU-2023:2847-1
ReleasedMon Jul 17 08:40:42 2023
SummaryRecommended update for audit
Typerecommended
Severitymoderate
References1210004
Description:

This update for audit fixes the following issues:


Advisory IDSUSE-RU-2023:2855-1
ReleasedMon Jul 17 16:35:21 2023
SummaryRecommended update for openldap2
Typerecommended
Severitymoderate
References1212260
Description:

This update for openldap2 fixes the following issues:


Advisory IDSUSE-SU-2023:2877-1
ReleasedWed Jul 19 09:43:42 2023
SummarySecurity update for dbus-1
Typesecurity
Severitymoderate
References1212126,CVE-2023-34969
Description:

This update for dbus-1 fixes the following issues:


Advisory IDSUSE-SU-2023:2882-1
ReleasedWed Jul 19 11:49:39 2023
SummarySecurity update for perl
Typesecurity
Severityimportant
References1210999,CVE-2023-31484
Description:

This update for perl fixes the following issues:

- CVE-2023-31484: Enable TLS cert verification in CPAN (bsc#1210999).


Advisory IDSUSE-RU-2023:2885-1
ReleasedWed Jul 19 16:58:43 2023
SummaryRecommended update for glibc
Typerecommended
Severitymoderate
References1208721,1209229,1211828
Description:

This update for glibc fixes the following issues:


Advisory IDSUSE-SU-2023:2891-1
ReleasedWed Jul 19 21:14:33 2023
SummarySecurity update for curl
Typesecurity
Severitymoderate
References1213237,CVE-2023-32001
Description:

This update for curl fixes the following issues:


Advisory IDSUSE-RU-2023:2893-1
ReleasedThu Jul 20 06:44:05 2023
SummaryRecommended update for wicked
Typerecommended
Severitymoderate
References1194557,1203300,1206447,1206674,1206798,1211026
Description:

This update for wicked fixes the following issues:


Advisory IDSUSE-RU-2023:2918-1
ReleasedThu Jul 20 12:00:17 2023
SummaryRecommended update for gpgme
Typerecommended
Severitymoderate
References1089497
Description:

This update for gpgme fixes the following issues:
gpgme:

libassuan:


Advisory IDSUSE-RU-2023:2922-1
ReleasedThu Jul 20 18:34:03 2023
SummaryRecommended update for libfido2
Typerecommended
Severitymoderate
References
Description:

This update for libfido2 fixes the following issues:


Advisory IDSUSE-SU-2023:2930-1
ReleasedFri Jul 21 10:09:57 2023
SummarySecurity update for samba
Typesecurity
Severityimportant
References1213171,1213172,1213173,1213174,1213384,CVE-2022-2127,CVE-2023-34966,CVE-2023-34967,CVE-2023-34968
Description:

This update for samba fixes the following issues:
- CVE-2022-2127: Fixed issue where lm_resp_len was not checked properly in winbindd_pam_auth_crap_send (bsc#1213174). - CVE-2023-34966: Fixed samba spotlight mdssvc RPC Request Infinite Loop Denial-of-Service Vulnerability (bsc#1213173). - CVE-2023-34967: Fixed samba spotlight mdssvc RPC Request Type Confusion Denial-of-Service Vulnerability (bsc#1213172). - CVE-2023-34968: Fixed spotlight server-side Share Path Disclosure (bsc#1213171).

Bugfixes:
- Fixed trust relationship failure (bsc#1213384).


Advisory IDSUSE-SU-2023:2945-1
ReleasedMon Jul 24 09:37:30 2023
SummarySecurity update for openssh
Typesecurity
Severityimportant
References1186673,1209536,1213004,1213008,1213504,CVE-2023-38408
Description:

This update for openssh fixes the following issues:




Advisory IDSUSE-SU-2023:2962-1
ReleasedTue Jul 25 09:34:53 2023
SummarySecurity update for openssl-1_1
Typesecurity
Severitymoderate
References1213487,CVE-2023-3446
Description:

This update for openssl-1_1 fixes the following issues:


Advisory IDSUSE-RU-2023:2994-1
ReleasedThu Jul 27 06:45:29 2023
SummaryRecommended update for nfs-utils
Typerecommended
Severitymoderate
References1157881,1200710,1209859
Description:

This update for nfs-utils fixes the following issues:


Advisory IDSUSE-RU-2023:3118-1
ReleasedWed Aug 2 05:57:56 2023
SummaryRecommended update for hwinfo
Typerecommended
Severitymoderate
References1212756
Description:

This update for hwinfo fixes the following issues:


Advisory IDSUSE-RU-2023:3170-1
ReleasedThu Aug 3 08:02:27 2023
SummaryRecommended update for perl-Bootloader
Typerecommended
Severitymoderate
References1201399,1208003,1210799
Description:

This update for perl-Bootloader fixes the following issues:


Advisory IDSUSE-SU-2023:3171-1
ReleasedThu Aug 3 08:33:37 2023
SummarySecurity update for the Linux Kernel
Typesecurity
Severityimportant
References1150305,1193629,1194869,1207894,1208788,1210565,1210584,1210853,1211243,1211811,1211867,1212301,1212846,1212905,1213010,1213011,1213012,1213013,1213014,1213015,1213016,1213017,1213018,1213019,1213020,1213021,1213024,1213025,1213032,1213034,1213035,1213036,1213037,1213038,1213039,1213040,1213041,1213059,1213061,1213087,1213088,1213089,1213090,1213092,1213093,1213094,1213095,1213096,1213098,1213099,1213100,1213102,1213103,1213104,1213105,1213106,1213107,1213108,1213109,1213110,1213111,1213112,1213113,1213114,1213134,1213245,1213247,1213252,1213258,1213259,1213263,1213264,1213286,1213523,1213524,1213543,1213705,CVE-2023-20593,CVE-2023-2985,CVE-2023-3117,CVE-2023-31248,CVE-2023-3390,CVE-2023-35001,CVE-2023-3812
Description:


The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:



The following non-security bugs were fixed:


Advisory IDSUSE-RU-2023:3197-1
ReleasedFri Aug 4 10:04:10 2023
SummaryRecommended update for google-guest-agent, google-guest-configs, google-osconfig-agent
Typerecommended
Severitymoderate
References1212418,1212759
Description:

This update for google-guest-agent, google-guest-configs, google-osconfig-agent fixes the following issues:


Advisory IDSUSE-RU-2023:3199-1
ReleasedFri Aug 4 11:51:27 2023
SummaryRecommended update for libnvme, nvme-cli
Typerecommended
Severityimportant
References1124564,1212598,1213527,1213618,1213644,1213686
Description:

This update for libnvme, nvme-cli fixes the following issues:


SUSE-IU-2023:477-1

Container Advisory IDSUSE-IU-2023:477-1
Container Tagssles-15-sp4-chost-byos-v20230704-x86-64:20230704
Container Release
The following patches have been included in this update:

SUSE-IU-2023:476-1

Container Advisory IDSUSE-IU-2023:476-1
Container Tagssles-15-sp4-chost-byos-v20230704-arm64:20230704
Container Release
The following patches have been included in this update:
Advisory IDSUSE-RU-2023:2482-1
ReleasedMon Jun 12 07:19:53 2023
SummaryRecommended update for systemd-rpm-macros
Typerecommended
Severitymoderate
References1211272
Description:

This update for systemd-rpm-macros fixes the following issues:


Advisory IDSUSE-SU-2023:2484-1
ReleasedMon Jun 12 08:49:58 2023
SummarySecurity update for openldap2
Typesecurity
Severitymoderate
References1211795,CVE-2023-2953
Description:

This update for openldap2 fixes the following issues:


Advisory IDSUSE-RU-2023:2495-1
ReleasedTue Jun 13 15:05:27 2023
SummaryRecommended update for libzypp
Typerecommended
Severityimportant
References1211661,1212187
Description:

This update for libzypp fixes the following issues:


Advisory IDSUSE-SU-2023:2517-1
ReleasedThu Jun 15 07:09:52 2023
SummarySecurity update for python3
Typesecurity
Severitymoderate
References1203750,1211158,CVE-2007-4559
Description:

This update for python3 fixes the following issues:



Advisory IDSUSE-RU-2023:2519-1
ReleasedThu Jun 15 08:25:19 2023
SummaryRecommended update for supportutils
Typerecommended
Severitymoderate
References1203818
Description:

This update for supportutils fixes the following issues:
- Added missed sanitation check on crash.txt (bsc#1203818) - Added check to _sanitize_file - Using variable for replement text in _sanitize_file


Advisory IDSUSE-RU-2023:2550-1
ReleasedMon Jun 19 17:51:21 2023
SummaryRecommended update for autoyast2, libsolv, libyui, libzypp, yast2-pkg-bindings
Typerecommended
Severitymoderate
References1191112,1198097,1199020,1202234,1209565,1210591,1211354,1212187,1212189
Description:


This update for autoyast2, libsolv, libyui, libzypp, yast2-pkg-bindings ships the update stack to the INSTALLER self-update channel.
yast2-pkg-bindings:


autoyast2:

libyui:


Advisory IDSUSE-SU-2023:2571-1
ReleasedWed Jun 21 13:26:09 2023
SummarySecurity update for Salt
Typesecurity
Severitymoderate
References1207071,1209233,1211612,1211754,1212516,1212517
Description:

This update for salt fixes the following issues:
salt:

python-jmespath:
  • Deliver python3-jmespath to SUSE Linux Enterprise Micro on s390x architecture as it is now required by Salt (no source changes)
  • python-ply:
  • Deliver python3-ply to SUSE Linux Enterprise Micro on s390x architecture as it is a requirement for python-jmespath (no source changes)

  • Advisory IDSUSE-SU-2023:2616-1
    ReleasedThu Jun 22 16:47:50 2023
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1212230,CVE-2023-34241
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2023:2625-1
    ReleasedFri Jun 23 17:16:11 2023
    SummaryRecommended update for gcc12
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for gcc12 fixes the following issues:


    * includes regression and other bug fixes


    Advisory IDSUSE-RU-2023:2632-1
    ReleasedMon Jun 26 12:16:31 2023
    SummaryRecommended update for suseconnect-ng
    Typerecommended
    Severitymoderate
    References1211588
    Description:

    This update for suseconnect-ng fixes the following issues:


    Advisory IDSUSE-SU-2023:2640-1
    ReleasedMon Jun 26 15:09:10 2023
    SummarySecurity update for vim
    Typesecurity
    Severitymoderate
    References1210996,1211256,1211257,CVE-2023-2426,CVE-2023-2609,CVE-2023-2610
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-SU-2023:2648-1
    ReleasedTue Jun 27 09:52:35 2023
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severitymoderate
    References1201627,1207534,CVE-2022-4304
    Description:

    This update for openssl-1_1 fixes the following issues:



    Advisory IDSUSE-RU-2023:2649-1
    ReleasedTue Jun 27 10:01:13 2023
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-SU-2023:2653-1
    ReleasedTue Jun 27 12:08:18 2023
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1065729,1172073,1191731,1193629,1195655,1195921,1203906,1205650,1205756,1205758,1205760,1205762,1205803,1206024,1206578,1207553,1208604,1208758,1209287,1209288,1209856,1209982,1210165,1210294,1210449,1210450,1210498,1210533,1210551,1210647,1210741,1210775,1210783,1210791,1210806,1210940,1210947,1211037,1211043,1211044,1211089,1211105,1211113,1211131,1211205,1211263,1211280,1211281,1211449,1211465,1211519,1211564,1211590,1211592,1211686,1211687,1211688,1211689,1211690,1211691,1211692,1211693,1211714,1211796,1211804,1211807,1211808,1211847,1211855,1211960,CVE-2022-4269,CVE-2022-45884,CVE-2022-45885,CVE-2022-45886,CVE-2022-45887,CVE-2022-45919,CVE-2023-1079,CVE-2023-1380,CVE-2023-1382,CVE-2023-2002,CVE-2023-2124,CVE-2023-2156,CVE-2023-2162,CVE-2023-2269,CVE-2023-2483,CVE-2023-2513,CVE-2023-28410,CVE-2023-3006,CVE-2023-30456,CVE-2023-31084,CVE-2023-31436,CVE-2023-32233,CVE-2023-33288
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.

    The following security bugs were fixed:



    The following non-security bugs were fixed:


    Advisory IDSUSE-RU-2023:2658-1
    ReleasedTue Jun 27 14:46:15 2023
    SummaryRecommended update for containerd, docker, runc
    Typerecommended
    Severitymoderate
    References1207004,1208074,1210298,1211578
    Description:

    This update for containerd, docker, runc fixes the following issues:


    Advisory IDSUSE-SU-2023:2667-1
    ReleasedWed Jun 28 09:14:31 2023
    SummarySecurity update for bind
    Typesecurity
    Severityimportant
    References1212544,1212567,CVE-2023-2828,CVE-2023-2911
    Description:

    This update for bind fixes the following issues:
    Update to release 9.16.42
    Security Fixes:


    Bug Fixes:

    Update to release 9.16.41
    Bug Fixes:

    Update to release 9.16.40
    Bug Fixes:

    Update to release 9.16.39
    Feature Changes:


    Bug Fixes:


    Advisory IDSUSE-RU-2023:2742-1
    ReleasedFri Jun 30 11:40:59 2023
    SummaryRecommended update for autoyast2, libzypp, yast2-pkg-bindings, yast2-update, zypper
    Typerecommended
    Severitymoderate
    References1202234,1209565,1211261,1212187,1212222
    Description:

    This update for yast2-pkg-bindings fixes the following issues:
    libzypp was updated to version 17.31.14 (22):


    zypper was updated to version 1.14.61:

    yast2-pkg-bindings, autoyast:

    yast2-update:


    Advisory IDSUSE-RU-2023:2761-1
    ReleasedMon Jul 3 15:16:44 2023
    SummaryRecommended update for libjansson
    Typerecommended
    Severitymoderate
    References1201817
    Description:

    This update for libjansson fixes the following issues:


    Advisory IDSUSE-SU-2023:2765-1
    ReleasedMon Jul 3 20:28:14 2023
    SummarySecurity update for libcap
    Typesecurity
    Severitymoderate
    References1211418,1211419,CVE-2023-2602,CVE-2023-2603
    Description:

    This update for libcap fixes the following issues:


    Advisory IDSUSE-RU-2023:2767-1
    ReleasedMon Jul 3 21:22:32 2023
    SummaryRecommended update for dracut
    Typerecommended
    Severitymoderate
    References1212662
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-RU-2023:2772-1
    ReleasedTue Jul 4 09:54:23 2023
    SummaryRecommended update for libzypp, zypper
    Typerecommended
    Severitymoderate
    References1211261,1212187,1212222
    Description:

    This update for libzypp, zypper fixes the following issues:
    libzypp was updated to version 17.31.14 (22):


    zypper was updated to version 1.14.61:


    SUSE-IU-2023:339-1

    Container Advisory IDSUSE-IU-2023:339-1
    Container Tagssles-15-sp4-chost-byos-v20230606-x86-64:20230606
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2023:338-1

    Container Advisory IDSUSE-IU-2023:338-1
    Container Tagssles-15-sp4-chost-byos-v20230606-arm64:20230606
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-feature-2023:2192-1
    ReleasedFri May 12 12:49:02 2023
    SummaryFeature update for python311, python311-pip, python311-setuptools
    Typefeature
    Severitymoderate
    References
    Description:

    This release of python311, python311-pip, python311-setuptools adds the following feature:


    Advisory IDSUSE-RU-2023:2216-1
    ReleasedTue May 16 11:27:50 2023
    SummaryRecommended update for python-packaging
    Typerecommended
    Severityimportant
    References1186870,1199282
    Description:

    This update for python-packaging fixes the following issues:









    Advisory IDSUSE-SU-2023:2224-1
    ReleasedWed May 17 09:53:54 2023
    SummarySecurity update for curl
    Typesecurity
    Severityimportant
    References1211230,1211231,1211232,1211233,CVE-2023-28319,CVE-2023-28320,CVE-2023-28321,CVE-2023-28322
    Description:

    This update for curl adds the following feature:
    Update to version 8.0.1 (jsc#PED-2580)


    Advisory IDSUSE-RU-2023:2237-1
    ReleasedWed May 17 17:10:07 2023
    SummaryRecommended update for vim
    Typerecommended
    Severitymoderate
    References1211144
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-RU-2023:2240-1
    ReleasedWed May 17 19:56:54 2023
    SummaryRecommended update for systemd
    Typerecommended
    Severitymoderate
    References1203141,1207410
    Description:

    This update for systemd fixes the following issues:


    Advisory IDSUSE-RU-2023:2245-1
    ReleasedThu May 18 17:01:47 2023
    SummaryRecommended update for libzypp, zypper
    Typerecommended
    Severitymoderate
    References1127591,1195633,1208329,1209406,1210870
    Description:

    This update for libzypp, zypper fixes the following issues:


    Advisory IDSUSE-SU-2023:2254-1
    ReleasedFri May 19 15:20:23 2023
    SummarySecurity update for containerd
    Typesecurity
    Severityimportant
    References1210298
    Description:

    This update for containerd fixes the following issues:


    Advisory IDSUSE-SU-2023:2256-1
    ReleasedFri May 19 15:26:43 2023
    SummarySecurity update for runc
    Typesecurity
    Severityimportant
    References1200441
    Description:


    This update of runc fixes the following issues:


    Advisory IDSUSE-RU-2023:2276-1
    ReleasedWed May 24 07:54:42 2023
    SummaryRecommended update for grub2
    Typerecommended
    Severitymoderate
    References1204563,1208581
    Description:

    This update for grub2 fixes the following issues:



    Advisory IDSUSE-RU-2023:2279-1
    ReleasedWed May 24 07:57:53 2023
    SummaryRecommended update for dracut
    Typerecommended
    Severitymoderate
    References1204478,1210640
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-RU-2023:2307-1
    ReleasedMon May 29 10:29:49 2023
    SummaryRecommended update for kbd
    Typerecommended
    Severitylow
    References1210702
    Description:

    This update for kbd fixes the following issue:


    Advisory IDSUSE-SU-2023:2313-1
    ReleasedTue May 30 09:29:25 2023
    SummarySecurity update for c-ares
    Typesecurity
    Severityimportant
    References1211604,1211605,1211606,1211607,CVE-2023-31124,CVE-2023-31130,CVE-2023-31147,CVE-2023-32067
    Description:

    This update for c-ares fixes the following issues:
    Update to version 1.19.1:


    Advisory IDSUSE-RU-2023:2317-1
    ReleasedTue May 30 14:01:22 2023
    SummaryRecommended update for util-linux
    Typerecommended
    Severitymoderate
    References1210164
    Description:

    This update for util-linux fixes the following issue:


    Advisory IDSUSE-RU-2023:2333-1
    ReleasedWed May 31 09:01:28 2023
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1210593
    Description:

    This update for zlib fixes the following issue:


    Advisory IDSUSE-RU-2023:2341-1
    ReleasedThu Jun 1 11:31:27 2023
    SummaryRecommended update for libsigc++2
    Typerecommended
    Severitymoderate
    References1209094,1209140
    Description:

    This update for libsigc++2 fixes the following issues:


    Advisory IDSUSE-SU-2023:2342-1
    ReleasedThu Jun 1 11:34:20 2023
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severityimportant
    References1211430,CVE-2023-2650
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-SU-2023:2347-1
    ReleasedThu Jun 1 14:33:10 2023
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1211643,CVE-2023-32324
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2023:2355-1
    ReleasedFri Jun 2 12:48:25 2023
    SummaryRecommended update for librelp
    Typerecommended
    Severitymoderate
    References1210649
    Description:

    This update for librelp fixes the following issues:


    Advisory IDSUSE-RU-2023:2363-1
    ReleasedMon Jun 5 09:21:36 2023
    SummaryRecommended update for libnvme, nvme-cli
    Typerecommended
    Severitymoderate
    References1209131,1209550,1209669,1209905,1210089,1210105
    Description:

    This update for libnvme, nvme-cli fixes the following issues:


    Advisory IDSUSE-RU-2023:2366-1
    ReleasedMon Jun 5 09:23:08 2023
    SummaryRecommended update for xen
    Typerecommended
    Severitymoderate
    References1027519,1209237,1209245
    Description:

    This update for xen fixes the following issues:





    Advisory IDSUSE-RU-2023:2430-1
    ReleasedTue Jun 6 22:55:28 2023
    SummaryRecommended update for supportutils-plugin-suse-public-cloud
    Typerecommended
    Severitycritical
    References
    Description:

    This update for supportutils-plugin-suse-public-cloud fixes the following issues:
    - This update will be delivered to SLE Micro. (SMO-219)


    SUSE-IU-2023:320-1

    Container Advisory IDSUSE-IU-2023:320-1
    Container Tagssles-15-sp4-chost-byos-v20230510-x86-64:20230510
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2023:319-1

    Container Advisory IDSUSE-IU-2023:319-1
    Container Tagssles-15-sp4-chost-byos-v20230510-arm64:20230510
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2023:1805-1
    ReleasedTue Apr 11 10:12:41 2023
    SummaryRecommended update for timezone
    Typerecommended
    Severityimportant
    References
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2023:1809-1
    ReleasedTue Apr 11 11:47:44 2023
    SummaryRecommended update for haveged
    Typerecommended
    Severitymoderate
    References1203079
    Description:

    This update for haveged fixes the following issues:


    Advisory IDSUSE-RU-2023:1810-1
    ReleasedTue Apr 11 12:06:13 2023
    SummaryRecommended update for cups
    Typerecommended
    Severitymoderate
    References1191467,1191525,1198932,1200321,1201234,1203446
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-SU-2023:1827-1
    ReleasedThu Apr 13 10:18:16 2023
    SummarySecurity update for containerd
    Typesecurity
    Severitymoderate
    References1208423,1208426,CVE-2023-25153,CVE-2023-25173
    Description:

    This update for containerd fixes the following issues:
    Update to containerd v1.6.19:
    Security fixes:


    Advisory IDSUSE-RU-2023:1880-1
    ReleasedTue Apr 18 11:11:27 2023
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitylow
    References1208079
    Description:

    This update for systemd-rpm-macros fixes the following issue:


    Advisory IDSUSE-RU-2023:1882-1
    ReleasedTue Apr 18 11:13:49 2023
    SummaryRecommended update for makedumpfile
    Typerecommended
    Severitymoderate
    References1201209
    Description:

    This update for makedumpfile fixes the following issues:


    Advisory IDSUSE-RU-2023:1885-1
    ReleasedTue Apr 18 11:15:17 2023
    SummaryRecommended update for dracut
    Typerecommended
    Severitymoderate
    References1206195,1206439
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-SU-2023:1897-1
    ReleasedTue Apr 18 11:59:49 2023
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1065729,1109158,1189998,1193629,1194869,1203200,1206552,1207168,1207185,1207574,1208602,1208815,1208829,1208902,1209052,1209118,1209256,1209290,1209292,1209366,1209532,1209547,1209556,1209572,1209600,1209634,1209635,1209636,1209681,1209684,1209687,1209779,1209788,1209798,1209799,1209804,1209805,1210050,1210203,CVE-2017-5753,CVE-2022-4744,CVE-2023-0394,CVE-2023-1281,CVE-2023-1513,CVE-2023-1582,CVE-2023-1611,CVE-2023-1637,CVE-2023-1652,CVE-2023-1838,CVE-2023-23001,CVE-2023-28327,CVE-2023-28464,CVE-2023-28466
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.
    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2023:1911-1
    ReleasedWed Apr 19 13:02:33 2023
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severitymoderate
    References1209873,1209878,CVE-2023-0465,CVE-2023-0466
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2023:1915-1
    ReleasedWed Apr 19 16:17:38 2023
    SummaryRecommended update for kexec-tools
    Typerecommended
    Severitymoderate
    References1202820
    Description:

    This update for kexec-tools fixes the following issues:


    Advisory IDSUSE-RU-2023:1916-1
    ReleasedWed Apr 19 16:17:58 2023
    SummaryRecommended update for sles-release
    Typerecommended
    Severitylow
    References1208529
    Description:

    This update for sles-release fixes the following issue:


    Advisory IDSUSE-RU-2023:1920-1
    ReleasedWed Apr 19 16:22:58 2023
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-SU-2023:1947-1
    ReleasedFri Apr 21 14:14:41 2023
    SummarySecurity update for dmidecode
    Typesecurity
    Severitymoderate
    References1210418,CVE-2023-30630
    Description:

    This update for dmidecode fixes the following issues:


    Advisory IDSUSE-RU-2023:1963-1
    ReleasedMon Apr 24 15:03:10 2023
    SummaryRecommended update for grub2
    Typerecommended
    Severitymoderate
    References1187810,1189036,1207064,1209165,1209234,1209372,1209667
    Description:

    This update for grub2 fixes the following issues:


    Advisory IDSUSE-SU-2023:1994-1
    ReleasedTue Apr 25 13:53:25 2023
    SummarySecurity update for avahi
    Typesecurity
    Severitymoderate
    References1210328,CVE-2023-1981
    Description:

    This update for avahi fixes the following issues:


    Advisory IDSUSE-SU-2023:2003-1
    ReleasedTue Apr 25 18:05:42 2023
    SummarySecurity update for runc
    Typesecurity
    Severityimportant
    References1168481,1208962,1209884,1209888,CVE-2023-25809,CVE-2023-27561,CVE-2023-28642
    Description:

    This update for runc fixes the following issues:
    Update to runc v1.1.5:
    Security fixes:


    Other fixes:
    - Fix the inability to use `/dev/null` when inside a container. - Fix changing the ownership of host's `/dev/null` caused by fd redirection (bsc#1168481). - Fix rare runc exec/enter unshare error on older kernels. - nsexec: Check for errors in `write_log()`. - Drop version-specific Go requirement.


    Advisory IDSUSE-RU-2023:2040-1
    ReleasedWed Apr 26 11:44:03 2023
    SummaryRecommended update for suseconnect-ng
    Typerecommended
    Severitymoderate
    References1202705,1207876
    Description:

    This update for suseconnect-ng fixes the following issues:


    Advisory IDSUSE-SU-2023:2053-1
    ReleasedThu Apr 27 11:31:08 2023
    SummarySecurity update for libxml2
    Typesecurity
    Severitymoderate
    References1209918,1210411,1210412,CVE-2023-28484,CVE-2023-29469
    Description:

    This update for libxml2 fixes the following issues:


    The following non-security bug was fixed:


    Advisory IDSUSE-SU-2023:2060-1
    ReleasedThu Apr 27 17:04:25 2023
    SummarySecurity update for glib2
    Typesecurity
    Severitymoderate
    References1209713,1209714,1210135,CVE-2023-24593,CVE-2023-25180
    Description:

    This update for glib2 fixes the following issues:


    The following non-security bug was fixed:


    Advisory IDSUSE-SU-2023:2066-1
    ReleasedFri Apr 28 13:54:17 2023
    SummarySecurity update for shadow
    Typesecurity
    Severitymoderate
    References1210507,CVE-2023-29383
    Description:

    This update for shadow fixes the following issues:


    Advisory IDSUSE-SU-2023:2084-1
    ReleasedTue May 2 13:31:52 2023
    SummarySecurity update for shim
    Typesecurity
    Severityimportant
    References1210382,CVE-2022-28737
    Description:

    This update for shim fixes the following issues:



    After closing Leap-gap project since Leap 15.3, openSUSE Leap direct uses shim from SLE. So the ca_string is 'SUSE Linux Enterprise Secure Boot CA1', not 'openSUSE Secure Boot CA1'. It causes that the update_boot=no, so all files in /boot/efi/EFI/boot are not updated.
    Logic was added that is using ID field in os-release for checking Leap distro and set ca_string to 'SUSE Linux Enterprise Secure Boot CA1'. Then /boot/efi/EFI/boot/* can also be updated.


    Advisory IDSUSE-SU-2023:2103-1
    ReleasedThu May 4 20:05:44 2023
    SummarySecurity update for vim
    Typesecurity
    Severitymoderate
    References1208828,1209042,1209187,CVE-2023-1127,CVE-2023-1264,CVE-2023-1355
    Description:

    This update for vim fixes the following issues:
    Updated to version 9.0 with patch level 1443, fixes the following security problems


    Advisory IDSUSE-RU-2023:2104-1
    ReleasedThu May 4 21:05:30 2023
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1209122
    Description:

    This update for procps fixes the following issue:


    Advisory IDSUSE-SU-2023:2111-1
    ReleasedFri May 5 14:34:00 2023
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1210434,CVE-2023-29491
    Description:

    This update for ncurses fixes the following issues:


    Advisory IDSUSE-RU-2023:2131-1
    ReleasedTue May 9 13:35:24 2023
    SummaryRecommended update for openssh
    Typerecommended
    Severityimportant
    References1207014
    Description:

    This update for openssh fixes the following issues:


    Advisory IDSUSE-RU-2023:2133-1
    ReleasedTue May 9 13:37:10 2023
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1206513
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-SU-2023:2135-1
    ReleasedTue May 9 13:38:11 2023
    SummarySecurity update for libfastjson
    Typesecurity
    Severityimportant
    References1171479,CVE-2020-12762
    Description:

    This update for libfastjson fixes the following issues:


    Advisory IDSUSE-SU-2023:2140-1
    ReleasedTue May 9 14:28:34 2023
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1142685,1155798,1174777,1189999,1194869,1203039,1203325,1204042,1206649,1206891,1206992,1207088,1208076,1208822,1208845,1209615,1209693,1209739,1209871,1209927,1209999,1210034,1210158,1210202,1210206,1210301,1210329,1210336,1210337,1210439,1210453,1210454,1210469,1210499,1210506,1210629,1210630,1210725,1210729,1210762,1210763,1210764,1210765,1210766,1210767,1210768,1210769,1210770,1210771,1210793,1210816,1210817,1210827,1210943,1210953,1210986,1211025,CVE-2022-2196,CVE-2023-0386,CVE-2023-1670,CVE-2023-1855,CVE-2023-1989,CVE-2023-1990,CVE-2023-1998,CVE-2023-2008,CVE-2023-2019,CVE-2023-2176,CVE-2023-2235,CVE-2023-23006,CVE-2023-30772
    Description:

    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.

    The following security bugs were fixed:


    The following non-security bugs were fixed:

    kernel-default-base changed:


    Advisory IDSUSE-RU-2023:2166-1
    ReleasedWed May 10 20:18:51 2023
    SummaryRecommended update for supportutils-plugin-suse-public-cloud
    Typerecommended
    Severitymoderate
    References1209026
    Description:

    This update for supportutils-plugin-suse-public-cloud fixes the following issues:


    SUSE-IU-2023:222-1

    Container Advisory IDSUSE-IU-2023:222-1
    Container Tagssles-15-sp4-chost-byos-v20230410-x86-64:20230410
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2023:221-1

    Container Advisory IDSUSE-IU-2023:221-1
    Container Tagssles-15-sp4-chost-byos-v20230410-arm64:20230410
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-SU-2022:2633-1
    ReleasedWed Aug 3 10:33:50 2022
    SummarySecurity update for mokutil
    Typesecurity
    Severitymoderate
    References1198458
    Description:

    This update for mokutil fixes the following issues:


    New options added (see manpage):


    To list the current SBAT revocations.


    Advisory IDSUSE-RU-2023:713-1
    ReleasedMon Mar 13 10:25:04 2023
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for suse-build-key fixes the following issues:
    This update provides multiple new 4096 RSA keys for SUSE Linux Enterprise 15, SUSE Manager 4.2/4.3, Storage 7.1, SUSE Registry) that we will switch to mid of 2023. (jsc#PED-2777)


    Advisory IDSUSE-RU-2023:714-1
    ReleasedMon Mar 13 10:53:25 2023
    SummaryRecommended update for rpm
    Typerecommended
    Severityimportant
    References1207294
    Description:

    This update for rpm fixes the following issues:


    Advisory IDSUSE-RU-2023:743-1
    ReleasedWed Mar 15 11:18:23 2023
    SummaryRecommended update for gnutls
    Typerecommended
    Severitymoderate
    References1209001
    Description:

    This update for gnutls fixes the following issues:
    FIPS: Establish PBKDF2 additional requirements [bsc#1209001]


    Advisory IDSUSE-RU-2023:776-1
    ReleasedThu Mar 16 17:29:23 2023
    SummaryRecommended update for gcc12
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for gcc12 fixes the following issues:
    This update ships gcc12 also to the SUSE Linux Enterprise 15 SP1 LTSS and 15 SP2 LTSS products.
    SUSE Linux Enterprise 15 SP3 and SP4 get only refreshed builds without changes

    This update ship the GCC 12 compiler suite and its base libraries.
    The compiler baselibraries are provided for all SUSE Linux Enterprise 15 versions and replace the same named GCC 11 ones.
    The new compilers for C, C++, and Fortran are provided in the SUSE Linux Enterprise Module for Development Tools.
    To use gcc12 compilers use:


    For a full changelog with all new GCC12 features, check out
    https://gcc.gnu.org/gcc-12/changes.html


    Advisory IDSUSE-SU-2023:781-1
    ReleasedThu Mar 16 19:07:00 2023
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1207780,1208828,1208957,1208959,CVE-2023-0512,CVE-2023-1127,CVE-2023-1170,CVE-2023-1175
    Description:

    This update for vim fixes the following issues:


    Updated to version 9.0 with patch level 1386.


    Advisory IDSUSE-RU-2023:782-1
    ReleasedThu Mar 16 19:08:34 2023
    SummaryRecommended update for libgcrypt
    Typerecommended
    Severitymoderate
    References1208924,1208925,1208926
    Description:

    This update for libgcrypt fixes the following issues:


    Advisory IDSUSE-RU-2023:783-1
    ReleasedThu Mar 16 19:09:03 2023
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1208998
    Description:

    This update for openssl-1_1 fixes the following issues:
    FIPS: Service-level indicator changes [bsc#1208998]


    Advisory IDSUSE-RU-2023:785-1
    ReleasedThu Mar 16 19:34:43 2023
    SummaryRecommended update for grub2
    Typerecommended
    Severitymoderate
    References1205200,1205554
    Description:

    This update for grub2 fixes the following issues:


    Advisory IDSUSE-RU-2023:788-1
    ReleasedThu Mar 16 19:37:59 2023
    SummaryRecommended update for libsolv, libzypp, zypper
    Typerecommended
    Severityimportant
    References1178233,1203248,1203249,1203715,1204548,1204956,1205570,1205636,1206949
    Description:

    This update for libsolv, libzypp, zypper fixes the following issues:
    libsolv:


    libzypp:


    zypper:


    Advisory IDSUSE-RU-2023:790-1
    ReleasedFri Mar 17 05:20:00 2023
    SummaryRecommended update for kexec-tools
    Typerecommended
    Severityimportant
    References1203410
    Description:

    This update for kexec-tools fixes the following issues:


    Advisory IDSUSE-SU-2023:795-1
    ReleasedFri Mar 17 09:13:12 2023
    SummarySecurity update for docker
    Typesecurity
    Severitymoderate
    References1205375,1206065,CVE-2022-36109
    Description:


    This update for docker fixes the following issues:
    Docker was updated to 20.10.23-ce.
    See upstream changelog at https://docs.docker.com/engine/release-notes/#201023
    Docker was updated to 20.10.21-ce (bsc#1206065)
    See upstream changelog at https://docs.docker.com/engine/release-notes/#201021
    Security issues fixed:



    Advisory IDSUSE-SU-2023:848-1
    ReleasedTue Mar 21 13:28:38 2023
    SummarySecurity update for xen
    Typesecurity
    Severityimportant
    References1209017,1209018,1209019,1209188,CVE-2022-42331,CVE-2022-42332,CVE-2022-42333,CVE-2022-42334
    Description:

    This update for xen fixes the following issues:


    Advisory IDSUSE-SU-2023:868-1
    ReleasedWed Mar 22 09:41:01 2023
    SummarySecurity update for python3
    Typesecurity
    Severityimportant
    References1203355,1208471,CVE-2023-24329
    Description:

    This update for python3 fixes the following issues:


    The following non-security bug was fixed:


    Advisory IDSUSE-SU-2023:1582-1
    ReleasedMon Mar 27 10:31:52 2023
    SummarySecurity update for curl
    Typesecurity
    Severitymoderate
    References1209209,1209210,1209211,1209212,1209214,CVE-2023-27533,CVE-2023-27534,CVE-2023-27535,CVE-2023-27536,CVE-2023-27538
    Description:

    This update for curl fixes the following issues:


    Advisory IDSUSE-RU-2023:1586-1
    ReleasedMon Mar 27 13:02:52 2023
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1200710,1203746,1206781,1207022,1207843
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-SU-2023:1628-1
    ReleasedTue Mar 28 12:28:51 2023
    SummarySecurity update for containerd
    Typesecurity
    Severityimportant
    References1206235,CVE-2022-23471
    Description:

    This update for containerd fixes the following issues:



    Advisory IDSUSE-RU-2023:1636-1
    ReleasedTue Mar 28 13:26:02 2023
    SummaryRecommended update for suse-module-tools
    Typerecommended
    Severitymoderate
    References1207853
    Description:

    This update for suse-module-tools fixes the following issues:


    Advisory IDSUSE-SU-2023:1665-1
    ReleasedWed Mar 29 12:55:13 2023
    SummarySecurity update for sudo
    Typesecurity
    Severitymoderate
    References1203201,1206483,1206772,1208595,1209361,1209362,CVE-2023-27320,CVE-2023-28486,CVE-2023-28487
    Description:

    This update for sudo fixes the following issue:
    Security issues:


    Bug fixes:


    Advisory IDSUSE-RU-2023:1670-1
    ReleasedWed Mar 29 13:47:50 2023
    SummaryRecommended update for cpupower
    Typerecommended
    Severitymoderate
    References1202890
    Description:

    This update for cpupower fixes the following issues:


    Advisory IDSUSE-SU-2023:1688-1
    ReleasedWed Mar 29 18:19:10 2023
    SummarySecurity update for zstd
    Typesecurity
    Severitymoderate
    References1209533,CVE-2022-4899
    Description:

    This update for zstd fixes the following issues:


    Advisory IDSUSE-SU-2023:1689-1
    ReleasedWed Mar 29 18:34:08 2023
    SummarySecurity update for ldb, samba
    Typesecurity
    Severityimportant
    References1201490,1207416,1207723,1207996,1209481,1209483,1209485,CVE-2022-32746,CVE-2023-0225,CVE-2023-0614,CVE-2023-0922
    Description:

    This update for ldb, samba fixes the following issues:
    ldb:


    samba:

    The following non-security bug were fixed:


    Advisory IDSUSE-RU-2023:1697-1
    ReleasedThu Mar 30 11:37:19 2023
    SummaryRecommended update for bind
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for bind fixes the following issues:

    delayed cleaning of view memory.
  • The speed of the message digest algorithms (MD5, SHA-1, SHA-2) and of NSEC3 hashing has been improved.
  • Building BIND 9 failed when the --enable-dnsrps switch for ./configure was used. (jsc#SLE-24600)
  • Updated keyring and signature

  • Advisory IDSUSE-SU-2023:1702-1
    ReleasedThu Mar 30 15:23:23 2023
    SummarySecurity update for shim
    Typesecurity
    Severityimportant
    References1185232,1185261,1185441,1185621,1187071,1187260,1193282,1198458,1201066,1202120,1205588,CVE-2022-28737
    Description:

    This update for shim fixes the following issues:




    Update to 15.7 (bsc#1198458) (jsc#PED-127):

    Other fixes:


    Update to 15.6 (bsc#1198458):

    Update to 15.5 (bsc#1198458):





    - Updated dbx-cert.tar.xz and vendor-dbx-sles.bin for adding SLES-UEFI-SIGN-Certificate-2021-05.crt to vendor dbx list. - Updated dbx-cert.tar.xz and vendor-dbx-opensuse.bin for adding openSUSE-UEFI-SIGN-Certificate-2021-05.crt to vendor dbx list. - Updated vendor-dbx.bin for adding SLES-UEFI-SIGN-Certificate-2021-05.crt and openSUSE-UEFI-SIGN-Certificate-2021-05.crt for testing environment. - Updated generate-vendor-dbx.sh script for generating a vendor-dbx.bin file which includes all .der for testing environment.


    Advisory IDSUSE-SU-2023:1710-1
    ReleasedFri Mar 31 13:21:39 2023
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1166486,1177529,1193629,1197534,1197617,1198438,1202353,1202633,1203200,1203331,1203332,1204363,1204993,1205544,1205846,1206103,1206224,1206232,1206459,1206492,1206493,1206640,1206824,1206876,1206877,1206878,1206880,1206881,1206882,1206883,1206884,1206885,1206886,1206889,1206894,1206935,1207051,1207270,1207328,1207529,1207560,1207588,1207589,1207590,1207591,1207592,1207593,1207594,1207603,1207605,1207606,1207607,1207608,1207609,1207610,1207613,1207615,1207617,1207618,1207619,1207620,1207621,1207623,1207624,1207625,1207626,1207628,1207630,1207631,1207632,1207634,1207635,1207636,1207638,1207639,1207641,1207642,1207643,1207644,1207645,1207646,1207647,1207648,1207651,1207653,1207770,1207773,1207845,1207875,1208149,1208153,1208179,1208183,1208212,1208290,1208420,1208428,1208429,1208449,1208534,1208541,1208570,1208598,1208599,1208601,1208603,1208605,1208607,1208628,1208700,1208741,1208759,1208776,1208777,1208784,1208787,1208816,1208837,1208843,1208848,1209008,1209159,1209188,1209256,1209258,1209262,1209291,1209436,1209457,1209504,CVE-2022-3523,CVE-2022-36280,CVE-2022-38096,CVE-2023-0045,CVE-2023-0461,CVE-2023-0597,CVE-2023-1075,CVE-2023-1076,CVE-2023-1078,CVE-2023-1095,CVE-2023-1118,CVE-2023-22995,CVE-2023-22998,CVE-2023-23000,CVE-2023-23004,CVE-2023-23559,CVE-2023-25012,CVE-2023-26545,CVE-2023-28328
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2023:1717-1
    ReleasedFri Mar 31 15:18:35 2023
    SummarySecurity update for grub2
    Typesecurity
    Severitymoderate
    References1209188
    Description:


    This update of grub2 fixes the following issues:


    Advisory IDSUSE-SU-2023:1718-1
    ReleasedFri Mar 31 15:47:34 2023
    SummarySecurity update for glibc
    Typesecurity
    Severitymoderate
    References1207571,1207957,1207975,1208358,CVE-2023-0687
    Description:

    This update for glibc fixes the following issues:
    Security issue fixed:


    Other issues fixed:


    Advisory IDSUSE-RU-2023:1735-1
    ReleasedMon Apr 3 12:34:01 2023
    SummaryRecommended update for nvme-cli
    Typerecommended
    Severityimportant
    References1186689,1207435,1208001,1208075,1209550,1209564
    Description:

    This update for nvme-cli fixes the following issues:


    Advisory IDSUSE-SU-2023:1745-1
    ReleasedTue Apr 4 09:05:23 2023
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severitymoderate
    References1209624,CVE-2023-0464
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2023:1753-1
    ReleasedTue Apr 4 11:55:00 2023
    SummaryRecommended update for systemd-presets-common-SUSE
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for systemd-presets-common-SUSE fixes the following issue:


    Advisory IDSUSE-RU-2023:1779-1
    ReleasedThu Apr 6 08:16:58 2023
    SummaryRecommended update for systemd
    Typerecommended
    Severitymoderate
    References1208432
    Description:

    This update for systemd fixes the following issues:


    SUSE-IU-2023:157-1

    Container Advisory IDSUSE-IU-2023:157-1
    Container Tagssles-15-sp4-chost-byos-v20230310-x86-64:20230310
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2023:156-1

    Container Advisory IDSUSE-IU-2023:156-1
    Container Tagssles-15-sp4-chost-byos-v20230310-arm64:20230310
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2018:2022-1
    ReleasedWed Sep 26 09:48:09 2018
    SummaryRecommended update for SUSE Manager Client Tools
    Typerecommended
    Severitymoderate
    References1103388,1104120,1106523
    Description:

    This update fixes the following issues:
    hwdata:


    spacewalk-backend:


    Advisory IDSUSE-RU-2019:1022-1
    ReleasedWed Apr 24 13:46:51 2019
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1121410
    Description:

    This update for hwdata fixes the following issues:
    Update to version 0.320 (bsc#1121410):


    Advisory IDSUSE-RU-2020:1261-1
    ReleasedTue May 12 18:40:18 2020
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1168806
    Description:

    This update for hwdata fixes the following issues:
    Update from version 0.320 to version 0.324 (bsc#1168806)


    Advisory IDSUSE-RU-2021:421-1
    ReleasedWed Feb 10 12:05:23 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitylow
    References1180422,1180482
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2021:880-1
    ReleasedFri Mar 19 04:14:38 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitylow
    References1170160,1182482
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2021:1478-1
    ReleasedTue May 4 14:05:38 2021
    SummaryRecommended update for libhugetlbfs
    Typerecommended
    Severitymoderate
    References1184123
    Description:

    This update for libhugetlbfs fixes the following issues:


    Advisory IDSUSE-RU-2021:1950-1
    ReleasedThu Jun 10 14:42:00 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1170160,1182482,1185697
    Description:

    This update for hwdata fixes the following issues:



    Advisory IDSUSE-RU-2021:2447-1
    ReleasedThu Jul 22 08:26:29 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1186749,1187948
    Description:

    This update for hwdata fixes the following issue:


    Advisory IDSUSE-RU-2021:2973-1
    ReleasedTue Sep 7 16:56:08 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1190091
    Description:

    This update for hwdata fixes the following issue:


    Advisory IDSUSE-RU-2021:3832-1
    ReleasedWed Dec 1 14:51:19 2021
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1191375
    Description:

    This update for hwdata fixes the following issue:


    Advisory IDSUSE-RU-2022:100-1
    ReleasedTue Jan 18 05:20:03 2022
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1194338
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2022:1204-1
    ReleasedThu Apr 14 12:15:55 2022
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References1196332
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2022:1703-1
    ReleasedTue May 17 12:13:36 2022
    SummaryRecommended update for hwdata
    Typerecommended
    Severityimportant
    References1196332
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2022:2711-1
    ReleasedTue Aug 9 12:35:23 2022
    SummaryRecommended update for libnvme, nvme-cli
    Typerecommended
    Severitymoderate
    References1199503,1199504,1199956,1199990,1199994,1200044
    Description:

    This update for libnvme, nvme-cli fixes the following issues:



    Advisory IDSUSE-RU-2022:3135-1
    ReleasedWed Sep 7 08:39:31 2022
    SummaryRecommended update for hwdata
    Typerecommended
    Severitylow
    References1200110
    Description:

    This update for hwdata fixes the following issue:


    Advisory IDSUSE-RU-2022:4047-1
    ReleasedThu Nov 17 14:03:05 2022
    SummaryRecommended update for nvme-cli
    Typerecommended
    Severitymoderate
    References1186399,1201701
    Description:

    This update for nvme-cli fixes the following issues:


    Advisory IDSUSE-RU-2022:4049-1
    ReleasedThu Nov 17 14:04:02 2022
    SummaryRecommended update for libnvme
    Typerecommended
    Severitymoderate
    References1201501,1201700,1201701,1201717
    Description:

    This update for libnvme fixes the following issues:


    Advisory IDSUSE-RU-2022:4063-1
    ReleasedFri Nov 18 09:07:50 2022
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-RU-2022:4382-1
    ReleasedFri Dec 9 04:00:36 2022
    SummaryRecommended update for libnvme
    Typerecommended
    Severityimportant
    References1200089,1203163,1203204,1205019
    Description:

    This update for libnvme fixes the following issues:
    libnvme:


    nvme-cli:


    Advisory IDSUSE-RU-2023:18-1
    ReleasedTue Jan 3 12:22:32 2023
    SummaryRecommended update for libnvme, nvme-cli, nvme-stas
    Typerecommended
    Severityimportant
    References1204975,1205657,1205873
    Description:

    This update for libnvme, nvme-cli and nvme-stas fixes the following issues:
    libnvme, nvme-cli:


    nvme-stas:


    Advisory IDSUSE-RU-2023:46-1
    ReleasedMon Jan 9 10:35:21 2023
    SummaryRecommended update for hwdata
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for hwdata fixes the following issues:


    Advisory IDSUSE-SU-2023:429-1
    ReleasedWed Feb 15 17:41:22 2023
    SummarySecurity update for curl
    Typesecurity
    Severityimportant
    References1207990,1207991,1207992,CVE-2023-23914,CVE-2023-23915,CVE-2023-23916
    Description:

    This update for curl fixes the following issues:


    Advisory IDSUSE-SU-2023:433-1
    ReleasedThu Feb 16 08:42:45 2023
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1065729,1185861,1185863,1186449,1191256,1192868,1193629,1194869,1195175,1195655,1196058,1199701,1204063,1204356,1204662,1205495,1206006,1206036,1206056,1206057,1206258,1206363,1206459,1206616,1206677,1206784,1207010,1207034,1207036,1207050,1207125,1207134,1207149,1207158,1207184,1207186,1207190,1207237,1207263,1207269,1207497,1207500,1207501,1207506,1207507,1207734,1207769,1207795,1207842,1207878,1207933,CVE-2020-24588,CVE-2022-4382,CVE-2022-47929,CVE-2023-0122,CVE-2023-0179,CVE-2023-0266,CVE-2023-0590,CVE-2023-23454,CVE-2023-23455
    Description:

    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.

    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-RU-2023:439-1
    ReleasedThu Feb 16 13:09:30 2023
    SummaryRecommended update for dracut
    Typerecommended
    Severitymoderate
    References1069169,1186056,1204929,1205175
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-SU-2023:463-1
    ReleasedMon Feb 20 16:33:39 2023
    SummarySecurity update for tar
    Typesecurity
    Severitymoderate
    References1202436,1207753,CVE-2022-48303
    Description:

    This update for tar fixes the following issues:


    Bug fixes:


    Advisory IDSUSE-RU-2023:464-1
    ReleasedMon Feb 20 18:11:37 2023
    SummaryRecommended update for systemd
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for systemd fixes the following issues:


    Advisory IDSUSE-SU-2023:475-1
    ReleasedWed Feb 22 10:49:14 2023
    SummarySecurity update for gnutls
    Typesecurity
    Severitymoderate
    References1207183,1208143,1208146,CVE-2023-0361
    Description:

    This update for gnutls fixes the following issues:



    Advisory IDSUSE-RU-2023:477-1
    ReleasedWed Feb 22 14:00:53 2023
    SummaryRecommended update for google-guest-configs
    Typerecommended
    Severitymoderate
    References1195437,1195438,1204068,1204091
    Description:

    This update for google-guest-configs fixes the following issues:




    Advisory IDSUSE-SU-2023:486-1
    ReleasedThu Feb 23 10:38:13 2023
    SummarySecurity update for c-ares
    Typesecurity
    Severityimportant
    References1208067,CVE-2022-4904
    Description:

    This update for c-ares fixes the following issues:
    Updated to version 1.19.0:
    - CVE-2022-4904: Fixed missing string length check in config_sortlist() (bsc#1208067).


    Advisory IDSUSE-SU-2023:549-1
    ReleasedMon Feb 27 17:35:07 2023
    SummarySecurity update for python3
    Typesecurity
    Severitymoderate
    References1205244,1208443,CVE-2022-45061
    Description:

    This update for python3 fixes the following issues:
    - CVE-2022-45061: Fixed DoS when IDNA decodes extremely long domain names (bsc#1205244).
    Bugfixes:
    - Fixed issue where email.generator.py replaces a non-existent header (bsc#1208443).


    Advisory IDSUSE-RU-2023:563-1
    ReleasedTue Feb 28 10:51:46 2023
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1207994
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2023:588-1
    ReleasedWed Mar 1 14:19:35 2023
    SummaryRecommended update for kdump
    Typerecommended
    Severitymoderate
    References1186745,1196335
    Description:

    This update for kdump fixes the following issues:


    Advisory IDSUSE-SU-2023:600-1
    ReleasedThu Mar 2 14:52:36 2023
    SummarySecurity update for google-guest-agent
    Typesecurity
    Severityimportant
    References1191468,1195391,1195838,1208723,CVE-2021-38297,CVE-2022-23806
    Description:

    This update for google-guest-agent fixes the following issues:
    Updated to version 20230222.00 and bumped go API version to 1.18 to address the following (bsc#1208723):
    - CVE-2021-38297: Fixed data overwrite when passing large arguments to GOARCH=wasm GOOS=js (bsc#1191468). - CVE-2022-23806: Fixed Curve.IsOnCurve to incorrectly return true (bsc#1195838).
    Bugfixes:
    - Avoid bashism in post-install scripts (bsc#1195391).


    Advisory IDSUSE-SU-2023:602-1
    ReleasedThu Mar 2 14:53:51 2023
    SummarySecurity update for google-osconfig-agent
    Typesecurity
    Severityimportant
    References1191468,1195838,1208723,CVE-2021-38297,CVE-2022-23806
    Description:

    This update for google-osconfig-agent fixes the following issues:
    Updated to version 20230222.00 and bumped go API version to 1.18 to address the following (bsc#1208723):
    - CVE-2021-38297: Fixed data overwrite when passing large arguments to GOARCH=wasm GOOS=js (bsc#1191468). - CVE-2022-23806: Fixed Curve.IsOnCurve to incorrectly return true (bsc#1195838).


    Advisory IDSUSE-RU-2023:617-1
    ReleasedFri Mar 3 16:49:06 2023
    SummaryRecommended update for jitterentropy
    Typerecommended
    Severitymoderate
    References1207789
    Description:

    This update for jitterentropy fixes the following issues:


    Advisory IDSUSE-RU-2023:626-1
    ReleasedMon Mar 6 11:24:15 2023
    SummaryRecommended update for libnvme
    Typerecommended
    Severityimportant
    References1207159
    Description:

    This update for libnvme fixes the following issues:


    Advisory IDSUSE-RU-2023:632-1
    ReleasedMon Mar 6 20:33:59 2023
    SummaryRecommended update for gnutls
    Typerecommended
    Severitymoderate
    References1207183,1208237
    Description:

    This update for gnutls fixes the following issues:


    Advisory IDSUSE-SU-2023:692-1
    ReleasedThu Mar 9 16:06:04 2023
    SummarySecurity update for xen
    Typesecurity
    Severitymoderate
    References1027519,1205792,1208286,CVE-2022-27672
    Description:

    This update for xen fixes the following issues:
    - CVE-2022-27672: Fixed speculative execution vulnerability due to RAS being dynamically partitioned between non-idle threads (bsc#1208286).
    Bugfixes: - Fixed launch-xenstore error (bsc#1205792) - Fixed issues in VMX (bsc#1027519).


    Advisory IDSUSE-RU-2023:709-1
    ReleasedFri Mar 10 16:04:41 2023
    SummaryRecommended update for console-setup
    Typerecommended
    Severitymoderate
    References1202853
    Description:

    This update for console-setup and kbd fixes the following issue:


    SUSE-IU-2023:140-1

    Container Advisory IDSUSE-IU-2023:140-1
    Container Tagssles-15-sp4-chost-byos-v20230210-x86-64:20230210
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2023:139-1

    Container Advisory IDSUSE-IU-2023:139-1
    Container Tagssles-15-sp4-chost-byos-v20230210-arm64:20230210
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-SU-2023:114-1
    ReleasedFri Jan 20 10:22:57 2023
    SummarySecurity update for sudo
    Typesecurity
    Severityimportant
    References1207082,CVE-2023-22809
    Description:

    This update for sudo fixes the following issues:


    Advisory IDSUSE-feature-2023:142-1
    ReleasedThu Jan 26 06:40:15 2023
    SummaryFeature update for bind
    Typefeature
    Severitymoderate
    References
    Description:

    This update for bind fixes the following issues:
    Version update from 9.16.33 to 9.16.35 (jsc#SLE-24801, jsc#SLE-24600)




    Advisory IDSUSE-SU-2023:149-1
    ReleasedThu Jan 26 10:18:30 2023
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1065729,1187428,1188605,1190969,1191259,1193629,1199294,1201068,1203219,1203740,1203829,1204614,1204652,1204760,1204911,1204989,1205257,1205263,1205485,1205496,1205601,1205695,1206073,1206098,1206101,1206188,1206209,1206273,1206344,1206389,1206390,1206391,1206393,1206394,1206395,1206396,1206397,1206398,1206399,1206456,1206468,1206515,1206536,1206554,1206602,1206619,1206664,1206703,1206794,1206896,1206912,1207016,CVE-2022-3104,CVE-2022-3105,CVE-2022-3106,CVE-2022-3107,CVE-2022-3108,CVE-2022-3111,CVE-2022-3112,CVE-2022-3113,CVE-2022-3114,CVE-2022-3115,CVE-2022-3344,CVE-2022-3564,CVE-2022-4379,CVE-2022-4662,CVE-2022-47520
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.
    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2023:159-1
    ReleasedThu Jan 26 18:21:56 2023
    SummarySecurity update for python-setuptools
    Typesecurity
    Severitymoderate
    References1206667,CVE-2022-40897
    Description:

    This update for python-setuptools fixes the following issues:


    Advisory IDSUSE-SU-2023:160-1
    ReleasedThu Jan 26 18:22:30 2023
    SummarySecurity update for samba
    Typesecurity
    Severityimportant
    References1200102,1201490,1201492,1201493,1201495,1201496,1201689,1204254,1205126,1205385,1205386,1206504,1206546,CVE-2021-20251,CVE-2022-2031,CVE-2022-32742,CVE-2022-32744,CVE-2022-32745,CVE-2022-32746,CVE-2022-3437,CVE-2022-37966,CVE-2022-37967,CVE-2022-38023,CVE-2022-42898
    Description:

    This update for samba fixes the following issues:







    Other fixes:


    Advisory IDSUSE-SU-2023:169-1
    ReleasedThu Jan 26 18:29:53 2023
    SummarySecurity update for xen
    Typesecurity
    Severityimportant
    References1027519,1205209,CVE-2022-23824
    Description:

    This update for xen fixes the following issues:


    Non-security fixes:


    Advisory IDSUSE-RU-2023:175-1
    ReleasedThu Jan 26 20:53:51 2023
    SummaryRecommended update for gnutls
    Typerecommended
    Severitymoderate
    References1207183,1207346
    Description:

    This update for gnutls fixes the following issues:


    Advisory IDSUSE-RU-2023:177-1
    ReleasedThu Jan 26 20:57:35 2023
    SummaryRecommended update for util-linux
    Typerecommended
    Severitymoderate
    References1194038,1205646
    Description:

    This update for util-linux fixes the following issues:


    Advisory IDSUSE-RU-2023:178-1
    ReleasedThu Jan 26 20:58:21 2023
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1207182
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2023:179-1
    ReleasedThu Jan 26 21:54:30 2023
    SummaryRecommended update for tar
    Typerecommended
    Severitylow
    References1202436
    Description:

    This update for tar fixes the following issue:


    Advisory IDSUSE-RU-2023:181-1
    ReleasedThu Jan 26 21:55:43 2023
    SummaryRecommended update for procps
    Typerecommended
    Severitylow
    References1206412
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2023:188-1
    ReleasedFri Jan 27 12:07:19 2023
    SummaryRecommended update for zlib
    Typerecommended
    Severityimportant
    References1203652
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-SU-2023:201-1
    ReleasedFri Jan 27 15:24:15 2023
    SummarySecurity update for systemd
    Typesecurity
    Severitymoderate
    References1204944,1205000,1207264,CVE-2022-4415
    Description:

    This update for systemd fixes the following issues:


    Non-security fixes:


    Advisory IDSUSE-SU-2023:211-1
    ReleasedMon Jan 30 17:26:10 2023
    SummarySecurity update for vim
    Typesecurity
    Severitymoderate
    References1206866,1206867,1206868,1207162,1207396,CVE-2023-0049,CVE-2023-0051,CVE-2023-0054,CVE-2023-0288,CVE-2023-0433
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-SU-2023:311-1
    ReleasedTue Feb 7 17:36:32 2023
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severityimportant
    References1207533,1207534,1207536,1207538,CVE-2022-4304,CVE-2022-4450,CVE-2023-0215,CVE-2023-0286
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2023:334-1
    ReleasedThu Feb 9 13:49:43 2023
    SummaryRecommended update for google-osconfig-agent
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for google-osconfig-agent fixes the following issues: - Provide the latest version for SLE-15-SP4 too.


    Advisory IDSUSE-SU-2023:341-1
    ReleasedFri Feb 10 10:04:35 2023
    SummarySecurity update for bind
    Typesecurity
    Severityimportant
    References1207471,1207473,1207475,CVE-2022-3094,CVE-2022-3736,CVE-2022-3924
    Description:

    This update for bind fixes the following issues:


    Advisory IDSUSE-SU-2023:348-1
    ReleasedFri Feb 10 15:08:41 2023
    SummarySecurity update for less
    Typesecurity
    Severitymoderate
    References1207815,CVE-2022-46663
    Description:

    This update for less fixes the following issues:
    - CVE-2022-46663: Fixed denial-of-service by printing specially crafted escape sequences to the terminal (bsc#1207815).


    Advisory IDSUSE-RU-2023:349-1
    ReleasedFri Feb 10 15:09:03 2023
    SummaryRecommended update for hwinfo
    Typerecommended
    Severitymoderate
    References1204294
    Description:

    This update for hwinfo fixes the following issues:


    SUSE-IU-2023:6-1

    Container Advisory IDSUSE-IU-2023:6-1
    Container Tagssles-15-sp4-chost-byos-v20230111-x86-64:20230111
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2023:5-1

    Container Advisory IDSUSE-IU-2023:5-1
    Container Tagssles-15-sp4-chost-byos-v20230111-arm64:20230111
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-SU-2022:4585-1
    ReleasedTue Dec 20 12:52:24 2022
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1065729,1156395,1164051,1184350,1189297,1190256,1193629,1194869,1202341,1203183,1203391,1203511,1203960,1204228,1204405,1204414,1204631,1204636,1204693,1204780,1204810,1204850,1205007,1205100,1205111,1205113,1205128,1205130,1205149,1205153,1205220,1205264,1205282,1205331,1205332,1205427,1205428,1205473,1205507,1205514,1205521,1205567,1205616,1205617,1205653,1205671,1205679,1205683,1205700,1205705,1205709,1205711,1205744,1205764,1205796,1205882,1205993,1206035,1206036,1206037,1206045,1206046,1206047,1206048,1206049,1206050,1206051,1206056,1206057,1206113,1206114,1206147,1206149,1206207,CVE-2022-2602,CVE-2022-3176,CVE-2022-3566,CVE-2022-3567,CVE-2022-3635,CVE-2022-3643,CVE-2022-3707,CVE-2022-3903,CVE-2022-4095,CVE-2022-4129,CVE-2022-4139,CVE-2022-41850,CVE-2022-41858,CVE-2022-42328,CVE-2022-42329,CVE-2022-42895,CVE-2022-42896,CVE-2022-4378,CVE-2022-43945,CVE-2022-45869,CVE-2022-45888,CVE-2022-45934
    Description:

    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.

    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2022:4597-1
    ReleasedWed Dec 21 10:13:11 2022
    SummarySecurity update for curl
    Typesecurity
    Severityimportant
    References1206308,1206309,CVE-2022-43551,CVE-2022-43552
    Description:

    This update for curl fixes the following issues:


    Advisory IDSUSE-feature-2022:4601-1
    ReleasedWed Dec 21 12:23:59 2022
    SummaryFeature update for GNOME 41
    Typefeature
    Severitymoderate
    References1175622,1179584,1188882,1196205,1200581,1203274,1204867,944832
    Description:

    This update for GNOME 41 fixes the following issues:
    atkmm1_6:


    eog:

    evince:

    evolution: evolution-data-center:

    folks:

    gcr:

    geocode-glib:

    gjs:


    glib2:


    gnome-control-center:

    gnome-desktop:

    gnome-music:

    gnome-remote-desktop:

    gnome-session:
    gnome-shell:
    gnome-software:


    gnome-terminal:

    gnome-user-docs:

    gspell:

    gtkmm3:

    gtk-vnc:

    gupnp-av:
    gvfs:

    libgsf:

    libmediaart:

    libnma:

    libnotify:

    libpeas:

    librsvg:

    libsecret:

    mutter:

    nautilus:

    orca:

    python-cairo:

    python-gobject:

    trackers-python:

    vala:

    xdg-desktop-portal-gnome:


    Advisory IDSUSE-RU-2022:4618-1
    ReleasedFri Dec 23 13:02:31 2022
    SummaryRecommended update for catatonit
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for catatonit fixes the following issues:
    Update to catatonit v0.1.7:


    Update to catatonit v0.1.6:


    Advisory IDSUSE-SU-2022:4628-1
    ReleasedWed Dec 28 09:23:13 2022
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1206337,CVE-2022-46908
    Description:

    This update for sqlite3 fixes the following issues:


    Advisory IDSUSE-SU-2022:4629-1
    ReleasedWed Dec 28 09:24:07 2022
    SummarySecurity update for systemd
    Typesecurity
    Severityimportant
    References1200723,1205000,CVE-2022-4415
    Description:

    This update for systemd fixes the following issues:


    Bug fixes:


    Advisory IDSUSE-SU-2022:4631-1
    ReleasedWed Dec 28 09:29:15 2022
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1204779,1205797,1206028,1206071,1206072,1206075,1206077,CVE-2022-3491,CVE-2022-3520,CVE-2022-3591,CVE-2022-3705,CVE-2022-4141,CVE-2022-4292,CVE-2022-4293
    Description:

    This update for vim fixes the following issues:
    Updated to version 9.0.1040:


    Advisory IDSUSE-RU-2023:25-1
    ReleasedThu Jan 5 09:51:41 2023
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:
    Version update from 2022f to 2022g (bsc#1177460):


    Advisory IDSUSE-SU-2023:37-1
    ReleasedFri Jan 6 15:35:49 2023
    SummarySecurity update for ca-certificates-mozilla
    Typesecurity
    Severityimportant
    References1206212,1206622
    Description:

    This update for ca-certificates-mozilla fixes the following issues:


    Advisory IDSUSE-RU-2023:41-1
    ReleasedMon Jan 9 10:23:07 2023
    SummaryRecommended update for kdump
    Typerecommended
    Severityimportant
    References1144337,1191410,1204000,1204743
    Description:

    This update for kdump fixes the following issues:


    Advisory IDSUSE-RU-2023:45-1
    ReleasedMon Jan 9 10:32:26 2023
    SummaryRecommended update for libxml2
    Typerecommended
    Severitymoderate
    References1204585
    Description:

    This update for libxml2 fixes the following issues:


    Advisory IDSUSE-RU-2023:48-1
    ReleasedMon Jan 9 10:37:54 2023
    SummaryRecommended update for libtirpc
    Typerecommended
    Severitymoderate
    References1199467
    Description:

    This update for libtirpc fixes the following issues:


    Advisory IDSUSE-RU-2023:50-1
    ReleasedMon Jan 9 10:42:21 2023
    SummaryRecommended update for shadow
    Typerecommended
    Severitymoderate
    References1205502
    Description:

    This update for shadow fixes the following issues:


    Advisory IDSUSE-RU-2023:51-1
    ReleasedMon Jan 9 10:42:58 2023
    SummaryRecommended update for suse-module-tools
    Typerecommended
    Severitymoderate
    References1195391,1200107,1203092,1204423
    Description:

    This update for suse-module-tools fixes the following issues:


    Advisory IDSUSE-RU-2023:52-1
    ReleasedMon Jan 9 10:43:57 2023
    SummaryRecommended update for xfsprogs
    Typerecommended
    Severitymoderate
    References1205266,1205272,1205284,1205377
    Description:

    This update for xfsprogs fixes the following issues:


    Advisory IDSUSE-SU-2023:56-1
    ReleasedMon Jan 9 11:13:43 2023
    SummarySecurity update for libksba
    Typesecurity
    Severitymoderate
    References1206579,CVE-2022-47629
    Description:

    This update for libksba fixes the following issues:


    SUSE-IU-2022:1150-1

    Container Advisory IDSUSE-IU-2022:1150-1
    Container Tagssles-15-sp4-chost-byos-v20221215-x86-64:20221215
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2022:1149-1

    Container Advisory IDSUSE-IU-2022:1149-1
    Container Tagssles-15-sp4-chost-byos-v20221215-arm64:20221215
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2022:4135-1
    ReleasedMon Nov 21 00:13:40 2022
    SummaryRecommended update for libeconf
    Typerecommended
    Severitymoderate
    References1198165
    Description:

    This update for libeconf fixes the following issues:



    Advisory IDSUSE-SU-2022:4141-1
    ReleasedMon Nov 21 09:28:07 2022
    SummarySecurity update for grub2
    Typesecurity
    Severityimportant
    References1205178,1205182,CVE-2022-2601,CVE-2022-3775
    Description:

    This update for grub2 fixes the following issues:

    Other:


    Advisory IDSUSE-SU-2022:4153-1
    ReleasedMon Nov 21 14:34:09 2022
    SummarySecurity update for krb5
    Typesecurity
    Severityimportant
    References1205126,CVE-2022-42898
    Description:

    This update for krb5 fixes the following issues:


    Advisory IDSUSE-RU-2022:4160-1
    ReleasedTue Nov 22 10:10:37 2022
    SummaryRecommended update for nfsidmap
    Typerecommended
    Severitymoderate
    References1200901
    Description:

    This update for nfsidmap fixes the following issues:


    Advisory IDSUSE-RU-2022:4162-1
    ReleasedTue Nov 22 10:56:10 2022
    SummaryRecommended update for dracut
    Typerecommended
    Severitymoderate
    References1202014,1203267,1203368,1203749,1203894
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-RU-2022:4198-1
    ReleasedWed Nov 23 13:15:04 2022
    SummaryRecommended update for rpm
    Typerecommended
    Severitymoderate
    References1202750
    Description:

    This update for rpm fixes the following issues:


    Advisory IDSUSE-RU-2022:4212-1
    ReleasedThu Nov 24 15:53:48 2022
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1190651
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2022:4217-1
    ReleasedFri Nov 25 07:23:35 2022
    SummaryRecommended update for wget
    Typerecommended
    Severitymoderate
    References1204720
    Description:

    This update for wget fixes the following issues:


    Advisory IDSUSE-RU-2022:4226-1
    ReleasedFri Nov 25 18:16:59 2022
    SummaryRecommended update for suseconnect-ng
    Typerecommended
    Severitymoderate
    References1196076,1198625,1200803,1200994,1203341,1204821
    Description:

    This update for suseconnect-ng fixes the following issues:


    Advisory IDSUSE-RU-2022:4227-1
    ReleasedFri Nov 25 18:17:31 2022
    SummaryRecommended update for release-notes-sle-micro
    Typerecommended
    Severitylow
    References1204440
    Description:

    This update for samba fixes the following issue:


    Advisory IDSUSE-RU-2022:4256-1
    ReleasedMon Nov 28 12:36:32 2022
    SummaryRecommended update for gcc12
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for gcc12 fixes the following issues:
    This update ship the GCC 12 compiler suite and its base libraries.
    The compiler baselibraries are provided for all SUSE Linux Enterprise 15 versions and replace the same named GCC 11 ones.
    The new compilers for C, C++, and Fortran are provided for SUSE Linux Enterprise 15 SP3 and SP4, and provided in the 'Development Tools' module.
    The Go, D and Ada language compiler parts are available unsupported via the PackageHub repositories.
    To use gcc12 compilers use:


    For a full changelog with all new GCC12 features, check out
    https://gcc.gnu.org/gcc-12/changes.html


    Advisory IDSUSE-RU-2022:4262-1
    ReleasedTue Nov 29 05:45:23 2022
    SummaryRecommended update for lvm2
    Typerecommended
    Severityimportant
    References1199074,1203216,1203482
    Description:

    This update for lvm2 fixes the following issues:


    Advisory IDSUSE-SU-2022:4278-1
    ReleasedTue Nov 29 15:43:49 2022
    SummarySecurity update for supportutils
    Typesecurity
    Severitymoderate
    References1184689,1188086,1192252,1192648,1197428,1200330,1202269,1202337,1202417,1203818
    Description:

    This update for supportutils fixes the following issues:
    Security issues fixed:


    Bug fixes:


    Advisory IDSUSE-SU-2022:4281-1
    ReleasedTue Nov 29 15:46:10 2022
    SummarySecurity update for python3
    Typesecurity
    Severityimportant
    References1188607,1203125,1204577,CVE-2019-18348,CVE-2020-10735,CVE-2020-8492,CVE-2022-37454
    Description:

    This update for python3 fixes the following issues:


    The following non-security bug was fixed:


    Advisory IDSUSE-SU-2022:4282-1
    ReleasedTue Nov 29 15:50:15 2022
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1192478,1202962,1203110,1203152,1203155,1203194,1203272,1203508,1203509,1203796,1203797,1203799,1203820,1203924,1204779,CVE-2021-3928,CVE-2022-2980,CVE-2022-2982,CVE-2022-3037,CVE-2022-3099,CVE-2022-3134,CVE-2022-3153,CVE-2022-3234,CVE-2022-3235,CVE-2022-3278,CVE-2022-3296,CVE-2022-3297,CVE-2022-3324,CVE-2022-3352,CVE-2022-3705
    Description:

    This update for vim fixes the following issues:
    Updated to version 9.0 with patch level 0814:


    Advisory IDSUSE-RU-2022:4312-1
    ReleasedFri Dec 2 11:16:47 2022
    SummaryRecommended update for tar
    Typerecommended
    Severitymoderate
    References1200657,1203600
    Description:

    This update for tar fixes the following issues:


    Advisory IDSUSE-RU-2022:4328-1
    ReleasedTue Dec 6 12:25:12 2022
    SummaryRecommended update for audit-secondary
    Typerecommended
    Severitymoderate
    References1204844
    Description:

    This update for audit-secondary fixes the following issues:


    Advisory IDSUSE-feature-2022:4340-1
    ReleasedWed Dec 7 12:54:47 2022
    SummaryFeature update for wicked
    Typefeature
    Severitymoderate
    References1184124,1186787,1187655,1189560,1192508,1198894,1200505,1201053,876845,877776,885007,896188,988954
    Description:

    This update for wicked fixes the following issues:


    Advisory IDSUSE-RU-2022:4370-1
    ReleasedThu Dec 8 17:19:14 2022
    SummaryRecommended update for rsyslog
    Typerecommended
    Severitymoderate
    References1191833,1205275
    Description:

    This update for rsyslog fixes the following issues:


    Advisory IDSUSE-RU-2022:4383-1
    ReleasedFri Dec 9 04:01:50 2022
    SummaryRecommended update for iputils
    Typerecommended
    Severityimportant
    References1203957
    Description:

    This update for iputils fixes the following issues:


    Advisory IDSUSE-RU-2022:4412-1
    ReleasedTue Dec 13 04:47:03 2022
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1204706
    Description:

    This update for suse-build-key fixes the following issues:


    Advisory IDSUSE-SU-2022:4463-1
    ReleasedTue Dec 13 17:04:31 2022
    SummarySecurity update for containerd
    Typesecurity
    Severityimportant
    References1197284,1206065,1206235,CVE-2022-23471,CVE-2022-27191
    Description:

    This update for containerd fixes the following issues:
    Update to containerd v1.6.12 including Docker v20.10.21-ce (bsc#1206065).
    Also includes the following fix:


    Advisory IDSUSE-RU-2022:4469-1
    ReleasedWed Dec 14 06:05:13 2022
    SummaryRecommended update for sudo
    Typerecommended
    Severityimportant
    References1197998
    Description:

    This update for sudo fixes the following issues:


    Advisory IDSUSE-RU-2022:4499-1
    ReleasedThu Dec 15 10:48:49 2022
    SummaryRecommended update for openssh
    Typerecommended
    Severitymoderate
    References1179465
    Description:

    This update for openssh fixes the following issues:


    SUSE-IU-2022:1124-1

    Container Advisory IDSUSE-IU-2022:1124-1
    Container Tagssles-15-sp4-chost-byos-v20221118-x86-64:20221118
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2022:1148-1

    Container Advisory IDSUSE-IU-2022:1148-1
    Container Tagssles-15-sp4-chost-byos-v20221118-arm64:20221118
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2022:3663-1
    ReleasedWed Oct 19 19:05:21 2022
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1121365,1180995,1190651,1190653,1190888,1193859,1198471,1198472,1201293,1202148,1203046,1203069
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2022:3670-1
    ReleasedThu Oct 20 10:44:13 2022
    SummaryRecommended update for zchunk
    Typerecommended
    Severitymoderate
    References1204244
    Description:

    This update for zchunk fixes the following issues:


    Advisory IDSUSE-RU-2022:3678-1
    ReleasedThu Oct 20 14:38:19 2022
    SummaryRecommended update for kdump
    Typerecommended
    Severitymoderate
    References1187312,1201051,1202981
    Description:

    This update for kdump fixes the following issues:


    Advisory IDSUSE-SU-2022:3683-1
    ReleasedFri Oct 21 11:48:39 2022
    SummarySecurity update for libksba
    Typesecurity
    Severitycritical
    References1204357,CVE-2022-3515
    Description:

    This update for libksba fixes the following issues:
    - CVE-2022-3515: Fixed a possible overflow in the TLV parser (bsc#1204357).


    Advisory IDSUSE-SU-2022:3692-1
    ReleasedFri Oct 21 16:15:07 2022
    SummarySecurity update for libxml2
    Typesecurity
    Severityimportant
    References1204366,1204367,CVE-2022-40303,CVE-2022-40304
    Description:

    This update for libxml2 fixes the following issues:
    - CVE-2022-40303: Fixed integer overflows with XML_PARSE_HUGE (bsc#1204366). - CVE-2022-40304: Fixed dict corruption caused by entity reference cycles (bsc#1204367).


    Advisory IDSUSE-SU-2022:3727-1
    ReleasedTue Oct 25 15:38:34 2022
    SummarySecurity update for xen
    Typesecurity
    Severitymoderate
    References1027519,1167608,1201631,1201994,1203806,1203807,CVE-2022-33746,CVE-2022-33748
    Description:

    This update for xen fixes the following issues:
    Updated to version 4.16.2 (bsc#1027519): - CVE-2022-33746: Fixed DoS due to excessively long P2M pool freeing (bsc#1203806). - CVE-2022-33748: Fixed DoS due to race in locking (bsc#1203807).

    Bugfixes:
    - Fixed Xen DomU unable to emulate audio device (bsc#1201994). - Fixed logic error in built-in default of max_event_channels (bsc#1167608, bsc#1201631).


    Advisory IDSUSE-SU-2022:3767-1
    ReleasedWed Oct 26 11:49:43 2022
    SummaryRecommended update for bind
    Typesecurity
    Severityimportant
    References1201689,1203250,1203614,1203618,1203619,1203620,CVE-2022-2795,CVE-2022-3080,CVE-2022-38177,CVE-2022-38178
    Description:

    This update for bind fixes the following issues:
    Update to release 9.16.33:




    - Zones using dnssec-policy now require dynamic DNS or inline-signing to be configured explicitly.
    - A backward-compatible approach was implemented for encoding internationalized domain names (IDN) in dig and converting the domain to IDNA2008 form; if that fails, BIND tries an IDNA2003 conversion.
    - The DNSSEC algorithms RSASHA1 and NSEC3RSASHA1 are now automatically disabled on systems where they are disallowed by the security policy. Primary zones using those algorithms need to be migrated to new algorithms prior to running on these systems, as graceful migration to different DNSSEC algorithms is not possible when RSASHA1 is disallowed by the operating system.
    - Log messages related to fetch limiting have been improved to provide more complete information. Specifically, the final counts of allowed and spilled fetches are now logged before the counter object is destroyed.
    - Non-dynamic zones that inherit dnssec-policy from the view or options blocks were not marked as inline-signed and therefore never scheduled to be re-signed. This has been fixed.
    - The old max-zone-ttl zone option was meant to be superseded by the max-zone-ttl option in dnssec-policy; however, the latter option was not fully effective. This has been corrected: zones no longer load if they contain TTLs greater than the limit configured in dnssec-policy. For zones with both the old max-zone-ttl option and dnssec-policy configured, the old option is ignored, and a warning is generated.
    - rndc dumpdb -expired was fixed to include expired RRsets, even if stale-cache-enable is set to no and the cache-cleaning time window has passed. (jsc#SLE-24600)


    Advisory IDSUSE-SU-2022:3784-1
    ReleasedWed Oct 26 18:03:28 2022
    SummarySecurity update for libtasn1
    Typesecurity
    Severitycritical
    References1204690,CVE-2021-46848
    Description:

    This update for libtasn1 fixes the following issues:


    Advisory IDSUSE-SU-2022:3785-1
    ReleasedWed Oct 26 20:20:19 2022
    SummarySecurity update for curl
    Typesecurity
    Severityimportant
    References1204383,1204386,CVE-2022-32221,CVE-2022-42916
    Description:

    This update for curl fixes the following issues:
    - CVE-2022-32221: Fixed POST following PUT confusion (bsc#1204383). - CVE-2022-42916: Fixed HSTS bypass via IDN (bsc#1204386).


    Advisory IDSUSE-RU-2022:3787-1
    ReleasedThu Oct 27 04:41:09 2022
    SummaryRecommended update for permissions
    Typerecommended
    Severityimportant
    References1194047,1203911
    Description:

    This update for permissions fixes the following issues:


    Advisory IDSUSE-RU-2022:3799-1
    ReleasedThu Oct 27 14:59:06 2022
    SummaryRecommended update for gnutls
    Typerecommended
    Severityimportant
    References1202146,1203779
    Description:

    This update for gnutls fixes the following issues:


    Advisory IDSUSE-SU-2022:3806-1
    ReleasedThu Oct 27 17:21:11 2022
    SummarySecurity update for dbus-1
    Typesecurity
    Severityimportant
    References1087072,1204111,1204112,1204113,CVE-2022-42010,CVE-2022-42011,CVE-2022-42012
    Description:

    This update for dbus-1 fixes the following issues:
    - CVE-2022-42010: Fixed potential crash that could be triggered by an invalid signature (bsc#1204111). - CVE-2022-42011: Fixed an out of bounds read caused by a fixed length array (bsc#1204112). - CVE-2022-42012: Fixed a use-after-free that could be trigged by a message in non-native endianness with out-of-band Unix file descriptor (bsc#1204113).
    Bugfixes:
    - Disable asserts (bsc#1087072).


    Advisory IDSUSE-RU-2022:3812-1
    ReleasedMon Oct 31 09:44:26 2022
    SummaryRecommended update for sudo
    Typerecommended
    Severitymoderate
    References1177578
    Description:

    This update for sudo fixes the following issues:

    (bsc#1177578).


    Advisory IDSUSE-SU-2022:3844-1
    ReleasedTue Nov 1 18:20:11 2022
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1185032,1190497,1194023,1194869,1195917,1196444,1196869,1197659,1198189,1200288,1200622,1201309,1201310,1201987,1202095,1202960,1203039,1203066,1203101,1203197,1203263,1203338,1203360,1203361,1203389,1203410,1203505,1203552,1203664,1203693,1203699,1203767,1203769,1203770,1203794,1203798,1203893,1203902,1203906,1203908,1203935,1203939,1203987,1203992,1204051,1204059,1204060,1204125,CVE-2022-1263,CVE-2022-2586,CVE-2022-3202,CVE-2022-32296,CVE-2022-3239,CVE-2022-3303,CVE-2022-39189,CVE-2022-41218,CVE-2022-41674,CVE-2022-41848,CVE-2022-41849,CVE-2022-42719,CVE-2022-42720,CVE-2022-42721,CVE-2022-42722
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated.
    The following security bugs were fixed:

    The following non-security bugs were fixed:


    Advisory IDSUSE-feature-2022:3845-1
    ReleasedWed Nov 2 07:22:59 2022
    SummaryFeature update for grub2
    Typefeature
    Severityimportant
    References1196668,1201361
    Description:

    This feature update for grub2 fixes the following issues:


    Advisory IDSUSE-RU-2022:3870-1
    ReleasedFri Nov 4 11:12:08 2022
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1190651,1202148
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-SU-2022:3884-1
    ReleasedMon Nov 7 10:59:26 2022
    SummarySecurity update for expat
    Typesecurity
    Severityimportant
    References1204708,CVE-2022-43680
    Description:

    This update for expat fixes the following issues:
    - CVE-2022-43680: Fixed use-after free caused by overeager destruction of a shared DTD in XML_ExternalEntityParserCreate (bsc#1204708).


    Advisory IDSUSE-RU-2022:3885-1
    ReleasedMon Nov 7 11:32:04 2022
    SummaryRecommended update for gnutls
    Typerecommended
    Severitymoderate
    References1203299
    Description:

    This update for gnutls fixes the following issues:


    Advisory IDSUSE-RU-2022:3900-1
    ReleasedTue Nov 8 10:47:55 2022
    SummaryRecommended update for docker
    Typerecommended
    Severitymoderate
    References1200022
    Description:

    This update for docker fixes the following issues:


    Advisory IDSUSE-RU-2022:3904-1
    ReleasedTue Nov 8 10:52:13 2022
    SummaryRecommended update for openssh
    Typerecommended
    Severitymoderate
    References1192439
    Description:

    This update for openssh fixes the following issue:


    Advisory IDSUSE-RU-2022:3910-1
    ReleasedTue Nov 8 13:05:04 2022
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for pam fixes the following issue:


    Advisory IDSUSE-SU-2022:3922-1
    ReleasedWed Nov 9 09:03:33 2022
    SummarySecurity update for protobuf
    Typesecurity
    Severityimportant
    References1194530,1203681,1204256,CVE-2021-22569,CVE-2022-1941,CVE-2022-3171
    Description:

    This update for protobuf fixes the following issues:


    Advisory IDSUSE-RU-2022:3927-1
    ReleasedWed Nov 9 14:55:47 2022
    SummaryRecommended update for runc
    Typerecommended
    Severitymoderate
    References1202021,1202821
    Description:

    This update for runc fixes the following issues:


    Advisory IDSUSE-RU-2022:3961-1
    ReleasedMon Nov 14 07:33:50 2022
    SummaryRecommended update for zlib
    Typerecommended
    Severityimportant
    References1203652
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2022:3974-1
    ReleasedMon Nov 14 15:39:20 2022
    SummaryRecommended update for util-linux
    Typerecommended
    Severitymoderate
    References1201959,1204211
    Description:

    This update for util-linux fixes the following issues:


    Advisory IDSUSE-SU-2022:3999-1
    ReleasedTue Nov 15 17:08:04 2022
    SummarySecurity update for systemd
    Typesecurity
    Severitymoderate
    References1204179,1204968,CVE-2022-3821
    Description:

    This update for systemd fixes the following issues:




    Advisory IDSUSE-SU-2022:4001-1
    ReleasedTue Nov 15 17:08:52 2022
    SummarySecurity update for sudo
    Typesecurity
    Severityimportant
    References1204986,CVE-2022-43995
    Description:

    This update for sudo fixes the following issues:


    Advisory IDSUSE-SU-2022:4007-1
    ReleasedWed Nov 16 09:12:44 2022
    SummarySecurity update for xen
    Typesecurity
    Severityimportant
    References1027519,1193923,1203806,1203807,1204482,1204483,1204485,1204487,1204488,1204489,1204490,1204494,1204496,CVE-2022-33746,CVE-2022-33747,CVE-2022-33748,CVE-2022-42309,CVE-2022-42310,CVE-2022-42311,CVE-2022-42312,CVE-2022-42313,CVE-2022-42314,CVE-2022-42315,CVE-2022-42316,CVE-2022-42317,CVE-2022-42318,CVE-2022-42319,CVE-2022-42320,CVE-2022-42321,CVE-2022-42322,CVE-2022-42323,CVE-2022-42325,CVE-2022-42326,CVE-2022-42327
    Description:

    This update for xen fixes the following issues:


    Advisory IDSUSE-RU-2022:4019-1
    ReleasedWed Nov 16 15:44:20 2022
    SummaryRecommended update for apparmor
    Typerecommended
    Severitylow
    References1202344
    Description:

    This update for apparmor fixes the following issues:


    Advisory IDSUSE-RU-2022:4020-1
    ReleasedWed Nov 16 15:45:13 2022
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1199856,1202627
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-RU-2022:4041-1
    ReleasedThu Nov 17 04:55:47 2022
    SummaryRecommended update for libuv
    Typerecommended
    Severitymoderate
    References1199062
    Description:

    This update for libuv fixes the following issues:


    Advisory IDSUSE-RU-2022:4062-1
    ReleasedFri Nov 18 09:05:07 2022
    SummaryRecommended update for libusb-1_0
    Typerecommended
    Severitymoderate
    References1201590
    Description:

    This update for libusb-1_0 fixes the following issues:


    Advisory IDSUSE-RU-2022:4066-1
    ReleasedFri Nov 18 10:43:00 2022
    SummaryRecommended update for timezone
    Typerecommended
    Severityimportant
    References1177460,1202324,1204649,1205156
    Description:

    This update for timezone fixes the following issues:
    Update timezone version from 2022a to 2022f (bsc#1177460, bsc#1204649, bsc#1205156):


    Advisory IDSUSE-SU-2022:4072-1
    ReleasedFri Nov 18 13:36:05 2022
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1065729,1071995,1152472,1152489,1188238,1194869,1196018,1196632,1199904,1200567,1200692,1200788,1202187,1202686,1202700,1202914,1203098,1203229,1203290,1203435,1203514,1203699,1203767,1203802,1203922,1204017,1204142,1204166,1204168,1204171,1204241,1204353,1204354,1204355,1204402,1204413,1204415,1204417,1204428,1204431,1204439,1204470,1204479,1204498,1204533,1204569,1204574,1204575,1204619,1204635,1204637,1204646,1204647,1204650,1204653,1204693,1204705,1204719,1204728,1204753,1204868,1204926,1204933,1204934,1204947,1204957,1204963,1204970,CVE-2022-1882,CVE-2022-2153,CVE-2022-28748,CVE-2022-2964,CVE-2022-2978,CVE-2022-3169,CVE-2022-33981,CVE-2022-3424,CVE-2022-3435,CVE-2022-3521,CVE-2022-3524,CVE-2022-3526,CVE-2022-3535,CVE-2022-3542,CVE-2022-3545,CVE-2022-3565,CVE-2022-3577,CVE-2022-3586,CVE-2022-3594,CVE-2022-3619,CVE-2022-3621,CVE-2022-3625,CVE-2022-3628,CVE-2022-3629,CVE-2022-3633,CVE-2022-3640,CVE-2022-3646,CVE-2022-3649,CVE-2022-40476,CVE-2022-40768,CVE-2022-42703,CVE-2022-43750
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.
    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2022:4081-1
    ReleasedFri Nov 18 15:40:46 2022
    SummarySecurity update for dpkg
    Typesecurity
    Severitylow
    References1199944,CVE-2022-1664
    Description:

    This update for dpkg fixes the following issues:


    SUSE-IU-2022:1110-1

    Container Advisory IDSUSE-IU-2022:1110-1
    Container Tagssles-15-sp4-chost-byos-v20221018-x86-64:20221018
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2022:2796-1
    ReleasedFri Aug 12 14:34:31 2022
    SummaryRecommended update for jitterentropy
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for jitterentropy fixes the following issues:
    jitterentropy is included in version 3.4.0 (jsc#SLE-24941):
    This is a FIPS 140-3 / NIST 800-90b compliant userspace jitter entropy generator library, used by other FIPS libraries.


    Advisory IDSUSE-SU-2022:2866-1
    ReleasedMon Aug 22 15:36:30 2022
    SummarySecurity update for systemd-presets-common-SUSE
    Typesecurity
    Severitymoderate
    References1199524,1200485,CVE-2022-1706
    Description:

    This update for systemd-presets-common-SUSE fixes the following issues:


    The following non-security bugs were fixed:


    Advisory IDSUSE-RU-2022:2901-1
    ReleasedFri Aug 26 03:34:23 2022
    SummaryRecommended update for elfutils
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for elfutils fixes the following issues:


    Advisory IDSUSE-RU-2022:2904-1
    ReleasedFri Aug 26 05:28:34 2022
    SummaryRecommended update for openldap2
    Typerecommended
    Severitymoderate
    References1198341
    Description:

    This update for openldap2 fixes the following issues:


    Advisory IDSUSE-SU-2022:2919-1
    ReleasedFri Aug 26 15:04:20 2022
    SummarySecurity update for gnutls
    Typesecurity
    Severityimportant
    References1190698,1198979,1202020,CVE-2022-2509
    Description:

    This update for gnutls fixes the following issues:


    Non-security fixes:


    Advisory IDSUSE-RU-2022:2920-1
    ReleasedFri Aug 26 15:17:02 2022
    SummaryRecommended update for systemd
    Typerecommended
    Severityimportant
    References1195059,1201795
    Description:

    This update for systemd fixes the following issues:


    Advisory IDSUSE-RU-2022:2925-1
    ReleasedMon Aug 29 03:16:48 2022
    SummaryRecommended update for audit-secondary
    Typerecommended
    Severityimportant
    References1201519
    Description:

    This update for audit-secondary fixes the following issues:


    Advisory IDSUSE-RU-2022:2929-1
    ReleasedMon Aug 29 11:21:47 2022
    SummaryRecommended update for timezone
    Typerecommended
    Severityimportant
    References1202310
    Description:

    This update for timezone fixes the following issue:


    Advisory IDSUSE-RU-2022:2944-1
    ReleasedWed Aug 31 05:39:14 2022
    SummaryRecommended update for procps
    Typerecommended
    Severityimportant
    References1181475
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-SU-2022:2947-1
    ReleasedWed Aug 31 09:16:21 2022
    SummarySecurity update for zlib
    Typesecurity
    Severityimportant
    References1202175,CVE-2022-37434
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2022:2973-1
    ReleasedThu Sep 1 11:37:02 2022
    SummaryRecommended update for dracut
    Typerecommended
    Severityimportant
    References1198709,1201975
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-RU-2022:2977-1
    ReleasedThu Sep 1 12:30:19 2022
    SummaryRecommended update for util-linux
    Typerecommended
    Severitymoderate
    References1197178,1198731
    Description:

    This update for util-linux fixes the following issues:


    Advisory IDSUSE-SU-2022:3003-1
    ReleasedFri Sep 2 15:01:44 2022
    SummarySecurity update for curl
    Typesecurity
    Severitylow
    References1202593,CVE-2022-35252
    Description:

    This update for curl fixes the following issues:


    Advisory IDSUSE-RU-2022:3009-1
    ReleasedMon Sep 5 04:49:43 2022
    SummaryRecommended update for rsyslog
    Typerecommended
    Severitymoderate
    References1199283
    Description:

    This update for rsyslog fixes the following issues:
    -Fix memory access violation issue in qDeqLinkedList during shutdown (bsc#1199283)


    Advisory IDSUSE-RU-2022:3118-1
    ReleasedTue Sep 6 15:43:53 2022
    SummaryRecommended update for lvm2
    Typerecommended
    Severitymoderate
    References1202011
    Description:

    This update for lvm2 fixes the following issues:


    Advisory IDSUSE-RU-2022:3127-1
    ReleasedWed Sep 7 04:36:10 2022
    SummaryRecommended update for libtirpc
    Typerecommended
    Severitymoderate
    References1198752,1200800
    Description:

    This update for libtirpc fixes the following issues:


    Advisory IDSUSE-RU-2022:3161-1
    ReleasedWed Sep 7 14:40:54 2022
    SummaryRecommended update for hwinfo
    Typerecommended
    Severitymoderate
    References1200975
    Description:

    This update for hwinfo fixes the following issue:


    Advisory IDSUSE-SU-2022:3162-1
    ReleasedWed Sep 7 15:07:31 2022
    SummarySecurity update for libyajl
    Typesecurity
    Severitymoderate
    References1198405,CVE-2022-24795
    Description:

    This update for libyajl fixes the following issues:


    Advisory IDSUSE-RU-2022:3209-1
    ReleasedThu Sep 8 13:10:13 2022
    SummaryRecommended update for open-iscsi
    Typerecommended
    Severitymoderate
    References1200570
    Description:

    This update for open-iscsi fixes the following issues:


    Advisory IDSUSE-RU-2022:3215-1
    ReleasedThu Sep 8 15:58:27 2022
    SummaryRecommended update for rpm
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for rpm fixes the following issues:


    Advisory IDSUSE-RU-2022:3219-1
    ReleasedThu Sep 8 21:15:24 2022
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1185882,1194557,1199093
    Description:

    This update for sysconfig fixes the following issues:


    Advisory IDSUSE-RU-2022:3220-1
    ReleasedFri Sep 9 04:30:52 2022
    SummaryRecommended update for libzypp, zypper
    Typerecommended
    Severitymoderate
    References1199895,1200993,1201092,1201576,1201638
    Description:

    This update for libzypp, zypper fixes the following issues:
    libzypp:


    zypper:


    Advisory IDSUSE-SU-2022:3229-1
    ReleasedFri Sep 9 14:46:01 2022
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1200270,1200697,1200698,1200700,1200701,1200732,1200884,1200902,1200903,1200904,1201132,1201133,1201134,1201135,1201136,1201150,1201151,1201152,1201153,1201154,1201155,1201249,1201356,1201359,1201363,1201620,1201863,1202046,1202049,1202050,1202051,1202414,1202420,1202421,1202511,1202512,1202515,1202552,1202599,1202687,1202689,1202862,CVE-2022-1720,CVE-2022-1968,CVE-2022-2124,CVE-2022-2125,CVE-2022-2126,CVE-2022-2129,CVE-2022-2175,CVE-2022-2182,CVE-2022-2183,CVE-2022-2206,CVE-2022-2207,CVE-2022-2208,CVE-2022-2210,CVE-2022-2231,CVE-2022-2257,CVE-2022-2264,CVE-2022-2284,CVE-2022-2285,CVE-2022-2286,CVE-2022-2287,CVE-2022-2304,CVE-2022-2343,CVE-2022-2344,CVE-2022-2345,CVE-2022-2522,CVE-2022-2571,CVE-2022-2580,CVE-2022-2581,CVE-2022-2598,CVE-2022-2816,CVE-2022-2817,CVE-2022-2819,CVE-2022-2845,CVE-2022-2849,CVE-2022-2862,CVE-2022-2874,CVE-2022-2889,CVE-2022-2923,CVE-2022-2946,CVE-2022-3016
    Description:

    This update for vim fixes the following issues:
    Updated to version 9.0 with patch level 0313:

    Bugfixes:


    Advisory IDSUSE-RU-2022:3241-1
    ReleasedMon Sep 12 07:21:04 2022
    SummaryRecommended update for cups
    Typerecommended
    Severitymoderate
    References1201511
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-SU-2022:3244-1
    ReleasedMon Sep 12 09:00:27 2022
    SummarySecurity update for samba
    Typesecurity
    Severityimportant
    References1200102,1202803,1202976,CVE-2022-1615,CVE-2022-32743
    Description:

    This update for samba fixes the following issues:


    Bugfixes:


    Advisory IDSUSE-SU-2022:3252-1
    ReleasedMon Sep 12 09:07:53 2022
    SummarySecurity update for freetype2
    Typesecurity
    Severitymoderate
    References1198823,1198830,1198832,CVE-2022-27404,CVE-2022-27405,CVE-2022-27406
    Description:

    This update for freetype2 fixes the following issues:


    Non-security fixes:


    Advisory IDSUSE-RU-2022:3262-1
    ReleasedTue Sep 13 15:34:29 2022
    SummaryRecommended update for gcc11
    Typerecommended
    Severitymoderate
    References1199140
    Description:


    This update for gcc11 ships some missing 32bit libraries for s390x. (bsc#1199140)


    Advisory IDSUSE-SU-2022:3271-1
    ReleasedWed Sep 14 06:45:39 2022
    SummarySecurity update for perl
    Typesecurity
    Severitymoderate
    References1047178,CVE-2017-6512
    Description:

    This update for perl fixes the following issues:


    Advisory IDSUSE-SU-2022:3293-1
    ReleasedFri Sep 16 17:30:01 2022
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1023051,1032323,1065729,1156395,1190497,1194592,1194869,1194904,1195480,1195917,1196616,1197158,1197391,1197755,1197756,1197757,1197763,1198410,1198971,1199086,1199364,1199670,1200313,1200431,1200465,1200544,1200845,1200868,1200869,1200870,1200871,1200872,1200873,1201019,1201308,1201427,1201442,1201455,1201489,1201610,1201675,1201725,1201768,1201940,1201956,1201958,1202096,1202097,1202113,1202131,1202154,1202262,1202265,1202312,1202346,1202347,1202385,1202393,1202447,1202471,1202558,1202564,1202623,1202636,1202672,1202681,1202710,1202711,1202712,1202713,1202715,1202716,1202757,1202758,1202759,1202761,1202762,1202763,1202764,1202765,1202766,1202767,1202768,1202769,1202770,1202771,1202773,1202774,1202775,1202776,1202778,1202779,1202780,1202781,1202782,1202783,1202822,1202823,1202824,1202860,1202867,1202874,1202898,1203036,1203041,1203063,1203107,1203117,1203138,1203139,1203159,CVE-2016-3695,CVE-2020-36516,CVE-2021-33135,CVE-2021-4037,CVE-2022-20368,CVE-2022-20369,CVE-2022-2588,CVE-2022-2639,CVE-2022-2663,CVE-2022-28356,CVE-2022-28693,CVE-2022-2873,CVE-2022-2905,CVE-2022-2938,CVE-2022-2959,CVE-2022-2977,CVE-2022-3028,CVE-2022-3078,CVE-2022-32250,CVE-2022-36879,CVE-2022-36946,CVE-2022-39188,CVE-2022-39190
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.

    The following security bugs were fixed:



    The following non-security bugs were fixed:


    Advisory IDSUSE-RU-2022:3304-1
    ReleasedMon Sep 19 11:43:25 2022
    SummaryRecommended update for libassuan
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for libassuan fixes the following issues:


    Advisory IDSUSE-SU-2022:3305-1
    ReleasedMon Sep 19 11:45:57 2022
    SummarySecurity update for libtirpc
    Typesecurity
    Severityimportant
    References1201680,CVE-2021-46828
    Description:

    This update for libtirpc fixes the following issues:


    Advisory IDSUSE-SU-2022:3307-1
    ReleasedMon Sep 19 13:26:51 2022
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1189802,1195773,1201783,CVE-2021-36690,CVE-2022-35737
    Description:

    This update for sqlite3 fixes the following issues:


    Advisory IDSUSE-RU-2022:3316-1
    ReleasedTue Sep 20 11:12:14 2022
    SummaryRecommended update for gnutls
    Typerecommended
    Severitymoderate
    References1190698,1191021,1202146
    Description:

    This update for gnutls fixes the following issues:



    * Mark CMAC and GMAC and non-approved in gnutls_pbkfd2(). * Mark HMAC keylength less than 112 bits as non-approved in gnutls_pbkfd2().

    * Add new dependency on jitterentropy


    Advisory IDSUSE-SU-2022:3327-1
    ReleasedWed Sep 21 12:47:17 2022
    SummarySecurity update for oniguruma
    Typesecurity
    Severityimportant
    References1142847,1150130,1157805,1164550,1164569,1177179,CVE-2019-13224,CVE-2019-16163,CVE-2019-19203,CVE-2019-19204,CVE-2019-19246,CVE-2020-26159
    Description:

    This update for oniguruma fixes the following issues:


    Advisory IDSUSE-RU-2022:3328-1
    ReleasedWed Sep 21 12:48:56 2022
    SummaryRecommended update for jitterentropy
    Typerecommended
    Severitymoderate
    References1202870
    Description:

    This update for jitterentropy fixes the following issues:


    Advisory IDSUSE-SU-2022:3353-1
    ReleasedFri Sep 23 15:23:40 2022
    SummarySecurity update for permissions
    Typesecurity
    Severitymoderate
    References1203018,CVE-2022-31252
    Description:

    This update for permissions fixes the following issues:


    Advisory IDSUSE-RU-2022:3388-1
    ReleasedMon Sep 26 12:51:36 2022
    SummaryRecommended update for google-guest-agent, google-guest-oslogin, google-osconfig-agent
    Typerecommended
    Severitymoderate
    References1191036,1194319,1195391,1202100,1202101,1202826
    Description:

    This update for google-guest-agent, google-guest-oslogin, google-osconfig-agent fixes the following issues:


    Advisory IDSUSE-RU-2022:3395-1
    ReleasedMon Sep 26 16:35:18 2022
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severitymoderate
    References1181994,1188006,1199079,1202868
    Description:

    This update for ca-certificates-mozilla fixes the following issues:
    Updated to 2.56 state of Mozilla SSL root CAs (bsc#1202868)


    - Certainly Root E1 - Certainly Root R1 - DigiCert SMIME ECC P384 Root G5 - DigiCert SMIME RSA4096 Root G5 - DigiCert TLS ECC P384 Root G5 - DigiCert TLS RSA4096 Root G5 - E-Tugra Global Root CA ECC v3 - E-Tugra Global Root CA RSA v3

    - Hellenic Academic and Research Institutions RootCA 2011
    Updated to 2.54 state of Mozilla SSL root CAs (bsc#1199079)

    - Autoridad de Certificacion Firmaprofesional CIF A62634068 - D-TRUST BR Root CA 1 2020 - D-TRUST EV Root CA 1 2020 - GlobalSign ECC Root CA R4 - GTS Root R1 - GTS Root R2 - GTS Root R3 - GTS Root R4 - HiPKI Root CA - G1 - ISRG Root X2 - Telia Root CA v2 - vTrus ECC Root CA - vTrus Root CA

    - Cybertrust Global Root - DST Root CA X3 - DigiNotar PKIoverheid CA Organisatie - G2 - GlobalSign ECC Root CA R4 - GlobalSign Root CA R2 - GTS Root R1 - GTS Root R2 - GTS Root R3 - GTS Root R4
    Updated to 2.50 state of the Mozilla NSS Certificate store (bsc#1188006)

    - HARICA Client ECC Root CA 2021 - HARICA Client RSA Root CA 2021 - HARICA TLS ECC Root CA 2021 - HARICA TLS RSA Root CA 2021 - TunTrust Root CA

    Updated to 2.46 state of the Mozilla NSS Certificate store (bsc#1181994)

    - NAVER Global Root Certification Authority

    - GeoTrust Global CA - GeoTrust Primary Certification Authority - GeoTrust Primary Certification Authority - G3 - GeoTrust Universal CA - GeoTrust Universal CA 2 - thawte Primary Root CA - thawte Primary Root CA - G2 - thawte Primary Root CA - G3 - VeriSign Class 3 Public Primary Certification Authority - G4 - VeriSign Class 3 Public Primary Certification Authority - G5


    Advisory IDSUSE-RU-2022:3435-1
    ReleasedTue Sep 27 14:55:38 2022
    SummaryRecommended update for runc
    Typerecommended
    Severityimportant
    References1202821
    Description:

    This update for runc fixes the following issues:


    Advisory IDSUSE-RU-2022:3449-1
    ReleasedTue Sep 27 20:12:03 2022
    SummaryRecommended update for perl-Bootloader
    Typerecommended
    Severitymoderate
    References1198197,1198828
    Description:

    This update for perl-Bootloader fixes the following issues:


    Advisory IDSUSE-RU-2022:3452-1
    ReleasedWed Sep 28 12:13:43 2022
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References1201942
    Description:

    This update for glibc fixes the following issues:


    Advisory IDSUSE-SU-2022:3489-1
    ReleasedSat Oct 1 13:35:24 2022
    SummarySecurity update for expat
    Typesecurity
    Severityimportant
    References1203438,CVE-2022-40674
    Description:

    This update for expat fixes the following issues:


    Advisory IDSUSE-feature-2022:3520-1
    ReleasedTue Oct 4 14:18:34 2022
    SummaryFeature update for dmidecode
    Typefeature
    Severitymoderate
    References
    Description:

    This feature update for dmidecode fixes the following issues:
    Update dmidecode from version 3.2 to version 3.4 (jsc#SLE-24502, jsc#SLE-24591, jsc#PED-411):


    Advisory IDSUSE-RU-2022:3521-1
    ReleasedTue Oct 4 14:18:56 2022
    SummaryRecommended update for lvm2
    Typerecommended
    Severitycritical
    References1198523
    Description:

    This update for lvm2 fixes the following issues:


    Advisory IDSUSE-SU-2022:3525-1
    ReleasedWed Oct 5 12:17:14 2022
    SummarySecurity update for cifs-utils
    Typesecurity
    Severitymoderate
    References1198976,CVE-2022-29869
    Description:

    This update for cifs-utils fixes the following issues:


    Advisory IDSUSE-SU-2022:3544-1
    ReleasedThu Oct 6 13:48:42 2022
    SummarySecurity update for python3
    Typesecurity
    Severityimportant
    References1202624,CVE-2021-28861
    Description:

    This update for python3 fixes the following issues:


    Advisory IDSUSE-RU-2022:3551-1
    ReleasedFri Oct 7 17:03:55 2022
    SummaryRecommended update for libgcrypt
    Typerecommended
    Severitymoderate
    References1182983,1190700,1191020,1202117
    Description:

    This update for libgcrypt fixes the following issues:



    * Enable the jitter based entropy generator by default in random.conf * Update the internal jitterentropy to version 3.4.0

    * Consider approved keylength greater or equal to 112 bits.


    Advisory IDSUSE-RU-2022:3555-1
    ReleasedMon Oct 10 14:05:12 2022
    SummaryRecommended update for aaa_base
    Typerecommended
    Severityimportant
    References1199492
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2022:3564-1
    ReleasedTue Oct 11 16:15:57 2022
    SummaryRecommended update for libzypp, zypper
    Typerecommended
    Severitycritical
    References1189282,1201972,1203649
    Description:

    This update for libzypp, zypper fixes the following issues:
    libzypp:


    zypper:


    SUSE-IU-2022:1067-1

    Container Advisory IDSUSE-IU-2022:1067-1
    Container Tagssles-15-sp4-chost-byos-v20220818-x86-64:20220818
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2022:2469-1
    ReleasedThu Jul 21 04:38:31 2022
    SummaryRecommended update for systemd
    Typerecommended
    Severityimportant
    References1137373,1181658,1194708,1195157,1197570,1198732,1200170,1201276
    Description:

    This update for systemd fixes the following issues:


    Advisory IDSUSE-RU-2022:2493-1
    ReleasedThu Jul 21 14:35:08 2022
    SummaryRecommended update for rpm-config-SUSE
    Typerecommended
    Severitymoderate
    References1193282
    Description:

    This update for rpm-config-SUSE fixes the following issues:


    Advisory IDSUSE-RU-2022:2494-1
    ReleasedThu Jul 21 15:16:42 2022
    SummaryRecommended update for glibc
    Typerecommended
    Severityimportant
    References1200855,1201560,1201640
    Description:

    This update for glibc fixes the following issues:


    Advisory IDSUSE-SU-2022:2520-1
    ReleasedThu Jul 21 18:34:49 2022
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1055117,1061840,1065729,1071995,1089644,1103269,1118212,1121726,1137728,1156395,1157038,1157923,1175667,1179439,1179639,1180814,1183682,1183872,1184318,1184924,1187716,1188885,1189998,1190137,1190208,1190336,1190497,1190768,1190786,1190812,1191271,1191663,1192483,1193064,1193277,1193289,1193431,1193556,1193629,1193640,1193787,1193823,1193852,1194086,1194111,1194191,1194409,1194501,1194523,1194526,1194583,1194585,1194586,1194625,1194765,1194826,1194869,1195099,1195287,1195478,1195482,1195504,1195651,1195668,1195669,1195775,1195823,1195826,1195913,1195915,1195926,1195944,1195957,1195987,1196079,1196114,1196130,1196213,1196306,1196367,1196400,1196426,1196478,1196514,1196570,1196723,1196779,1196830,1196836,1196866,1196868,1196869,1196901,1196930,1196942,1196960,1197016,1197157,1197227,1197243,1197292,1197302,1197303,1197304,1197362,1197386,1197501,1197601,1197661,1197675,1197761,1197817,1197819,1197820,1197888,1197889,1197894,1197915,1197917,1197918,1197920,1197921,1197922,1197926,1198009,1198010,1198012,1198013,1198014,1198015,1198016,1198017,1198018,1198019,1198020,1198021,1198022,1198023,1198024,1198027,1198030,1198034,1198058,1198217,1198379,1198400,1198402,1198410,1198412,1198413,1198438,1198484,1198577,1198585,1198660,1198802,1198803,1198806,1198811,1198826,1198829,1198835,1198968,1198971,1199011,1199024,1199035,1199046,1199052,1199063,1199163,1199173,1199260,1199314,1199390,1199426,1199433,1199439,1199482,1199487,1199505,1199507,1199605,1199611,1199626,1199631,1199650,1199657,1199674,1199736,1199793,1199839,1199875,1199909,1200015,1200019,1200045,1200046,1200144,1200205,1200211,1200259,1200263,1200284,1200315,1200343,1200420,1200442,1200475,1200502,1200567,1200569,1200571,1200599,1200600,1200608,1200611,1200619,1200692,1200762,1200763,1200806,1200807,1200808,1200809,1200810,1200812,1200813,1200815,1200816,1200820,1200821,1200822,1200824,1200825,1200827,1200828,1200829,1200830,1200845,1200882,1200925,1201050,1201080,1201160,1201171,1201177,1201193,1201196,1201218,1201222,1201228,1201251,1201381,1201471,1201524,CVE-2021-26341,CVE-2021-33061,CVE-2021-4204,CVE-2021-44879,CVE-2021-45402,CVE-2022-0264,CVE-2022-0494,CVE-2022-0617,CVE-2022-1012,CVE-2022-1016,CVE-2022-1184,CVE-2022-1198,CVE-2022-1205,CVE-2022-1462,CVE-2022-1508,CVE-2022-1651,CVE-2022-1652,CVE-2022-1671,CVE-2022-1679,CVE-2022-1729,CVE-2022-1734,CVE-2022-1789,CVE-2022-1852,CVE-2022-1966,CVE-2022-1972,CVE-2022-1974,CVE-2022-1998,CVE-2022-20132,CVE-2022-20154,CVE-2022-21123,CVE-2022-21125,CVE-2022-21127,CVE-2022-21166,CVE-2022-21180,CVE-2022-21499,CVE-2022-2318,CVE-2022-23222,CVE-2022-26365,CVE-2022-26490,CVE-2022-29582,CVE-2022-29900,CVE-2022-29901,CVE-2022-30594,CVE-2022-33740,CVE-2022-33741,CVE-2022-33742,CVE-2022-33743,CVE-2022-33981,CVE-2022-34918
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated.
    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2022:2546-1
    ReleasedMon Jul 25 14:43:22 2022
    SummarySecurity update for gpg2
    Typesecurity
    Severityimportant
    References1196125,1201225,CVE-2022-34903
    Description:

    This update for gpg2 fixes the following issues:


    Advisory IDSUSE-SU-2022:2552-1
    ReleasedTue Jul 26 14:55:40 2022
    SummarySecurity update for libxml2
    Typesecurity
    Severityimportant
    References1196490,1199132,CVE-2022-23308,CVE-2022-29824
    Description:

    This update for libxml2 fixes the following issues:
    Update to 2.9.14:


    Update to version 2.9.13:


    Advisory IDSUSE-SU-2022:2566-1
    ReleasedWed Jul 27 15:04:49 2022
    SummarySecurity update for pcre2
    Typesecurity
    Severityimportant
    References1199235,CVE-2022-1587
    Description:

    This update for pcre2 fixes the following issues:


    Advisory IDSUSE-RU-2022:2573-1
    ReleasedThu Jul 28 04:24:19 2022
    SummaryRecommended update for libzypp, zypper
    Typerecommended
    Severitymoderate
    References1194550,1197684,1199042
    Description:

    This update for libzypp, zypper fixes the following issues:
    libzypp:


    zypper:


    Advisory IDSUSE-SU-2022:2597-1
    ReleasedFri Jul 29 16:12:04 2022
    SummarySecurity update for xen
    Typesecurity
    Severityimportant
    References1027519,1199965,1199966,1200549,1201394,1201469,CVE-2022-21123,CVE-2022-21125,CVE-2022-21166,CVE-2022-23816,CVE-2022-23825,CVE-2022-26362,CVE-2022-26363,CVE-2022-26364,CVE-2022-29900,CVE-2022-33745
    Description:

    This update for xen fixes the following issues:


    Fixed several upstream bugs (bsc#1027519).


    Advisory IDSUSE-RU-2022:2625-1
    ReleasedTue Aug 2 12:15:42 2022
    SummaryRecommended update for dracut
    Typerecommended
    Severityimportant
    References1177461,1184970,1187654,1195047,1195508,1195604,1196267,1197635,1197967,1200236,1200251,1200360
    Description:

    This update for dracut fixes the following issues:


    Advisory IDSUSE-SU-2022:2632-1
    ReleasedWed Aug 3 09:51:00 2022
    SummarySecurity update for permissions
    Typesecurity
    Severityimportant
    References1198720,1200747,1201385
    Description:

    This update for permissions fixes the following issues:


    Advisory IDSUSE-RU-2022:2640-1
    ReleasedWed Aug 3 10:43:44 2022
    SummaryRecommended update for yaml-cpp
    Typerecommended
    Severitymoderate
    References1160171,1178331,1178332,1200624
    Description:

    This update for yaml-cpp fixes the following issue:


    Advisory IDSUSE-SU-2022:2659-1
    ReleasedWed Aug 3 21:05:25 2022
    SummarySecurity update for ldb, samba
    Typesecurity
    Severityimportant
    References1196224,1198255,1199247,1199734,1200556,1200964,1201490,1201492,1201493,1201495,1201496,CVE-2022-2031,CVE-2022-32742,CVE-2022-32744,CVE-2022-32745,CVE-2022-32746
    Description:

    This update for ldb, samba fixes the following issues:


    The following non-security bug were fixed:
    ldb was updated to version 2.4.3:

    samba was updated to 4.15.8:


    Advisory IDSUSE-RU-2022:2677-1
    ReleasedFri Aug 5 04:00:59 2022
    SummaryRecommended update for hwinfo
    Typerecommended
    Severityimportant
    References1199948
    Description:

    This update for hwinfo fixes the following issues:


    Advisory IDSUSE-SU-2022:2713-1
    ReleasedTue Aug 9 12:38:05 2022
    SummarySecurity update for bind
    Typesecurity
    Severityimportant
    References1192146,1197135,1197136,1199044,1200685,CVE-2021-25219,CVE-2021-25220,CVE-2022-0396
    Description:

    This update for bind fixes the following issues:


    The following non-security bugs were fixed:


    Advisory IDSUSE-SU-2022:2717-1
    ReleasedTue Aug 9 12:54:16 2022
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1198627,CVE-2022-29458
    Description:

    This update for ncurses fixes the following issues:


    Advisory IDSUSE-RU-2022:2735-1
    ReleasedWed Aug 10 04:31:41 2022
    SummaryRecommended update for tar
    Typerecommended
    Severitymoderate
    References1200657
    Description:

    This update for tar fixes the following issues:


    Advisory IDSUSE-SU-2022:2803-1
    ReleasedFri Aug 12 16:29:17 2022
    SummarySecurity update for the Linux Kernel
    Typesecurity
    Severityimportant
    References1190256,1190497,1199291,1199356,1199665,1201258,1201323,1201391,1201458,1201592,1201593,1201595,1201596,1201635,1201651,1201691,1201705,1201726,1201846,1201930,1202094,CVE-2021-33655,CVE-2022-21505,CVE-2022-2585,CVE-2022-26373,CVE-2022-29581
    Description:


    The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security and bugfixes.
    The following security bugs were fixed:


    The following non-security bugs were fixed:


    Advisory IDSUSE-RU-2022:2844-1
    ReleasedThu Aug 18 14:41:25 2022
    SummaryRecommended update for tar
    Typerecommended
    Severityimportant
    References1202436
    Description:

    This update for tar fixes the following issues:



    SUSE-IU-2022:967-1

    Container Advisory IDSUSE-IU-2022:967-1
    Container Tagssles-15-sp4-chost-byos-v20220721-x86-64:20220721
    Container Release
    The following patches have been included in this update:

    SUSE-IU-2022:955-1

    Container Advisory IDSUSE-IU-2022:955-1
    Container Tagssles-15-sp4-chost-byos-v20220718-x86-64:20220718
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-SU-2022:2294-1
    ReleasedWed Jul 6 13:34:15 2022
    SummarySecurity update for expat
    Typesecurity
    Severityimportant
    References1196025,1196026,1196168,1196169,1196171,1196784,CVE-2022-25235,CVE-2022-25236,CVE-2022-25313,CVE-2022-25314,CVE-2022-25315
    Description:

    This update for expat fixes the following issues:


    Advisory IDSUSE-SU-2022:2296-1
    ReleasedWed Jul 6 13:35:00 2022
    SummarySecurity update for xen
    Typesecurity
    Severityimportant
    References1027519,1199965,1199966,CVE-2022-26362,CVE-2022-26363,CVE-2022-26364
    Description:

    This update for xen fixes the following issues:


    Advisory IDSUSE-RU-2022:2300-1
    ReleasedWed Jul 6 13:36:19 2022
    SummaryRecommended update for open-iscsi
    Typerecommended
    Severitymoderate
    References1198457,1199264
    Description:

    This update for open-iscsi fixes the following issues:



    Advisory IDSUSE-SU-2022:2305-1
    ReleasedWed Jul 6 13:38:42 2022
    SummarySecurity update for curl
    Typesecurity
    Severityimportant
    References1200734,1200735,1200736,1200737,CVE-2022-32205,CVE-2022-32206,CVE-2022-32207,CVE-2022-32208
    Description:

    This update for curl fixes the following issues:


    Advisory IDSUSE-SU-2022:2307-1
    ReleasedWed Jul 6 14:04:19 2022
    SummarySecurity update for ldb, samba
    Typesecurity
    Severitymoderate
    References1080338,1118508,1173429,1195896,1196224,1196308,1196788,1197995,1198255,1199247,1199362,CVE-2021-3670
    Description:

    This update for ldb, samba fixes the following issues:
    ldb was updated to version 2.4.2 to fix:


    samba was updated to fix:



    Update to 4.15.7



    Update to 4.15.6

    Other SUSE fixes:


    Advisory IDSUSE-SU-2022:2308-1
    ReleasedWed Jul 6 14:15:13 2022
    SummarySecurity update for openssl-1_1
    Typesecurity
    Severityimportant
    References1185637,1199166,1200550,1201099,CVE-2022-1292,CVE-2022-2068,CVE-2022-2097
    Description:

    This update for openssl-1_1 fixes the following issues:


    Advisory IDSUSE-RU-2022:2323-1
    ReleasedThu Jul 7 12:16:58 2022
    SummaryRecommended update for systemd-presets-branding-SLE
    Typerecommended
    Severitylow
    References
    Description:

    This update for systemd-presets-branding-SLE fixes the following issues:


    Advisory IDSUSE-SU-2022:2341-1
    ReleasedFri Jul 8 16:09:12 2022
    SummarySecurity update for containerd, docker and runc
    Typesecurity
    Severityimportant
    References1192051,1199460,1199565,1200088,1200145,CVE-2022-29162,CVE-2022-31030
    Description:

    This update for containerd, docker and runc fixes the following issues:
    containerd:


    docker:

    runc:
    Update to runc v1.1.3.
    Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.3.

    Update to runc v1.1.2.
    Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.2.
    Security issue fixed:


    Update to runc v1.1.1.
    Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.1.

    Update to runc v1.1.0.
    Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0.

    Update to runc v1.1.0~rc1.
    Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.0-rc.1.


    Advisory IDSUSE-SU-2022:2357-1
    ReleasedMon Jul 11 20:34:20 2022
    SummarySecurity update for python3
    Typesecurity
    Severityimportant
    References1198511,CVE-2015-20107
    Description:

    This update for python3 fixes the following issues:


    Advisory IDSUSE-RU-2022:2358-1
    ReleasedTue Jul 12 04:21:59 2022
    SummaryRecommended update for augeas
    Typerecommended
    Severitymoderate
    References1197443
    Description:

    This update for augeas fixes the following issues:


    Advisory IDSUSE-SU-2022:2360-1
    ReleasedTue Jul 12 12:01:39 2022
    SummarySecurity update for pcre2
    Typesecurity
    Severityimportant
    References1199232,CVE-2022-1586
    Description:

    This update for pcre2 fixes the following issues:


    Advisory IDSUSE-SU-2022:2361-1
    ReleasedTue Jul 12 12:05:01 2022
    SummarySecurity update for pcre
    Typesecurity
    Severityimportant
    References1199232,CVE-2022-1586
    Description:

    This update for pcre fixes the following issues:


    Advisory IDSUSE-SU-2022:2378-1
    ReleasedWed Jul 13 10:27:03 2022
    SummarySecurity update for cifs-utils
    Typesecurity
    Severityimportant
    References1197216,CVE-2022-27239
    Description:

    This update for cifs-utils fixes the following issues:


    Advisory IDSUSE-SU-2022:2396-1
    ReleasedThu Jul 14 11:57:58 2022
    SummarySecurity update for logrotate
    Typesecurity
    Severityimportant
    References1192449,1199652,1200278,1200802,CVE-2022-1348
    Description:

    This update for logrotate fixes the following issues:
    Security issues fixed:


    Non-security issues fixed:


    Advisory IDSUSE-RU-2022:2406-1
    ReleasedFri Jul 15 11:49:01 2022
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References1197718,1199140,1200334,1200855
    Description:

    This update for glibc fixes the following issues:


    This readds the s390 32bit glibc and libcrypt1 libraries (glibc-32bit, glibc-locale-base-32bit, libcrypt1-32bit).


    Advisory IDSUSE-RU-2022:2426-1
    ReleasedMon Jul 18 09:27:51 2022
    SummaryRecommended update for rsyslog
    Typerecommended
    Severitymoderate
    References1198939
    Description:

    This update for rsyslog fixes the following issues:


    SUSE-IU-2022:741-1

    Container Advisory IDSUSE-IU-2022:741-1
    Container Tagssles-15-sp4-chost-byos-v20220620-x86-64:20220620
    Container Release
    The following patches have been included in this update:
    Advisory IDSUSE-RU-2018:1332-1
    ReleasedTue Jul 17 09:01:19 2018
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1073299,1093392
    Description:

    This update for timezone provides the following fixes:


    Advisory IDSUSE-SU-2018:1476-1
    ReleasedThu Aug 2 14:20:03 2018
    SummarySecurity update for cups
    Typesecurity
    Severitymoderate
    References1096405,1096406,1096407,1096408,CVE-2018-4180,CVE-2018-4181,CVE-2018-4182,CVE-2018-4183
    Description:

    This update for cups fixes the following issues:
    The following security vulnerabilities were fixed:


    Advisory IDSUSE-RU-2018:1756-1
    ReleasedFri Aug 24 17:12:55 2018
    SummaryRecommended update for growpart
    Typerecommended
    Severitymoderate
    References1097455,1098681
    Description:

    This update for growpart provides the following fix:


    Advisory IDSUSE-RU-2018:1804-1
    ReleasedFri Aug 31 13:02:24 2018
    SummaryRecommended update for docker
    Typerecommended
    Severitymoderate
    References1065609,1073877,1099277,1100727
    Description:

    This update for docker fixes the following issues:


    Advisory IDSUSE-RU-2018:1999-1
    ReleasedTue Sep 25 08:20:35 2018
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1071321
    Description:

    This update for zlib provides the following fixes:


    Advisory IDSUSE-SU-2018:2340-1
    ReleasedFri Oct 19 16:05:53 2018
    SummarySecurity update for fuse
    Typesecurity
    Severitymoderate
    References1101797,CVE-2018-10906
    Description:

    This update for fuse fixes the following issues:


    Advisory IDSUSE-RU-2018:2370-1
    ReleasedMon Oct 22 14:02:01 2018
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1102310,1104531
    Description:

    This update for aaa_base provides the following fixes:


    Advisory IDSUSE-RU-2018:2463-1
    ReleasedThu Oct 25 14:48:34 2018
    SummaryRecommended update for timezone, timezone-java
    Typerecommended
    Severitymoderate
    References1104700,1112310
    Description:


    This update for timezone, timezone-java fixes the following issues:
    The timezone database was updated to 2018f:


    Other bugfixes:


    Advisory IDSUSE-RU-2018:2550-1
    ReleasedWed Oct 31 16:16:56 2018
    SummaryRecommended update for timezone, timezone-java
    Typerecommended
    Severitymoderate
    References1113554
    Description:

    This update provides the latest time zone definitions (2018g), including the following change:


    Advisory IDSUSE-RU-2018:2569-1
    ReleasedFri Nov 2 19:00:18 2018
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1110700
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2018:2607-1
    ReleasedWed Nov 7 15:42:48 2018
    SummaryOptional update for gcc8
    Typerecommended
    Severitylow
    References1084812,1084842,1087550,1094222,1102564
    Description:


    The GNU Compiler GCC 8 is being added to the Development Tools Module by this update.
    The update also supplies gcc8 compatible libstdc++, libgcc_s1 and other gcc derived libraries for the Basesystem module of SUSE Linux Enterprise 15.
    Various optimizers have been improved in GCC 8, several of bugs fixed, quite some new warnings added and the error pin-pointing and fix-suggestions have been greatly improved.
    The GNU Compiler page for GCC 8 contains a summary of all the changes that have happened:
    https://gcc.gnu.org/gcc-8/changes.html
    Also changes needed or common pitfalls when porting software are described on:
    https://gcc.gnu.org/gcc-8/porting_to.html


    Advisory IDSUSE-RU-2018:2641-1
    ReleasedMon Nov 12 20:39:30 2018
    SummaryRecommended update for nfsidmap
    Typerecommended
    Severitymoderate
    References1098217
    Description:

    This update for nfsidmap fixes the following issues:


    Advisory IDSUSE-RU-2018:2742-1
    ReleasedThu Nov 22 13:28:36 2018
    SummaryRecommended update for rpcbind
    Typerecommended
    Severitymoderate
    References969953
    Description:

    This update for rpcbind fixes the following issues:


    Advisory IDSUSE-SU-2018:2825-1
    ReleasedMon Dec 3 15:35:02 2018
    SummarySecurity update for pam
    Typesecurity
    Severityimportant
    References1115640,CVE-2018-17953
    Description:

    This update for pam fixes the following issue:
    Security issue fixed:


    Advisory IDSUSE-SU-2018:2861-1
    ReleasedThu Dec 6 14:32:01 2018
    SummarySecurity update for ncurses
    Typesecurity
    Severityimportant
    References1103320,1115929,CVE-2018-19211
    Description:

    This update for ncurses fixes the following issues:
    Security issue fixed:


    Non-security issue fixed:


    Advisory IDSUSE-SU-2018:2882-1
    ReleasedMon Dec 10 08:07:44 2018
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1115750,CVE-2018-4700
    Description:

    This update for cups fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-SU-2018:3064-1
    ReleasedFri Dec 28 18:39:08 2018
    SummarySecurity update for containerd, docker and go
    Typesecurity
    Severityimportant
    References1047218,1074971,1080978,1081495,1084533,1086185,1094680,1095817,1098017,1102522,1104821,1105000,1108038,1113313,1113978,1114209,1118897,1118898,1118899,1119634,1119706,CVE-2018-16873,CVE-2018-16874,CVE-2018-16875,CVE-2018-7187
    Description:


    This update for containerd, docker and go fixes the following issues:
    containerd and docker:


    go:
    Additionally, the package go1.10 has been added.


    Advisory IDSUSE-RU-2019:32-1
    ReleasedTue Jan 8 13:03:20 2019
    SummaryRecommended update for librdkafka
    Typerecommended
    Severitymoderate
    References1119963
    Description:


    This update ships librdkafka 0.11.6 to SUSE Linux Enterprise Server 15.
    librdkafka is a C library implementation of the Apache Kafka protocol, containing both Producer and Consumer support.


    Advisory IDSUSE-RU-2019:44-1
    ReleasedTue Jan 8 13:07:32 2019
    SummaryRecommended update for acl
    Typerecommended
    Severitylow
    References953659
    Description:

    This update for acl fixes the following issues:


    Advisory IDSUSE-RU-2019:82-1
    ReleasedFri Jan 11 17:16:48 2019
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1044232
    Description:

    This update for suse-build-key fixes the following issues:


    Advisory IDSUSE-SU-2019:93-1
    ReleasedTue Jan 15 14:48:33 2019
    SummarySecurity update for wget
    Typesecurity
    Severityimportant
    References1120382,CVE-2018-20483
    Description:

    This update for wget fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-RU-2019:102-1
    ReleasedTue Jan 15 18:02:58 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1120402
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-SU-2019:247-1
    ReleasedWed Feb 6 07:18:45 2019
    SummarySecurity update for lua53
    Typesecurity
    Severitymoderate
    References1123043,CVE-2019-6706
    Description:

    This update for lua53 fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-SU-2019:286-1
    ReleasedThu Feb 7 13:45:27 2019
    SummarySecurity update for docker
    Typesecurity
    Severitymoderate
    References1001161,1112980,1115464,1118897,1118898,1118899,1118990,1121412,CVE-2018-16873,CVE-2018-16874,CVE-2018-16875
    Description:

    This update for containerd, docker, docker-runc and golang-github-docker-libnetwork fixes the following issues:
    Security issues fixed for containerd, docker, docker-runc and golang-github-docker-libnetwork:


    Non-security issues fixed for docker:


    Advisory IDSUSE-SU-2019:495-1
    ReleasedTue Feb 26 16:42:35 2019
    SummarySecurity update for containerd, docker, docker-runc, golang-github-docker-libnetwork, runc
    Typesecurity
    Severityimportant
    References1048046,1051429,1114832,1118897,1118898,1118899,1121967,1124308,CVE-2018-16873,CVE-2018-16874,CVE-2018-16875,CVE-2019-5736
    Description:

    This update for containerd, docker, docker-runc, golang-github-docker-libnetwork, runc fixes the following issues:
    Security issues fixed:


    Other changes and fixes:


    Advisory IDSUSE-SU-2019:571-1
    ReleasedThu Mar 7 18:13:46 2019
    SummarySecurity update for file
    Typesecurity
    Severitymoderate
    References1096974,1096984,1126117,1126118,1126119,CVE-2018-10360,CVE-2019-8905,CVE-2019-8906,CVE-2019-8907
    Description:

    This update for file fixes the following issues:
    The following security vulnerabilities were addressed:


    Advisory IDSUSE-RU-2019:608-1
    ReleasedWed Mar 13 15:21:02 2019
    SummaryRecommended update for cups
    Typerecommended
    Severitymoderate
    References1118118
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2019:732-1
    ReleasedMon Mar 25 14:10:04 2019
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1088524,1118364,1128246
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-SU-2019:788-1
    ReleasedThu Mar 28 11:55:06 2019
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1119687,CVE-2018-20346
    Description:

    This update for sqlite3 to version 3.27.2 fixes the following issue:
    Security issue fixed:


    Release notes: https://www.sqlite.org/releaselog/3_27_2.html


    Advisory IDSUSE-RU-2019:790-1
    ReleasedThu Mar 28 12:06:17 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1130557
    Description:

    This update for timezone fixes the following issues:
    timezone was updated 2019a:


    Advisory IDSUSE-SU-2019:925-1
    ReleasedWed Apr 10 16:32:50 2019
    SummarySecurity update for wget
    Typesecurity
    Severityimportant
    References1131493,CVE-2019-5953
    Description:

    This update for wget fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-SU-2019:926-1
    ReleasedWed Apr 10 16:33:12 2019
    SummarySecurity update for tar
    Typesecurity
    Severitymoderate
    References1120610,1130496,CVE-2018-20482,CVE-2019-9923
    Description:

    This update for tar fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-RU-2019:1002-1
    ReleasedWed Apr 24 10:13:34 2019
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1110304,1129576
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-SU-2019:1040-1
    ReleasedThu Apr 25 17:09:21 2019
    SummarySecurity update for samba
    Typesecurity
    Severityimportant
    References1114407,1124223,1125410,1126377,1131060,1131686,CVE-2019-3880
    Description:

    This update for samba fixes the following issues:
    Security issue fixed:



    ldb was updated to version 1.2.4 (bsc#1125410 bsc#1131686):


    Non-security issues fixed:


    Advisory IDSUSE-SU-2019:1127-1
    ReleasedThu May 2 09:39:24 2019
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1130325,1130326,CVE-2019-9936,CVE-2019-9937
    Description:

    This update for sqlite3 to version 3.28.0 fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-SU-2019:1234-1
    ReleasedTue May 14 18:31:52 2019
    SummarySecurity update for containerd, docker, docker-runc, go, go1.11, go1.12, golang-github-docker-libnetwork
    Typesecurity
    Severityimportant
    References1114209,1114832,1118897,1118898,1118899,1121397,1121967,1123013,1128376,1128746,1134068,CVE-2018-16873,CVE-2018-16874,CVE-2018-16875,CVE-2019-5736,CVE-2019-6486
    Description:

    This update for containerd, docker, docker-runc, go, go1.11, go1.12, golang-github-docker-libnetwork fixes the following issues:
    Security issues fixed:


    Other changes and bug fixes:


    Advisory IDSUSE-RU-2019:1312-1
    ReleasedWed May 22 12:19:12 2019
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1096191
    Description:

    This update for aaa_base fixes the following issue:
    * Shell detection in /etc/profile and /etc/bash.bashrc was broken within AppArmor-confined containers (bsc#1096191)


    Advisory IDSUSE-SU-2019:1368-1
    ReleasedTue May 28 13:15:38 2019
    SummaryRecommended update for sles12sp3-docker-image, sles12sp4-image, system-user-root
    Typesecurity
    Severityimportant
    References1134524,CVE-2019-5021
    Description:

    This update for sles12sp3-docker-image, sles12sp4-image, system-user-root fixes the following issues:


    Advisory IDSUSE-SU-2019:1372-1
    ReleasedTue May 28 16:53:28 2019
    SummarySecurity update for libtasn1
    Typesecurity
    Severitymoderate
    References1105435,CVE-2018-1000654
    Description:

    This update for libtasn1 fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-SU-2019:1398-1
    ReleasedFri May 31 12:54:22 2019
    SummarySecurity update for libpng16
    Typesecurity
    Severitylow
    References1100687,1121624,1124211,CVE-2018-13785,CVE-2019-7317
    Description:

    This update for libpng16 fixes the following issues:
    Security issues fixed:


    Advisory IDSUSE-SU-2019:1457-1
    ReleasedTue Jun 11 10:09:14 2019
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1137443,CVE-2019-12735
    Description:

    This update for vim fixes the following issue:
    Security issue fixed:


    Advisory IDSUSE-SU-2019:1562-1
    ReleasedWed Jun 19 09:16:07 2019
    SummarySecurity update for docker
    Typesecurity
    Severitymoderate
    References1096726,CVE-2018-15664
    Description:

    This update for docker fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-RU-2019:1616-1
    ReleasedFri Jun 21 11:04:39 2019
    SummaryRecommended update for rpcbind
    Typerecommended
    Severitymoderate
    References1134659
    Description:

    This update for rpcbind fixes the following issues:


    Advisory IDSUSE-RU-2019:1631-1
    ReleasedFri Jun 21 11:17:21 2019
    SummaryRecommended update for xz
    Typerecommended
    Severitylow
    References1135709
    Description:

    This update for xz fixes the following issues:
    Add SUSE-Public-Domain licence as some parts of xz utils (liblzma, xz, xzdec, lzmadec, documentation, translated messages, tests, debug, extra directory) are in public domain licence [bsc#1135709]


    Advisory IDSUSE-RU-2019:1815-1
    ReleasedThu Jul 11 07:47:55 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1140016
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2019:2001-1
    ReleasedFri Jul 26 18:09:41 2019
    SummaryRecommended update for docker
    Typerecommended
    Severityimportant
    References1138920
    Description:

    This update for docker fixes the following issues:


    Advisory IDSUSE-SU-2019:2117-1
    ReleasedTue Aug 13 14:56:55 2019
    SummarySecurity update for containerd, docker, docker-runc, golang-github-docker-libnetwork
    Typesecurity
    Severityimportant
    References1100331,1121967,1138920,1139649,1142160,1142413,1143409,CVE-2018-10892,CVE-2019-13509,CVE-2019-14271,CVE-2019-5736
    Description:

    This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:
    Docker:


    runc:

    containerd:

    golang-github-docker-libnetwork:


    Advisory IDSUSE-RU-2019:2134-1
    ReleasedWed Aug 14 11:54:56 2019
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1136717,1137624,1141059,SLE-5807
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2019:2188-1
    ReleasedWed Aug 21 10:10:29 2019
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1140647
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2019:2218-1
    ReleasedMon Aug 26 11:29:57 2019
    SummaryRecommended update for pinentry
    Typerecommended
    Severitymoderate
    References1141883
    Description:

    This update for pinentry fixes the following issues:


    Advisory IDSUSE-RU-2019:2357-1
    ReleasedWed Sep 11 13:26:14 2019
    SummaryRecommended update for lmdb
    Typerecommended
    Severitymoderate
    References1136132
    Description:

    This update for lmdb fixes the following issues:


    Advisory IDSUSE-RU-2019:2423-1
    ReleasedFri Sep 20 16:41:45 2019
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1146866,SLE-9132
    Description:

    This update for aaa_base fixes the following issues:
    Added sysctl.d/51-network.conf to tighten network security (bsc#1146866) (jira#SLE-9132)
    Following settings have been tightened (and set to 0):


    Advisory IDSUSE-SU-2019:2533-1
    ReleasedThu Oct 3 15:02:50 2019
    SummarySecurity update for sqlite3
    Typesecurity
    Severitymoderate
    References1150137,CVE-2019-16168
    Description:

    This update for sqlite3 fixes the following issues:
    Security issue fixed:


    Advisory IDSUSE-RU-2019:2693-1
    ReleasedWed Oct 16 16:43:30 2019
    SummaryRecommended update for rpcbind
    Typerecommended
    Severitymoderate
    References1142343
    Description:

    This update for rpcbind fixes the following issues:


    Advisory IDSUSE-RU-2019:2722-1
    ReleasedMon Oct 21 11:14:20 2019
    SummaryRecommended update for pciutils-ids
    Typerecommended
    Severitymoderate
    References1127840,1133581
    Description:

    This is a version update for pciutils-ids to version 20190830 (bsc#1133581, bsc#1127840)


    Advisory IDSUSE-SU-2019:2730-1
    ReleasedMon Oct 21 16:04:57 2019
    SummarySecurity update for procps
    Typesecurity
    Severityimportant
    References1092100,1121753,CVE-2018-1122,CVE-2018-1123,CVE-2018-1124,CVE-2018-1125,CVE-2018-1126
    Description:

    This update for procps fixes the following issues:
    procps was updated to 3.3.15. (bsc#1092100)
    Following security issues were fixed:



    Also this non-security issue was fixed:

    The update to 3.3.15 contains the following fixes:


    Advisory IDSUSE-RU-2019:2762-1
    ReleasedThu Oct 24 07:08:44 2019
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1150451
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2019:2777-1
    ReleasedThu Oct 24 16:13:20 2019
    SummaryRecommended update for fipscheck
    Typerecommended
    Severitymoderate
    References1149792
    Description:

    This update for fipscheck fixes the following issues:


    Advisory IDSUSE-SU-2019:2782-1
    ReleasedFri Oct 25 14:27:52 2019
    SummarySecurity update for nfs-utils
    Typesecurity
    Severitymoderate
    References1150733,CVE-2019-3689
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-SU-2019:2810-1
    ReleasedTue Oct 29 14:56:44 2019
    SummarySecurity update for runc
    Typesecurity
    Severitymoderate
    References1131314,1131553,1152308,CVE-2019-16884
    Description:

    This update for runc fixes the following issues:
    Security issue fixed:


    Non-security issues fixed:


    Advisory IDSUSE-RU-2019:2870-1
    ReleasedThu Oct 31 08:09:14 2019
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1051143,1138869,1151023
    Description:

    This update for aaa_base provides the following fixes:


    Advisory IDSUSE-SU-2019:2997-1
    ReleasedMon Nov 18 15:16:38 2019
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1103320,1154036,1154037,CVE-2019-17594,CVE-2019-17595
    Description:

    This update for ncurses fixes the following issues:
    Security issues fixed:


    Non-security issue fixed:


    Advisory IDSUSE-SU-2019:3030-1
    ReleasedThu Nov 21 19:11:25 2019
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1146358,1146359,CVE-2019-8675,CVE-2019-8696
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-SU-2019:3061-1
    ReleasedMon Nov 25 17:34:22 2019
    SummarySecurity update for gcc9
    Typesecurity
    Severitymoderate
    References1114592,1135254,1141897,1142649,1142654,1148517,1149145,CVE-2019-14250,CVE-2019-15847,SLE-6533,SLE-6536
    Description:



    This update includes the GNU Compiler Collection 9.
    A full changelog is provided by the GCC team on:
    https://www.gnu.org/software/gcc/gcc-9/changes.html

    The base system compiler libraries libgcc_s1, libstdc++6 and others are now built by the gcc 9 packages.
    To use it, install 'gcc9' or 'gcc9-c++' or other compiler brands and use CC=gcc-9 / CXX=g++-9 during configuration for using it.

    Security issues fixed:


    Non-security issues fixed:


    Advisory IDSUSE-SU-2019:3086-1
    ReleasedThu Nov 28 10:02:24 2019
    SummarySecurity update for libidn2
    Typesecurity
    Severitymoderate
    References1154884,1154887,CVE-2019-12290,CVE-2019-18224
    Description:

    This update for libidn2 to version 2.2.0 fixes the following issues:


    Advisory IDSUSE-RU-2019:3166-1
    ReleasedWed Dec 4 11:24:42 2019
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1007715,1084934,1157278
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2019:3173-1
    ReleasedWed Dec 4 20:22:45 2019
    SummaryRecommended update for growpart, growpart-rootgrow
    Typerecommended
    Severitymoderate
    References1154357,ECO-550
    Description:

    This update for growpart, growpart-rootgrow contains the following fixes:
    growpart:


    growpart-rootgrow:


    Advisory IDSUSE-SU-2020:35-1
    ReleasedWed Jan 8 09:06:32 2020
    SummarySecurity update for containerd, docker, docker-runc, golang-github-docker-libnetwork
    Typesecurity
    Severitymoderate
    References1122469,1143349,1150397,1152308,1153367,1158590,CVE-2019-16884
    Description:

    This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:
    Security issue fixed:


    Bug fixes:


    Advisory IDSUSE-RU-2020:225-1
    ReleasedFri Jan 24 06:49:07 2020
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1158830
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2020:256-1
    ReleasedWed Jan 29 09:39:17 2020
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1157794,1160970
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2020:325-1
    ReleasedWed Feb 5 14:57:02 2020
    SummaryRecommended update for dmidecode
    Typerecommended
    Severitymoderate
    References1153533,1158833
    Description:

    This update for dmidecode fixes the following issues:


    Advisory IDSUSE-RU-2020:365-1
    ReleasedFri Feb 7 13:48:54 2020
    SummaryRecommended update for lmdb
    Typerecommended
    Severitymoderate
    References1159086
    Description:

    This update for lmdb fixes the following issues:


    Advisory IDSUSE-RU-2020:480-1
    ReleasedTue Feb 25 17:38:22 2020
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1160735
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2020:521-1
    ReleasedThu Feb 27 18:08:56 2020
    SummaryRecommended update for c-ares
    Typerecommended
    Severitymoderate
    References1125306,1159006
    Description:

    This update for c-ares fixes the following issues:
    c-ares version update to 1.15.0:



    Advisory IDSUSE-RU-2020:525-1
    ReleasedFri Feb 28 11:49:36 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1164562
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2020:633-1
    ReleasedTue Mar 10 16:23:08 2020
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1139939,1151023
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2020:655-1
    ReleasedThu Mar 12 13:17:03 2020
    SummaryRecommended update for growpart
    Typerecommended
    Severitymoderate
    References1164736
    Description:

    This update for growpart fixes the following issues:


    Advisory IDSUSE-RU-2020:689-1
    ReleasedFri Mar 13 17:09:01 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1166510
    Description:


    This update for PAM fixes the following issue:


    Advisory IDSUSE-RU-2020:690-1
    ReleasedFri Mar 13 17:09:28 2020
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1166334
    Description:

    This update for suse-build-key fixes the following issues:


    Advisory IDSUSE-RU-2020:917-1
    ReleasedFri Apr 3 15:02:25 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1166510
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2020:934-1
    ReleasedTue Apr 7 03:46:20 2020
    SummaryRecommended update for wget
    Typerecommended
    Severitymoderate
    References1167919
    Description:

    This update for wget fixes the following issues:
    wget was updated to 1.20.3, fixing various bugs, including:


    Advisory IDSUSE-SU-2020:944-1
    ReleasedTue Apr 7 15:49:33 2020
    SummarySecurity update for runc
    Typesecurity
    Severitymoderate
    References1149954,1160452,CVE-2019-19921
    Description:

    This update for runc fixes the following issues:
    runc was updated to v1.0.0~rc10


    Advisory IDSUSE-SU-2020:948-1
    ReleasedWed Apr 8 07:44:21 2020
    SummarySecurity update for gmp, gnutls, libnettle
    Typesecurity
    Severitymoderate
    References1152692,1155327,1166881,1168345,CVE-2020-11501
    Description:

    This update for gmp, gnutls, libnettle fixes the following issues:
    Security issue fixed:


    FIPS related bugfixes:


    Advisory IDSUSE-SU-2020:693-1
    ReleasedWed Apr 8 14:11:14 2020
    SummarySecurity update for wireshark
    Typesecurity
    Severitymoderate
    References1093733,1094301,1101776,1101777,1101786,1101788,1101791,1101794,1101800,1101802,1101804,1101810,1106514,1111647,1117740,1121231,1121232,1121233,1121234,1121235,1127367,1127369,1127370,1131941,1131945,1136021,1141980,1150690,1156288,1158505,1161052,1165241,1165710,957624,CVE-2018-11354,CVE-2018-11355,CVE-2018-11356,CVE-2018-11357,CVE-2018-11358,CVE-2018-11359,CVE-2018-11360,CVE-2018-11361,CVE-2018-11362,CVE-2018-12086,CVE-2018-14339,CVE-2018-14340,CVE-2018-14341,CVE-2018-14342,CVE-2018-14343,CVE-2018-14344,CVE-2018-14367,CVE-2018-14368,CVE-2018-14369,CVE-2018-14370,CVE-2018-16056,CVE-2018-16057,CVE-2018-16058,CVE-2018-18225,CVE-2018-18226,CVE-2018-18227,CVE-2018-19622,CVE-2018-19623,CVE-2018-19624,CVE-2018-19625,CVE-2018-19626,CVE-2018-19627,CVE-2018-19628,CVE-2019-10894,CVE-2019-10895,CVE-2019-10896,CVE-2019-10897,CVE-2019-10898,CVE-2019-10899,CVE-2019-10900,CVE-2019-10901,CVE-2019-10902,CVE-2019-10903,CVE-2019-13619,CVE-2019-16319,CVE-2019-19553,CVE-2019-5716,CVE-2019-5717,CVE-2019-5718,CVE-2019-5719,CVE-2019-5721,CVE-2019-9208,CVE-2019-9209,CVE-2019-9214,CVE-2020-7044,CVE-2020-9428,CVE-2020-9429,CVE-2020-9430,CVE-2020-9431
    Description:

    This update for wireshark and libmaxminddb fixes the following issues:
    Update wireshark to new major version 3.2.2 and introduce libmaxminddb for GeoIP support (bsc#1156288).
    New features include:


    Advisory IDSUSE-SU-2020:1083-1
    ReleasedThu Apr 23 11:31:23 2020
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1168422,CVE-2020-3898
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2020:1112-1
    ReleasedFri Apr 24 16:44:20 2020
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1170347
    Description:

    This update for suse-build-key fixes the following issues:


    Advisory IDSUSE-RU-2020:1181-1
    ReleasedTue May 5 12:02:39 2020
    SummaryRecommended update for pciutils-ids
    Typerecommended
    Severitymoderate
    References1170160
    Description:

    This update for pciutils-ids fixes the following issues:


    Advisory IDSUSE-RU-2020:1226-1
    ReleasedFri May 8 10:51:05 2020
    SummaryRecommended update for gcc9
    Typerecommended
    Severitymoderate
    References1149995,1152590,1167898
    Description:

    This update for gcc9 fixes the following issues:
    This update ships the GCC 9.3 release.


    Advisory IDSUSE-RU-2020:1266-1
    ReleasedWed May 13 10:20:54 2020
    SummaryRecommended update for jq
    Typerecommended
    Severitymoderate
    References1170838
    Description:

    This update for jq fixes the following issues:
    jq was updated to version 1.6:

    '.' for the program, regardless of stdin/stdout
  • fix: Make sorting stable regardless of qsort.


  • Advisory IDSUSE-SU-2020:1294-1
    ReleasedMon May 18 07:38:36 2020
    SummarySecurity update for file
    Typesecurity
    Severitymoderate
    References1154661,1169512,CVE-2019-18218
    Description:

    This update for file fixes the following issues:
    Security issues fixed:


    Non-security issue fixed:


    Advisory IDSUSE-RU-2020:1303-1
    ReleasedMon May 18 09:40:36 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1169582
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2020:1328-1
    ReleasedMon May 18 17:16:04 2020
    SummaryRecommended update for grep
    Typerecommended
    Severitymoderate
    References1155271
    Description:

    This update for grep fixes the following issues:


    Advisory IDSUSE-SU-2020:1353-1
    ReleasedWed May 20 13:02:32 2020
    SummarySecurity update for freetype2
    Typesecurity
    Severitymoderate
    References1079603,1091109,CVE-2018-6942
    Description:

    This update for freetype2 to version 2.10.1 fixes the following issues:
    Security issue fixed:


    Non-security issues fixed:









    Advisory IDSUSE-RU-2020:1370-1
    ReleasedThu May 21 19:06:00 2020
    SummaryRecommended update for systemd-presets-branding-SLE
    Typerecommended
    Severitymoderate
    References1171656
    Description:

    This update for systemd-presets-branding-SLE fixes the following issues:
    Cleanup of outdated autostart services (bsc#1171656):


    Advisory IDSUSE-RU-2020:1404-1
    ReleasedMon May 25 15:32:34 2020
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1138793,1166260
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2020:1506-1
    ReleasedFri May 29 17:22:11 2020
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1087982,1170527
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2020:1542-1
    ReleasedThu Jun 4 13:24:37 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1172055
    Description:

    This update for timezone fixes the following issue:


    Advisory IDSUSE-SU-2020:1551-1
    ReleasedMon Jun 8 09:31:41 2020
    SummarySecurity update for vim
    Typesecurity
    Severitymoderate
    References1172225,CVE-2019-20807
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-SU-2020:1657-1
    ReleasedThu Jun 18 10:49:53 2020
    SummarySecurity update for containerd, docker, docker-runc, golang-github-docker-libnetwork
    Typesecurity
    Severitymoderate
    References1172377,CVE-2020-13401
    Description:

    This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:
    Docker was updated to 19.03.11-ce runc was updated to version 1.0.0-rc10 containerd was updated to version 1.2.13


    Advisory IDSUSE-RU-2020:1852-1
    ReleasedMon Jul 6 16:50:21 2020
    SummaryRecommended update for fontforge, ghostscript-fonts, ttf-converter, xorg-x11-fonts
    Typerecommended
    Severitymoderate
    References1169444
    Description:

    This update for fontforge, ghostscript-fonts, ttf-converter, xorg-x11-fonts fixes the following issues:
    Changes in fontforge:


    Changes in ttf-converter:

    --shift-unicode-values: When passed 3 comma separated numbers a,b,c this shifts the unicode values of glyphs between a and b (both included) by adding c. Can be used more than once. * Add --bitmapTransform parameter to transform bitmap glyphs. (bsc#1169444) When used, all glyphs are modified with the transformation function and values passed as parameters. The parameter has three values separated by commas: fliph|flipv|rotate90cw|rotate90ccw|rotate180|skew|transmove,xoff,yoff * Add support to convert bitmap fonts (bsc#1169444) * Rename MediumItalic subfamily to Medium Italic * Show some more information when removing duplicated glyphs * Add a --force-monospaced argument instead of hardcoding font names * Convert `BoldCond` subfamily to `Bold Condensed` * Fixes for Monospaced fonts and force the Nimbus Mono L font to be Monospaced. (bsc#1169444 #c41) * Add a --version argument * Fix subfamily names so the converted font's subfamily match the original ones. (bsc#1169444 #c41)
    Changes in xorg-x11-fonts:

    Changes in ghostscript-fonts:


    Advisory IDSUSE-RU-2020:1954-1
    ReleasedSat Jul 18 03:07:15 2020
    SummaryRecommended update for cracklib
    Typerecommended
    Severitymoderate
    References1172396
    Description:

    This update for cracklib fixes the following issues:


    Advisory IDSUSE-RU-2020:2000-1
    ReleasedWed Jul 22 09:04:41 2020
    SummaryRecommended update for efivar
    Typerecommended
    Severityimportant
    References1100077,1101023,1120862,1127544
    Description:

    This update for efivar fixes the following issues:


    Advisory IDSUSE-RU-2020:2082-1
    ReleasedThu Jul 30 09:49:35 2020
    SummaryRecommended update for google-guest-agent, google-guest-configs, and google-guest-oslogin
    Typerecommended
    Severitymoderate
    References1174304,1174306
    Description:

    The python based packages google-compute-engine-init and google-compute-engine-oslogin were deprecated and are now replaced by the new Go based packages google-guest-agent, google-guest-configs, and google-guest-oslogin (jsc#ECO-2099)


    Advisory IDSUSE-RU-2020:2083-1
    ReleasedThu Jul 30 10:27:59 2020
    SummaryRecommended update for diffutils
    Typerecommended
    Severitymoderate
    References1156913
    Description:

    This update for diffutils fixes the following issue:


    Advisory IDSUSE-RU-2020:2148-1
    ReleasedThu Aug 6 13:36:17 2020
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severityimportant
    References1174673
    Description:

    This update for ca-certificates-mozilla fixes the following issues:
    Update to 2.42 state of the Mozilla NSS Certificate store (bsc#1174673)
    Removed CAs:
    * AddTrust External CA Root * AddTrust Class 1 CA Root * LuxTrust Global Root 2 * Staat der Nederlanden Root CA - G2 * Symantec Class 1 Public Primary Certification Authority - G4 * Symantec Class 2 Public Primary Certification Authority - G4 * VeriSign Class 3 Public Primary Certification Authority - G3
    Added CAs:
    * certSIGN Root CA G2 * e-Szigno Root CA 2017 * Microsoft ECC Root Certificate Authority 2017 * Microsoft RSA Root Certificate Authority 2017


    Advisory IDSUSE-RU-2020:2219-1
    ReleasedWed Aug 12 15:47:42 2020
    SummaryRecommended update for supportutils-plugin-suse-public-cloud and python3-azuremetadata
    Typerecommended
    Severitymoderate
    References1170475,1170476,1173238,1173240,1173357,1174618,1174847
    Description:

    This update for supportutils-plugin-suse-public-cloud and python3-azuremetadata fixes the following issues:
    supportutils-plugin-suse-public-cloud:


    python3-azuremetadata:


    Advisory IDSUSE-RU-2020:2256-1
    ReleasedMon Aug 17 15:08:46 2020
    SummaryRecommended update for sysfsutils
    Typerecommended
    Severitymoderate
    References1155305
    Description:

    This update for sysfsutils fixes the following issue:


    Advisory IDSUSE-RU-2020:2380-1
    ReleasedFri Aug 28 14:54:08 2020
    SummaryRecommended update for supportutils-plugin-suse-public-cloud
    Typerecommended
    Severitymoderate
    References1175250,1175251
    Description:

    This update for supportutils-plugin-suse-public-cloud contains the following fix:


    Advisory IDSUSE-RU-2020:2420-1
    ReleasedTue Sep 1 13:48:35 2020
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1174551,1174736
    Description:

    This update for zlib provides the following fixes:


    Advisory IDSUSE-RU-2020:2425-1
    ReleasedTue Sep 1 13:54:05 2020
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1174260
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-RU-2020:2440-1
    ReleasedTue Sep 1 22:14:33 2020
    SummaryRecommended update for libmaxminddb
    Typerecommended
    Severitymoderate
    References1175006
    Description:

    This update for libmaxminddb fixes the following issues:


    Advisory IDSUSE-RU-2020:2651-1
    ReleasedWed Sep 16 14:42:55 2020
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1175811,1175830,1175831
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2020:2655-1
    ReleasedWed Sep 16 14:44:27 2020
    SummaryRecommended update for google-guest-agent, google-guest-configs, google-guest-oslogin
    Typerecommended
    Severitymoderate
    References1174745,1175173,1175740,1175741
    Description:

    This update for google-guest-agent, google-guest-configs, google-guest-oslogin contains the following fixes:






    Advisory IDSUSE-RU-2020:2735-1
    ReleasedThu Sep 24 13:32:25 2020
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1173034
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2020:2757-1
    ReleasedFri Sep 25 19:45:40 2020
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1173104
    Description:

    This update for nfs-utils fixes the following issue:


    Advisory IDSUSE-RU-2020:2782-1
    ReleasedTue Sep 29 11:40:22 2020
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severityimportant
    References1176932
    Description:

    This update for systemd-rpm-macros fixes the following issues:



    Advisory IDSUSE-RU-2020:2825-1
    ReleasedFri Oct 2 08:44:28 2020
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1170347,1176759
    Description:

    This update for suse-build-key fixes the following issues:



    Advisory IDSUSE-RU-2020:2863-1
    ReleasedTue Oct 6 09:28:41 2020
    SummaryRecommended update for efivar
    Typerecommended
    Severitymoderate
    References1175989
    Description:

    This update for efivar fixes the following issues:


    Advisory IDSUSE-RU-2020:2869-1
    ReleasedTue Oct 6 16:13:20 2020
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1011548,1153943,1153946,1161239,1171762
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-SU-2020:2947-1
    ReleasedFri Oct 16 15:23:07 2020
    SummarySecurity update for gcc10, nvptx-tools
    Typesecurity
    Severitymoderate
    References1172798,1172846,1173972,1174753,1174817,1175168,CVE-2020-13844
    Description:

    This update for gcc10, nvptx-tools fixes the following issues:
    This update provides the GCC10 compiler suite and runtime libraries.
    The base SUSE Linux Enterprise libraries libgcc_s1, libstdc++6 are replaced by the gcc10 variants.
    The new compiler variants are available with '-10' suffix, you can specify them via:
    CC=gcc-10 CXX=g++-10
    or similar commands.
    For a detailed changelog check out https://gcc.gnu.org/gcc-10/changes.html
    Changes in nvptx-tools:


    Advisory IDSUSE-RU-2020:2958-1
    ReleasedTue Oct 20 12:24:55 2020
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1158830
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2020:2983-1
    ReleasedWed Oct 21 15:03:03 2020
    SummaryRecommended update for file
    Typerecommended
    Severitymoderate
    References1176123
    Description:

    This update for file fixes the following issues:


    Advisory IDSUSE-SU-2020:2995-1
    ReleasedThu Oct 22 10:03:09 2020
    SummarySecurity update for freetype2
    Typesecurity
    Severityimportant
    References1177914,CVE-2020-15999
    Description:

    This update for freetype2 fixes the following issues:


    Advisory IDSUSE-OU-2020:3026-1
    ReleasedFri Oct 23 15:35:49 2020
    SummaryOptional update for the Public Cloud Module
    Typeoptional
    Severitymoderate
    References
    Description:


    This update adds the Google Cloud Storage packages to the Public Cloud module (jsc#ECO-2398). The following packages were included:


    Advisory IDSUSE-RU-2020:3058-1
    ReleasedWed Oct 28 06:11:14 2020
    SummaryRecommended update for catatonit
    Typerecommended
    Severitymoderate
    References1176155
    Description:

    This update for catatonit fixes the following issues:


    Advisory IDSUSE-RU-2020:3059-1
    ReleasedWed Oct 28 06:11:23 2020
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1173391,1176285,1176325
    Description:

    This update for sysconfig fixes the following issues:


    Advisory IDSUSE-RU-2020:3099-1
    ReleasedThu Oct 29 19:33:41 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2020:3123-1
    ReleasedTue Nov 3 09:48:13 2020
    SummaryRecommended update for timezone
    Typerecommended
    Severityimportant
    References1177460,1178346,1178350,1178353
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2020:3157-1
    ReleasedWed Nov 4 15:37:05 2020
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severitymoderate
    References1177864
    Description:

    This update for ca-certificates-mozilla fixes the following issues:
    The SSL Root CA store was updated to the 2.44 state of the Mozilla NSS Certificate store (bsc#1177864)


    - EE Certification Centre Root CA - Taiwan GRCA

    - Trustwave Global Certification Authority - Trustwave Global ECC P256 Certification Authority - Trustwave Global ECC P384 Certification Authority


    Advisory IDSUSE-RU-2020:3277-1
    ReleasedWed Nov 11 09:06:52 2020
    SummaryRecommended update for google-osconfig-agent
    Typerecommended
    Severitymoderate
    References1176427,1178249
    Description:

    This update for google-osconfig-agent fixes the following issues:
    This update ships the google-osconfig-agent in version 20200929.00 (bsc#1176427, bsc#1178249, jsc#ECO-2702, jsc#PM-2203)


    Advisory IDSUSE-RU-2020:3382-1
    ReleasedThu Nov 19 11:03:01 2020
    SummaryRecommended update for dmidecode
    Typerecommended
    Severitymoderate
    References1174257
    Description:

    This update for dmidecode fixes the following issues:


    Advisory IDSUSE-RU-2020:3462-1
    ReleasedFri Nov 20 13:14:35 2020
    SummaryRecommended update for pam and sudo
    Typerecommended
    Severitymoderate
    References1174593,1177858,1178727
    Description:

    This update for pam and sudo fixes the following issue:
    pam:


    sudo:


    Advisory IDSUSE-SU-2020:3478-1
    ReleasedMon Nov 23 09:33:17 2020
    SummarySecurity update for c-ares
    Typesecurity
    Severitymoderate
    References1178882,CVE-2020-8277
    Description:

    This update for c-ares fixes the following issues:


    Advisory IDSUSE-OU-2020:3481-1
    ReleasedMon Nov 23 11:17:09 2020
    SummaryOptional update for vim
    Typeoptional
    Severitylow
    References1166602,1173256,1174564,1176549
    Description:

    This update for vim doesn't fix any user visible issues and it is optional to install.


    Advisory IDSUSE-RU-2020:3616-1
    ReleasedThu Dec 3 10:56:12 2020
    SummaryRecommended update for c-ares
    Typerecommended
    Severitymoderate
    References1178882
    Description:




    Advisory IDSUSE-RU-2020:3620-1
    ReleasedThu Dec 3 17:03:55 2020
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2020:3703-1
    ReleasedMon Dec 7 20:17:32 2020
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1179431
    Description:

    This update for aaa_base fixes the following issue:


    Advisory IDSUSE-RU-2020:3791-1
    ReleasedMon Dec 14 17:39:19 2020
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for gzip fixes the following issue:


    Advisory IDSUSE-OU-2020:3795-1
    ReleasedMon Dec 14 17:43:26 2020
    SummaryOptional update for systemd-rpm-macros
    Typeoptional
    Severitylow
    References1059627,1178481,1179020
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2020:3619-1
    ReleasedTue Dec 15 13:41:16 2020
    SummaryRecommended update for cloud-netconfig, google-guest-agent
    Typerecommended
    Severitymoderate
    References1159460,1178486,1179031,1179032
    Description:

    This update for cloud-netconfig, google-guest-agent fixes the following issues:
    cloud-netconfig:


    google-guest-agent:



    Advisory IDSUSE-RU-2020:3942-1
    ReleasedTue Dec 29 12:22:01 2020
    SummaryRecommended update for libidn2
    Typerecommended
    Severitymoderate
    References1180138
    Description:

    This update for libidn2 fixes the following issues:


    Advisory IDSUSE-RU-2021:10-1
    ReleasedMon Jan 4 10:01:52 2021
    SummaryRecommended update for dmidecode
    Typerecommended
    Severitymoderate
    References1174257
    Description:

    This update for dmidecode fixes the following issue:


    Advisory IDSUSE-RU-2021:179-1
    ReleasedWed Jan 20 13:38:51 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:





    Advisory IDSUSE-RU-2021:220-1
    ReleasedTue Jan 26 14:00:51 2021
    SummaryRecommended update for keyutils
    Typerecommended
    Severitymoderate
    References1180603
    Description:

    This update for keyutils fixes the following issues:


    Advisory IDSUSE-SU-2021:285-1
    ReleasedTue Feb 2 13:08:54 2021
    SummarySecurity update for cups
    Typesecurity
    Severitymoderate
    References1170671,1180520,CVE-2019-8842,CVE-2020-10001
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2021:293-1
    ReleasedWed Feb 3 12:52:34 2021
    SummaryRecommended update for gmp
    Typerecommended
    Severitymoderate
    References1180603
    Description:

    This update for gmp fixes the following issues:


    Advisory IDSUSE-RU-2021:294-1
    ReleasedWed Feb 3 12:54:28 2021
    SummaryRecommended update for libprotobuf
    Typerecommended
    Severitymoderate
    References
    Description:


    libprotobuf was updated to fix:


    Advisory IDSUSE-RU-2021:301-1
    ReleasedThu Feb 4 08:46:27 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:



    Advisory IDSUSE-OU-2021:339-1
    ReleasedMon Feb 8 13:16:07 2021
    SummaryOptional update for pam
    Typeoptional
    Severitylow
    References
    Description:

    This update for pam fixes the following issues:


    This patch is optional to be installed - it doesn't fix any bugs.


    Advisory IDSUSE-SU-2021:435-1
    ReleasedThu Feb 11 14:47:25 2021
    SummarySecurity update for containerd, docker, docker-runc, golang-github-docker-libnetwork
    Typesecurity
    Severityimportant
    References1174075,1176708,1178801,1178969,1180243,1180401,1181730,1181732,CVE-2020-15257,CVE-2021-21284,CVE-2021-21285
    Description:

    This update for containerd, docker, docker-runc, golang-github-docker-libnetwork fixes the following issues:
    Security issues fixed:


    Non-security issues fixed:













    Advisory IDSUSE-RU-2021:516-1
    ReleasedThu Feb 18 14:42:51 2021
    SummaryRecommended update for docker, golang-github-docker-libnetwork
    Typerecommended
    Severitymoderate
    References1178801,1180401,1182168
    Description:

    This update for docker, golang-github-docker-libnetwork fixes the following issues:


    Advisory IDSUSE-RU-2021:656-1
    ReleasedMon Mar 1 09:34:21 2021
    SummaryRecommended update for protobuf
    Typerecommended
    Severitymoderate
    References1177127
    Description:

    This update for protobuf fixes the following issues:


    Advisory IDSUSE-RU-2021:707-1
    ReleasedThu Mar 4 09:19:36 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1177039
    Description:

    This update for systemd-rpm-macros fixes the following issues:




    Advisory IDSUSE-RU-2021:784-1
    ReleasedMon Mar 15 11:19:08 2021
    SummaryRecommended update for efivar
    Typerecommended
    Severitymoderate
    References1181967
    Description:

    This update for efivar fixes the following issues:


    Advisory IDSUSE-RU-2021:786-1
    ReleasedMon Mar 15 11:19:23 2021
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1176201
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2021:795-1
    ReleasedTue Mar 16 10:28:02 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitylow
    References1182661,1183012,1183051
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-RU-2021:924-1
    ReleasedTue Mar 23 10:00:49 2021
    SummaryRecommended update for filesystem
    Typerecommended
    Severitymoderate
    References1078466,1146705,1175519,1178775,1180020,1180083,1180596,1181011,1181831,1183094
    Description:

    This update for filesystem the following issues:


    This update for systemd fixes the following issues:


    Advisory IDSUSE-RU-2021:926-1
    ReleasedTue Mar 23 13:20:24 2021
    SummaryRecommended update for systemd-presets-common-SUSE
    Typerecommended
    Severitymoderate
    References1083473,1112500,1115408,1165780,1183012
    Description:

    This update for systemd-presets-common-SUSE fixes the following issues:


    Advisory IDSUSE-SU-2021:930-1
    ReleasedWed Mar 24 12:09:23 2021
    SummarySecurity update for nghttp2
    Typesecurity
    Severityimportant
    References1172442,1181358,CVE-2020-11080
    Description:

    This update for nghttp2 fixes the following issues:


    Advisory IDSUSE-SU-2021:974-1
    ReleasedMon Mar 29 19:31:27 2021
    SummarySecurity update for tar
    Typesecurity
    Severitylow
    References1181131,CVE-2021-20193
    Description:

    This update for tar fixes the following issues:
    CVE-2021-20193: Memory leak in read_header() in list.c (bsc#1181131)


    Advisory IDSUSE-RU-2021:991-1
    ReleasedWed Mar 31 13:28:37 2021
    SummaryRecommended update for vim
    Typerecommended
    Severitymoderate
    References1182324
    Description:

    This update for vim provides the following fixes:


    Advisory IDSUSE-RU-2021:1018-1
    ReleasedTue Apr 6 14:29:13 2021
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References1180713
    Description:

    This update for gzip fixes the following issues:


    Advisory IDSUSE-RU-2021:1021-1
    ReleasedTue Apr 6 14:30:30 2021
    SummaryRecommended update for cups
    Typerecommended
    Severitymoderate
    References1175960
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2021:1169-1
    ReleasedTue Apr 13 15:01:42 2021
    SummaryRecommended update for procps
    Typerecommended
    Severitylow
    References1181976
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2021:1289-1
    ReleasedWed Apr 21 14:02:46 2021
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References1177047
    Description:

    This update for gzip fixes the following issues:


    Advisory IDSUSE-RU-2021:1295-1
    ReleasedWed Apr 21 14:08:19 2021
    SummaryRecommended update for systemd-presets-common-SUSE
    Typerecommended
    Severitymoderate
    References1184136
    Description:

    This update for systemd-presets-common-SUSE fixes the following issues:


    Advisory IDSUSE-RU-2021:1449-1
    ReleasedFri Apr 30 08:08:25 2021
    SummaryRecommended update for systemd-presets-branding-SLE
    Typerecommended
    Severitymoderate
    References1165780
    Description:

    This update for systemd-presets-branding-SLE fixes the following issues:


    Advisory IDSUSE-SU-2021:1454-1
    ReleasedFri Apr 30 09:22:26 2021
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1184161,CVE-2021-25317
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2021:1533-1
    ReleasedThu May 6 17:04:28 2021
    SummaryRecommended update for google-guest-agent, google-guest-configs, google-guest-oslogin, google-osconfig-agent
    Typerecommended
    Severitymoderate
    References1174304,1174306,1175740,1175741,1179031,1179032,1180304,1182793,1183414,1183415
    Description:

    This update for google-guest-agent, google-guest-configs, google-guest-oslogin, google-osconfig-agent contains the following fixes:
    Changes in google-guest-agent:



    Changes in google-guest-configs:

    Changes in google-guest-oslogin:

    * add getpwnam,getpwuid,getgrnam,getgrgid (#42) * Change requires to not require the python library for policycoreutils. (#44) * add dial and recvline (#41) * PR feedback * new client component and tests
    Changes in google-osconfig-agent:






    Advisory IDSUSE-RU-2021:1543-1
    ReleasedFri May 7 15:16:34 2021
    SummaryRecommended update for patterns-microos
    Typerecommended
    Severitymoderate
    References1184435
    Description:

    This update for patterns-microos provides the following fix:


    Advisory IDSUSE-RU-2021:1549-1
    ReleasedMon May 10 13:48:00 2021
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1185417
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2021:1643-1
    ReleasedWed May 19 13:51:48 2021
    SummaryRecommended update for pam
    Typerecommended
    Severityimportant
    References1181443,1184358,1185562
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2021:1669-1
    ReleasedThu May 20 11:10:44 2021
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1181540,1181651,1183194,1185170
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-RU-2021:1675-1
    ReleasedThu May 20 15:00:23 2021
    SummaryRecommended update for snappy
    Typerecommended
    Severitymoderate
    References1080040,1184507
    Description:

    This update for snappy fixes the following issues:
    Update from version 1.1.3 to 1.1.8


    Advisory IDSUSE-RU-2021:1700-1
    ReleasedMon May 24 16:39:35 2021
    SummaryRecommended update for google-guest-agent, google-guest-oslogin, google-osconfig-agent
    Typerecommended
    Severitymoderate
    References1185848,1185849
    Description:

    This update for google-guest-agent, google-guest-oslogin, google-osconfig-agent contains the following fixes:




    Advisory IDSUSE-RU-2021:1861-1
    ReleasedFri Jun 4 09:59:40 2021
    SummaryRecommended update for gcc10
    Typerecommended
    Severitymoderate
    References1029961,1106014,1178577,1178624,1178675,1182016
    Description:

    This update for gcc10 fixes the following issues:


    Advisory IDSUSE-RU-2021:1923-1
    ReleasedThu Jun 10 08:37:00 2021
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severityimportant
    References1183194
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-RU-2021:1935-1
    ReleasedThu Jun 10 10:45:09 2021
    SummaryRecommended update for gzip
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for gzip fixes the following issue:


    Advisory IDSUSE-RU-2021:1937-1
    ReleasedThu Jun 10 10:47:09 2021
    SummaryRecommended update for nghttp2
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for nghttp2 fixes the following issue:


    Advisory IDSUSE-RU-2021:1941-1
    ReleasedThu Jun 10 10:49:52 2021
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for sysconfig fixes the following issue:


    Advisory IDSUSE-SU-2021:1954-1
    ReleasedFri Jun 11 10:45:09 2021
    SummarySecurity update for containerd, docker, runc
    Typesecurity
    Severityimportant
    References1168481,1175081,1175821,1181594,1181641,1181677,1181730,1181732,1181749,1182451,1182476,1182947,1183024,1183855,1184768,1184962,1185405,CVE-2021-21284,CVE-2021-21285,CVE-2021-21334,CVE-2021-30465
    Description:

    This update for containerd, docker, runc fixes the following issues:
    Docker was updated to 20.10.6-ce (bsc#1184768, bsc#1182947, bsc#1181594)


    runc was updated to v1.0.0~rc93 (bsc#1182451, bsc#1175821 bsc#1184962).

    containerd was updated to v1.4.4


    Advisory IDSUSE-RU-2021:2091-1
    ReleasedMon Jun 21 10:45:13 2021
    SummaryRecommended update for wget
    Typerecommended
    Severitymoderate
    References1181173
    Description:

    This update for wget fixes the following issue:


    Advisory IDSUSE-RU-2021:2096-1
    ReleasedMon Jun 21 13:35:38 2021
    SummaryRecommended update for python-six
    Typerecommended
    Severitymoderate
    References1186642
    Description:


    This update for python-six fixes the following issue:


    Advisory IDSUSE-RU-2021:2146-1
    ReleasedWed Jun 23 17:55:14 2021
    SummaryRecommended update for openssh
    Typerecommended
    Severitymoderate
    References1115550,1174162
    Description:

    This update for openssh fixes the following issues:


    Advisory IDSUSE-RU-2021:2173-1
    ReleasedMon Jun 28 14:59:45 2021
    SummaryRecommended update for automake
    Typerecommended
    Severitymoderate
    References1040589,1047218,1182604,1185540,1186049
    Description:

    This update for automake fixes the following issues:


    This update for pcre fixes the following issues:

    This update for brp-check-suse fixes the following issues:


    Advisory IDSUSE-RU-2021:2178-1
    ReleasedMon Jun 28 15:56:15 2021
    SummaryRecommended update for systemd-presets-common-SUSE
    Typerecommended
    Severitymoderate
    References1186561
    Description:

    This update for systemd-presets-common-SUSE fixes the following issues:
    When installing the systemd-presets-common-SUSE package for the first time in a new system, it might happen that some services are installed before systemd so the %systemd_pre/post macros would not work. This is handled by enabling all preset services in this package's %posttrans section but it wasn't enabling user services, just system services. Now it enables also the user services installed before this package (bsc#1186561)


    Advisory IDSUSE-RU-2021:2191-1
    ReleasedMon Jun 28 18:38:13 2021
    SummaryRecommended update for patterns-microos
    Typerecommended
    Severitymoderate
    References1186791
    Description:

    This update for patterns-microos provides the following fix:


    Advisory IDSUSE-RU-2021:2193-1
    ReleasedMon Jun 28 18:38:43 2021
    SummaryRecommended update for tar
    Typerecommended
    Severitymoderate
    References1184124
    Description:

    This update for tar fixes the following issues:


    Advisory IDSUSE-SU-2021:2196-1
    ReleasedTue Jun 29 09:41:39 2021
    SummarySecurity update for lua53
    Typesecurity
    Severitymoderate
    References1175448,1175449,CVE-2020-24370,CVE-2020-24371
    Description:

    This update for lua53 fixes the following issues:
    Update to version 5.3.6:


    Advisory IDSUSE-RU-2021:2286-1
    ReleasedFri Jul 9 17:38:53 2021
    SummaryRecommended update for dosfstools
    Typerecommended
    Severitymoderate
    References1172863
    Description:

    This update for dosfstools fixes the following issue:


    Advisory IDSUSE-SU-2021:2320-1
    ReleasedWed Jul 14 17:01:06 2021
    SummarySecurity update for sqlite3
    Typesecurity
    Severityimportant
    References1157818,1158812,1158958,1158959,1158960,1159491,1159715,1159847,1159850,1160309,1160438,1160439,1164719,1172091,1172115,1172234,1172236,1172240,1173641,928700,928701,CVE-2015-3414,CVE-2015-3415,CVE-2019-19244,CVE-2019-19317,CVE-2019-19603,CVE-2019-19645,CVE-2019-19646,CVE-2019-19880,CVE-2019-19923,CVE-2019-19924,CVE-2019-19925,CVE-2019-19926,CVE-2019-19959,CVE-2019-20218,CVE-2020-13434,CVE-2020-13435,CVE-2020-13630,CVE-2020-13631,CVE-2020-13632,CVE-2020-15358,CVE-2020-9327
    Description:

    This update for sqlite3 fixes the following issues:


    Advisory IDSUSE-RU-2021:2395-1
    ReleasedMon Jul 19 12:08:34 2021
    SummaryRecommended update for efivar
    Typerecommended
    Severitymoderate
    References1187386
    Description:

    This update for efivar provides the following fix:


    Advisory IDSUSE-SU-2021:2412-1
    ReleasedTue Jul 20 15:25:21 2021
    SummarySecurity update for containerd
    Typesecurity
    Severitymoderate
    References1188282,CVE-2021-32760
    Description:

    This update for containerd fixes the following issues:


    Advisory IDSUSE-RU-2021:2456-1
    ReleasedThu Jul 22 15:28:39 2021
    SummaryRecommended update for pam-config
    Typerecommended
    Severitymoderate
    References1187091
    Description:

    This update for pam-config fixes the following issues:


    Advisory IDSUSE-RU-2021:2464-1
    ReleasedFri Jul 23 14:20:23 2021
    SummaryRecommended update for shim
    Typerecommended
    Severitymoderate
    References1185232,1185261,1185441,1185464,1185961,1187071,1187260,1187696
    Description:

    This update for shim fixes the following issues:


    Advisory IDSUSE-RU-2021:2477-1
    ReleasedTue Jul 27 13:32:50 2021
    SummaryRecommended update for growpart-rootgrow
    Typerecommended
    Severityimportant
    References1165198,1188179
    Description:

    This update for growpart-rootgrow fixes the following issues:











    Advisory IDSUSE-RU-2021:2481-1
    ReleasedTue Jul 27 14:20:27 2021
    SummaryRecommended update for sysconfig
    Typerecommended
    Severitymoderate
    References1184124
    Description:

    This update for sysconfig fixes the following issues:


    Advisory IDSUSE-RU-2021:2573-1
    ReleasedThu Jul 29 14:21:52 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1188127
    Description:

    This update for timezone fixes the following issue:

    the IANA time zone database package, in addition to 'zone1970.tab', as before. This makes sure time zone aliases are now correctly supported. This update adds the 'tzdata.zi' file (bsc#1188127).


    Advisory IDSUSE-RU-2021:2606-1
    ReleasedWed Aug 4 13:16:09 2021
    SummaryRecommended update for libcbor
    Typerecommended
    Severitymoderate
    References1102408
    Description:

    This update for libcbor fixes the following issues:


    Advisory IDSUSE-RU-2021:2625-1
    ReleasedThu Aug 5 12:10:27 2021
    SummaryRecommended update for supportutils
    Typerecommended
    Severitymoderate
    References1185991,1185993,1186347,1186397,1186687,1188348
    Description:

    This update for supportutils fixes the following issues:
    ethtool was updated to version 3.1.17:


    Advisory IDSUSE-RU-2021:2627-1
    ReleasedThu Aug 5 12:10:46 2021
    SummaryRecommended maintenance update for systemd-default-settings
    Typerecommended
    Severitymoderate
    References1188348
    Description:

    This update for systemd-default-settings fixes the following issue:


    Advisory IDSUSE-RU-2021:2681-1
    ReleasedThu Aug 12 14:59:06 2021
    SummaryRecommended update for growpart-rootgrow
    Typerecommended
    Severityimportant
    References1188868,1188904
    Description:

    This update for growpart-rootgrow fixes the following issues:


    Advisory IDSUSE-SU-2021:2682-1
    ReleasedThu Aug 12 20:06:19 2021
    SummarySecurity update for rpm
    Typesecurity
    Severityimportant
    References1179416,1181805,1183543,1183545,CVE-2021-20266,CVE-2021-20271,CVE-2021-3421
    Description:

    This update for rpm fixes the following issues:


    Security fixes:



    Advisory IDSUSE-SU-2021:2760-1
    ReleasedTue Aug 17 17:11:14 2021
    SummarySecurity update for c-ares
    Typesecurity
    Severityimportant
    References1188881,CVE-2021-3672
    Description:

    This update for c-ares fixes the following issues:
    Version update to git snapshot 1.17.1+20200724:


    Advisory IDSUSE-RU-2021:2899-1
    ReleasedWed Sep 1 08:30:58 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1186282,1187332
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-SU-2021:2937-1
    ReleasedFri Sep 3 09:18:45 2021
    SummarySecurity update for libesmtp
    Typesecurity
    Severityimportant
    References1160462,1189097,CVE-2019-19977
    Description:

    This update for libesmtp fixes the following issues:


    Advisory IDSUSE-RU-2021:2962-1
    ReleasedMon Sep 6 18:23:01 2021
    SummaryRecommended update for runc
    Typerecommended
    Severitycritical
    References1189743
    Description:

    This update for runc fixes the following issues:


    Advisory IDSUSE-RU-2021:2974-1
    ReleasedTue Sep 7 17:17:23 2021
    SummaryRecommended update for librdkafka
    Typerecommended
    Severityimportant
    References1189792
    Description:

    This update for librdkafka fixes the following issue:


    Advisory IDSUSE-RU-2021:2997-1
    ReleasedThu Sep 9 14:37:34 2021
    SummaryRecommended update for python3
    Typerecommended
    Severitymoderate
    References1187338,1189659
    Description:

    This update for python3 fixes the following issues:


    Advisory IDSUSE-RU-2021:3001-1
    ReleasedThu Sep 9 15:08:13 2021
    SummaryRecommended update for netcfg
    Typerecommended
    Severitymoderate
    References1189683
    Description:

    This update for netcfg fixes the following issues:


    Advisory IDSUSE-RU-2021:3022-1
    ReleasedMon Sep 13 10:48:16 2021
    SummaryRecommended update for c-ares
    Typerecommended
    Severityimportant
    References1190225
    Description:

    This update for c-ares fixes the following issue:


    Advisory IDSUSE-RU-2021:3132-1
    ReleasedFri Sep 17 16:37:37 2021
    SummaryRecommended update for google-guest-oslogin
    Typerecommended
    Severitymoderate
    References1188992,1189041
    Description:

    This update for google-guest-oslogin contains the following fixes:





    Advisory IDSUSE-RU-2021:3182-1
    ReleasedTue Sep 21 17:04:26 2021
    SummaryRecommended update for file
    Typerecommended
    Severitymoderate
    References1189996
    Description:

    This update for file fixes the following issues:


    Advisory IDSUSE-RU-2021:3203-1
    ReleasedThu Sep 23 14:41:35 2021
    SummaryRecommended update for kmod
    Typerecommended
    Severitymoderate
    References1189537,1190190
    Description:

    This update for kmod fixes the following issues:



    Advisory IDSUSE-RU-2021:3245-1
    ReleasedTue Sep 28 13:54:31 2021
    SummaryRecommended update for docker
    Typerecommended
    Severityimportant
    References1190670
    Description:

    This update for docker fixes the following issues:


    Advisory IDSUSE-RU-2021:3274-1
    ReleasedFri Oct 1 10:34:17 2021
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severityimportant
    References1190858
    Description:

    This update for ca-certificates-mozilla fixes the following issues:


    Advisory IDSUSE-SU-2021:3291-1
    ReleasedWed Oct 6 16:45:36 2021
    SummarySecurity update for glibc
    Typesecurity
    Severitymoderate
    References1186489,1187911,CVE-2021-33574,CVE-2021-35942
    Description:

    This update for glibc fixes the following issues:


    Advisory IDSUSE-RU-2021:3382-1
    ReleasedTue Oct 12 14:30:17 2021
    SummaryRecommended update for ca-certificates-mozilla
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for ca-certificates-mozilla fixes the following issues:


    Advisory IDSUSE-SU-2021:3445-1
    ReleasedFri Oct 15 09:03:39 2021
    SummarySecurity update for rpm
    Typesecurity
    Severityimportant
    References1183659,1185299,1187670,1188548
    Description:

    This update for rpm fixes the following issues:
    Security issues fixed:


    Maintaince issues fixed:


    Advisory IDSUSE-SU-2021:3490-1
    ReleasedWed Oct 20 16:31:55 2021
    SummarySecurity update for ncurses
    Typesecurity
    Severitymoderate
    References1190793,CVE-2021-39537
    Description:

    This update for ncurses fixes the following issues:


    Advisory IDSUSE-RU-2021:3494-1
    ReleasedWed Oct 20 16:48:46 2021
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1190052
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-RU-2021:3501-1
    ReleasedFri Oct 22 10:42:46 2021
    SummaryRecommended update for libzypp, zypper, libsolv, protobuf
    Typerecommended
    Severitymoderate
    References1186503,1186602,1187224,1187425,1187466,1187738,1187760,1188156,1188435,1189031,1190059,1190199,1190465,1190712,1190815
    Description:

    This update for libzypp, zypper, libsolv and protobuf fixes the following issues:


    Advisory IDSUSE-SU-2021:3506-1
    ReleasedMon Oct 25 10:20:22 2021
    SummarySecurity update for containerd, docker, runc
    Typesecurity
    Severityimportant
    References1102408,1185405,1187704,1188282,1190826,1191015,1191121,1191334,1191355,1191434,CVE-2021-30465,CVE-2021-32760,CVE-2021-41089,CVE-2021-41091,CVE-2021-41092,CVE-2021-41103
    Description:

    This update for containerd, docker, runc fixes the following issues:
    Docker was updated to 20.10.9-ce. (bsc#1191355)
    See upstream changelog in the packaged /usr/share/doc/packages/docker/CHANGELOG.md.
    CVE-2021-41092 CVE-2021-41089 CVE-2021-41091 CVE-2021-41103
    container was updated to v1.4.11, to fix CVE-2021-41103. bsc#1191355



    Update to runc v1.0.2. Upstream changelog is available from
    https://github.com/opencontainers/runc/releases/tag/v1.0.2

    Update to runc v1.0.1. Upstream changelog is available from
    https://github.com/opencontainers/runc/releases/tag/v1.0.1

    Update to runc v1.0.0. Upstream changelog is available from
    https://github.com/opencontainers/runc/releases/tag/v1.0.0
    ! The usage of relative paths for mountpoints will now produce a warning (such configurations are outside of the spec, and in future runc will produce an error when given such configurations).
    Update to runc v1.0.0~rc95. Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc95
    This release of runc contains a fix for CVE-2021-30465, and users are strongly recommended to update (especially if you are providing semi-limited access to spawn containers to untrusted users). (bsc#1185405)
    Update to runc v1.0.0~rc94. Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc94
    Breaking Changes:
    Regression Fixes:


    Advisory IDSUSE-RU-2021:3510-1
    ReleasedTue Oct 26 11:22:15 2021
    SummaryRecommended update for pam
    Typerecommended
    Severityimportant
    References1191987
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-SU-2021:3529-1
    ReleasedWed Oct 27 09:23:32 2021
    SummarySecurity update for pcre
    Typesecurity
    Severitymoderate
    References1172973,1172974,CVE-2019-20838,CVE-2020-14155
    Description:

    This update for pcre fixes the following issues:
    Update pcre to version 8.45:


    Advisory IDSUSE-RU-2021:3792-1
    ReleasedWed Nov 24 06:12:09 2021
    SummaryRecommended update for kmod
    Typerecommended
    Severitymoderate
    References1192104
    Description:

    This update for kmod fixes the following issues:


    Advisory IDSUSE-RU-2021:3799-1
    ReleasedWed Nov 24 18:07:54 2021
    SummaryRecommended update for gcc11
    Typerecommended
    Severitymoderate
    References1187153,1187273,1188623
    Description:

    This update for gcc11 fixes the following issues:
    The additional GNU compiler collection GCC 11 is provided:
    To select these compilers install the packages:


    to select them for building:

    The compiler baselibraries (libgcc_s1, libstdc++6 and others) are being replaced by the GCC 11 variants.


    Advisory IDSUSE-RU-2021:3872-1
    ReleasedThu Dec 2 07:25:55 2021
    SummaryRecommended update for cracklib
    Typerecommended
    Severitymoderate
    References1191736
    Description:

    This update for cracklib fixes the following issues:


    Advisory IDSUSE-RU-2021:3883-1
    ReleasedThu Dec 2 11:47:07 2021
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:
    Update timezone to 2021e (bsc#1177460)


    Advisory IDSUSE-RU-2021:3891-1
    ReleasedFri Dec 3 10:21:49 2021
    SummaryRecommended update for keyutils
    Typerecommended
    Severitymoderate
    References1029961,1113013,1187654
    Description:

    This update for keyutils fixes the following issues:


    keyutils was updated to 1.6.3 (jsc#SLE-20016):

    Updated to 1.6:

    Updated to 1.5.11 (bsc#1113013)


    Advisory IDSUSE-SU-2021:3899-1
    ReleasedFri Dec 3 11:27:41 2021
    SummarySecurity update for aaa_base
    Typesecurity
    Severitymoderate
    References1162581,1174504,1191563,1192248
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-SU-2021:3942-1
    ReleasedMon Dec 6 14:46:05 2021
    SummarySecurity update for brotli
    Typesecurity
    Severitymoderate
    References1175825,CVE-2020-8927
    Description:

    This update for brotli fixes the following issues:


    Advisory IDSUSE-SU-2021:3946-1
    ReleasedMon Dec 6 14:57:42 2021
    SummarySecurity update for gmp
    Typesecurity
    Severitymoderate
    References1192717,CVE-2021-43618
    Description:

    This update for gmp fixes the following issues:


    Advisory IDSUSE-SU-2021:3950-1
    ReleasedMon Dec 6 14:59:37 2021
    SummarySecurity update for openssh
    Typesecurity
    Severityimportant
    References1190975,CVE-2021-41617
    Description:

    This update for openssh fixes the following issues:


    Advisory IDSUSE-RU-2021:3980-1
    ReleasedThu Dec 9 16:42:19 2021
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References1191592
    Description:


    glibc was updated to fix the following issue:


    Advisory IDSUSE-RU-2021:4009-1
    ReleasedMon Dec 13 11:24:43 2021
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitylow
    References
    Description:

    This update for systemd-rpm-macros fixes the following issues:


    Advisory IDSUSE-SU-2021:4104-1
    ReleasedThu Dec 16 11:14:12 2021
    SummarySecurity update for python3
    Typesecurity
    Severitymoderate
    References1180125,1183374,1183858,1185588,1187668,1189241,1189287,CVE-2021-3426,CVE-2021-3733,CVE-2021-3737
    Description:

    This update for python3 fixes the following issues:



    Advisory IDSUSE-SU-2021:4153-1
    ReleasedWed Dec 22 11:00:48 2021
    SummarySecurity update for openssh
    Typesecurity
    Severityimportant
    References1183137,CVE-2021-28041
    Description:

    This update for openssh fixes the following issues:


    Advisory IDSUSE-RU-2021:4165-1
    ReleasedWed Dec 22 22:52:11 2021
    SummaryRecommended update for kmod
    Typerecommended
    Severitymoderate
    References1193430
    Description:

    This update for kmod fixes the following issues:


    Advisory IDSUSE-SU-2021:4171-1
    ReleasedThu Dec 23 09:55:13 2021
    SummarySecurity update for runc
    Typesecurity
    Severitymoderate
    References1193436,CVE-2021-43784
    Description:

    This update for runc fixes the following issues:
    Update to runc v1.0.3.


    Advisory IDSUSE-RU-2021:4182-1
    ReleasedThu Dec 23 11:51:51 2021
    SummaryRecommended update for zlib
    Typerecommended
    Severitymoderate
    References1192688
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2022:48-1
    ReleasedTue Jan 11 09:17:57 2022
    SummaryRecommended update for python3
    Typerecommended
    Severitymoderate
    References1190566,1192249,1193179
    Description:

    This update for python3 fixes the following issues:



    Advisory IDSUSE-RU-2022:55-1
    ReleasedTue Jan 11 12:53:27 2022
    SummaryRecommended update for rsyslog
    Typerecommended
    Severitymoderate
    References1029961,1160414,1178490,1182653
    Description:

    This update for rsyslog fixes the following issues:









    Advisory IDSUSE-RU-2022:84-1
    ReleasedMon Jan 17 04:40:30 2022
    SummaryRecommended update for dosfstools
    Typerecommended
    Severitymoderate
    References1172863,1188401
    Description:

    This update for dosfstools fixes the following issues:


    Advisory IDSUSE-RU-2022:96-1
    ReleasedTue Jan 18 05:14:44 2022
    SummaryRecommended update for rpm
    Typerecommended
    Severityimportant
    References1180125,1190824,1193711
    Description:

    This update for rpm fixes the following issues:


    Advisory IDSUSE-SU-2022:184-1
    ReleasedTue Jan 25 18:20:56 2022
    SummarySecurity update for json-c
    Typesecurity
    Severityimportant
    References1171479,CVE-2020-12762
    Description:

    This update for json-c fixes the following issues:


    Advisory IDSUSE-RU-2022:207-1
    ReleasedThu Jan 27 09:24:49 2022
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for glibc fixes the following issues:


    Advisory IDSUSE-RU-2022:228-1
    ReleasedMon Jan 31 06:07:52 2022
    SummaryRecommended update for boost
    Typerecommended
    Severitymoderate
    References1194522
    Description:

    This update for boost fixes the following issues:


    Advisory IDSUSE-RU-2022:273-1
    ReleasedTue Feb 1 14:15:21 2022
    SummaryRecommended update for google-guest-agent, google-guest-configs, google-guest-oslogin, google-osconfig-agent
    Typerecommended
    Severityimportant
    References1102408,1192652,1192653,1193257,1193258
    Description:

    This update for google-guest-agent, google-guest-configs, google-guest-oslogin, google-osconfig-agent contains the following fixes:
    Changes in google-guest-agent:






    Changes in google-guest-configs:





    Changes in google-guest-oslogin:
    Changes in google-osconfig-agent:




    Advisory IDSUSE-SU-2022:330-1
    ReleasedFri Feb 4 09:29:08 2022
    SummarySecurity update for glibc
    Typesecurity
    Severityimportant
    References1194640,1194768,1194770,1194785,CVE-2021-3999,CVE-2022-23218,CVE-2022-23219
    Description:


    This update for glibc fixes the following issues:


    Features added:


    Advisory IDSUSE-SU-2022:334-1
    ReleasedFri Feb 4 09:30:58 2022
    SummarySecurity update for containerd, docker
    Typesecurity
    Severitymoderate
    References1191015,1191121,1191334,1191434,1193273,CVE-2021-41089,CVE-2021-41091,CVE-2021-41092,CVE-2021-41103,CVE-2021-41190
    Description:

    This update for containerd, docker fixes the following issues:


    Advisory IDSUSE-RU-2022:353-1
    ReleasedTue Feb 8 17:41:48 2022
    SummaryRecommended update for systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References
    Description:

    This update for systemd-rpm-macros fixes the following issues:



    Advisory IDSUSE-RU-2022:383-1
    ReleasedTue Feb 15 17:47:36 2022
    SummaryRecommended update for cyrus-sasl
    Typerecommended
    Severitymoderate
    References1194265
    Description:

    This update for cyrus-sasl fixes the following issues:


    Advisory IDSUSE-RU-2022:476-1
    ReleasedThu Feb 17 10:31:35 2022
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1194661
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-RU-2022:520-1
    ReleasedFri Feb 18 12:45:19 2022
    SummaryRecommended update for rpm
    Typerecommended
    Severitymoderate
    References1194968
    Description:

    This update for rpm fixes the following issues:


    Advisory IDSUSE-RU-2022:548-1
    ReleasedTue Feb 22 13:48:55 2022
    SummaryRecommended update for blog
    Typerecommended
    Severitymoderate
    References1186506,1191057
    Description:

    This update for blog fixes the following issues:






    Advisory IDSUSE-RU-2022:682-1
    ReleasedThu Mar 3 11:37:03 2022
    SummaryRecommended update for supportutils-plugin-suse-public-cloud
    Typerecommended
    Severityimportant
    References1195095,1195096
    Description:

    This update for supportutils-plugin-suse-public-cloud fixes the following issues:


    Advisory IDSUSE-RU-2022:692-1
    ReleasedThu Mar 3 15:46:47 2022
    SummaryRecommended update for filesystem
    Typerecommended
    Severitymoderate
    References1190447
    Description:

    This update for filesystem fixes the following issues:


    Advisory IDSUSE-SU-2022:720-1
    ReleasedFri Mar 4 10:20:28 2022
    SummarySecurity update for containerd
    Typesecurity
    Severitymoderate
    References1196441,CVE-2022-23648
    Description:

    This update for containerd fixes the following issues:


    Advisory IDSUSE-SU-2022:736-1
    ReleasedFri Mar 4 14:51:57 2022
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1190533,1190570,1191893,1192478,1192481,1193294,1193298,1194216,1194556,1195004,1195066,1195126,1195202,1195356,CVE-2021-3778,CVE-2021-3796,CVE-2021-3872,CVE-2021-3927,CVE-2021-3928,CVE-2021-3984,CVE-2021-4019,CVE-2021-4193,CVE-2021-46059,CVE-2022-0318,CVE-2022-0319,CVE-2022-0351,CVE-2022-0361,CVE-2022-0413
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-SU-2022:743-1
    ReleasedMon Mar 7 22:08:12 2022
    SummarySecurity update for cyrus-sasl
    Typesecurity
    Severityimportant
    References1194265,1196036,CVE-2022-24407
    Description:

    This update for cyrus-sasl fixes the following issues:


    The following non-security bugs were fixed:


    Advisory IDSUSE-RU-2022:775-1
    ReleasedWed Mar 9 12:55:03 2022
    SummaryRecommended update for pciutils
    Typerecommended
    Severitymoderate
    References1192862
    Description:

    This update for pciutils fixes the following issues:


    Advisory IDSUSE-RU-2022:789-1
    ReleasedThu Mar 10 11:22:05 2022
    SummaryRecommended update for update-alternatives
    Typerecommended
    Severitymoderate
    References1195654
    Description:

    This update for update-alternatives fixes the following issues:


    Advisory IDSUSE-RU-2022:792-1
    ReleasedThu Mar 10 11:58:18 2022
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1194845,1196494,1196495
    Description:

    This update for suse-build-key fixes the following issues:


    Advisory IDSUSE-RU-2022:808-1
    ReleasedFri Mar 11 06:07:58 2022
    SummaryRecommended update for procps
    Typerecommended
    Severitymoderate
    References1195468
    Description:

    This update for procps fixes the following issues:


    Advisory IDSUSE-RU-2022:861-1
    ReleasedTue Mar 15 23:30:50 2022
    SummaryRecommended update for openssl-1_1
    Typerecommended
    Severitymoderate
    References1182959,1195149,1195792,1195856
    Description:

    This update for openssl-1_1 fixes the following issues:
    openssl-1_1:

    glibc:
    linux-glibc-devel:

    libxcrypt:

    zlib:


    Advisory IDSUSE-RU-2022:884-1
    ReleasedThu Mar 17 09:47:28 2022
    SummaryRecommended update for python-jsonschema, python-rfc3987, python-strict-rfc3339
    Typerecommended
    Severitymoderate
    References1082318
    Description:

    This update for python-jsonschema, python-rfc3987, python-strict-rfc3339 fixes the following issues:











    Advisory IDSUSE-RU-2022:936-1
    ReleasedTue Mar 22 18:10:17 2022
    SummaryRecommended update for filesystem and systemd-rpm-macros
    Typerecommended
    Severitymoderate
    References1196275,1196406
    Description:

    This update for filesystem and systemd-rpm-macros fixes the following issues:
    filesystem:


    systemd-rpm-macros:


    Advisory IDSUSE-SU-2022:942-1
    ReleasedThu Mar 24 10:30:15 2022
    SummarySecurity update for python3
    Typesecurity
    Severitymoderate
    References1186819,CVE-2021-3572
    Description:

    This update for python3 fixes the following issues:


    Advisory IDSUSE-SU-2022:1040-1
    ReleasedWed Mar 30 09:40:58 2022
    SummarySecurity update for protobuf
    Typesecurity
    Severitymoderate
    References1195258,CVE-2021-22570
    Description:

    This update for protobuf fixes the following issues:


    Advisory IDSUSE-RU-2022:1047-1
    ReleasedWed Mar 30 16:20:56 2022
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1196093,1197024
    Description:

    This update for pam fixes the following issues:


    Advisory IDSUSE-SU-2022:1061-1
    ReleasedWed Mar 30 18:27:06 2022
    SummarySecurity update for zlib
    Typesecurity
    Severityimportant
    References1197459,CVE-2018-25032
    Description:

    This update for zlib fixes the following issues:


    Advisory IDSUSE-RU-2022:1099-1
    ReleasedMon Apr 4 12:53:05 2022
    SummaryRecommended update for aaa_base
    Typerecommended
    Severitymoderate
    References1194883
    Description:

    This update for aaa_base fixes the following issues:


    Advisory IDSUSE-RU-2022:1118-1
    ReleasedTue Apr 5 18:34:06 2022
    SummaryRecommended update for timezone
    Typerecommended
    Severitymoderate
    References1177460
    Description:

    This update for timezone fixes the following issues:


    Advisory IDSUSE-RU-2022:1119-1
    ReleasedWed Apr 6 09:16:06 2022
    SummaryRecommended update for supportutils
    Typerecommended
    Severitymoderate
    References1189028,1190315,1190943,1191096,1191794,1193204,1193732,1193868,1195797
    Description:

    This update for supportutils fixes the following issues:


    Advisory IDSUSE-RU-2022:1126-1
    ReleasedThu Apr 7 14:05:02 2022
    SummaryRecommended update for nfs-utils
    Typerecommended
    Severitymoderate
    References1197297,1197788
    Description:

    This update for nfs-utils fixes the following issues:


    Advisory IDSUSE-RU-2022:1147-1
    ReleasedMon Apr 11 15:49:43 2022
    SummaryRecommended update for containerd
    Typerecommended
    Severitymoderate
    References1195784
    Description:


    This update of containerd fixes the following issue:


    Advisory IDSUSE-RU-2022:1150-1
    ReleasedMon Apr 11 17:34:19 2022
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1197293
    Description:

    This update for suse-build-key fixes the following issues:
    No longer install 1024bit keys by default. (bsc#1197293)


    Advisory IDSUSE-SU-2022:1158-1
    ReleasedTue Apr 12 14:44:43 2022
    SummarySecurity update for xz
    Typesecurity
    Severityimportant
    References1198062,CVE-2022-1271
    Description:

    This update for xz fixes the following issues:


    Advisory IDSUSE-RU-2022:1281-1
    ReleasedWed Apr 20 12:26:38 2022
    SummaryRecommended update for libtirpc
    Typerecommended
    Severitymoderate
    References1196647
    Description:

    This update for libtirpc fixes the following issues:


    Advisory IDSUSE-RU-2022:1374-1
    ReleasedMon Apr 25 15:02:13 2022
    SummaryRecommended update for openldap2
    Typerecommended
    Severitymoderate
    References1191157,1197004
    Description:

    This update for openldap2 fixes the following issues:


    Advisory IDSUSE-RU-2022:1409-1
    ReleasedTue Apr 26 12:54:57 2022
    SummaryRecommended update for gcc11
    Typerecommended
    Severitymoderate
    References1195628,1196107
    Description:

    This update for gcc11 fixes the following issues:


    Advisory IDSUSE-RU-2022:1438-1
    ReleasedWed Apr 27 15:27:19 2022
    SummaryRecommended update for systemd-presets-common-SUSE
    Typerecommended
    Severitylow
    References1195251
    Description:

    This update for systemd-presets-common-SUSE fixes the following issue:


    Advisory IDSUSE-RU-2022:1451-1
    ReleasedThu Apr 28 10:47:22 2022
    SummaryRecommended update for perl
    Typerecommended
    Severitymoderate
    References1193489
    Description:

    This update for perl fixes the following issues:


    Advisory IDSUSE-RU-2022:1460-1
    ReleasedThu Apr 28 16:21:58 2022
    SummaryRecommended update for google-guest-agent, google-guest-configs, google-guest-oslogin, google-osconfig-agent
    Typerecommended
    Severitymoderate
    References1195437,1195438
    Description:

    This update for google-guest-agent, google-guest-configs, google-guest-oslogin, google-osconfig-agent fixes the following issues:






    Advisory IDSUSE-SU-2022:1548-1
    ReleasedThu May 5 16:45:28 2022
    SummarySecurity update for tar
    Typesecurity
    Severitymoderate
    References1029961,1120610,1130496,1181131,CVE-2018-20482,CVE-2019-9923,CVE-2021-20193
    Description:

    This update for tar fixes the following issues:







    Advisory IDSUSE-SU-2022:1617-1
    ReleasedTue May 10 14:40:12 2022
    SummarySecurity update for gzip
    Typesecurity
    Severityimportant
    References1198062,1198922,CVE-2022-1271
    Description:

    This update for gzip fixes the following issues:


    Advisory IDSUSE-RU-2022:1655-1
    ReleasedFri May 13 15:36:10 2022
    SummaryRecommended update for pam
    Typerecommended
    Severitymoderate
    References1197794
    Description:

    This update for pam fixes the following issue:


    Advisory IDSUSE-RU-2022:1658-1
    ReleasedFri May 13 15:40:20 2022
    SummaryRecommended update for libpsl
    Typerecommended
    Severityimportant
    References1197771
    Description:

    This update for libpsl fixes the following issues:


    Advisory IDSUSE-RU-2022:1659-1
    ReleasedFri May 13 15:41:32 2022
    SummaryRecommended update for cups
    Typerecommended
    Severitymoderate
    References1189517,1195115
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-SU-2022:1670-1
    ReleasedMon May 16 10:06:30 2022
    SummarySecurity update for openldap2
    Typesecurity
    Severityimportant
    References1199240,CVE-2022-29155
    Description:

    This update for openldap2 fixes the following issues:


    Advisory IDSUSE-SU-2022:1689-1
    ReleasedMon May 16 14:09:01 2022
    SummarySecurity update for containerd, docker
    Typesecurity
    Severityimportant
    References1193930,1196441,1197284,1197517,CVE-2021-43565,CVE-2022-23648,CVE-2022-24769,CVE-2022-27191
    Description:

    This update for containerd, docker fixes the following issues:


    Advisory IDSUSE-RU-2022:1709-1
    ReleasedTue May 17 17:35:47 2022
    SummaryRecommended update for libcbor
    Typerecommended
    Severityimportant
    References1197743
    Description:

    This update for libcbor fixes the following issues:


    Advisory IDSUSE-SU-2022:1718-1
    ReleasedTue May 17 17:44:43 2022
    SummarySecurity update for e2fsprogs
    Typesecurity
    Severityimportant
    References1198446,CVE-2022-1304
    Description:

    This update for e2fsprogs fixes the following issues:


    Advisory IDSUSE-RU-2022:1843-1
    ReleasedWed May 25 15:25:44 2022
    SummaryRecommended update for suse-build-key
    Typerecommended
    Severitymoderate
    References1198504
    Description:

    This update for suse-build-key fixes the following issues:


    Advisory IDSUSE-SU-2022:1861-1
    ReleasedThu May 26 12:07:40 2022
    SummarySecurity update for cups
    Typesecurity
    Severityimportant
    References1199474,CVE-2022-26691
    Description:

    This update for cups fixes the following issues:


    Advisory IDSUSE-RU-2022:1887-1
    ReleasedTue May 31 09:24:18 2022
    SummaryRecommended update for grep
    Typerecommended
    Severitymoderate
    References1040589
    Description:

    This update for grep fixes the following issues:


    Advisory IDSUSE-RU-2022:1899-1
    ReleasedWed Jun 1 10:43:22 2022
    SummaryRecommended update for libtirpc
    Typerecommended
    Severityimportant
    References1198176
    Description:

    This update for libtirpc fixes the following issues:


    Advisory IDSUSE-RU-2022:1909-1
    ReleasedWed Jun 1 16:25:35 2022
    SummaryRecommended update for glibc
    Typerecommended
    Severitymoderate
    References1198751
    Description:

    This update for glibc fixes the following issues:


    Advisory IDSUSE-RU-2022:2019-1
    ReleasedWed Jun 8 16:50:07 2022
    SummaryRecommended update for gcc11
    Typerecommended
    Severitymoderate
    References1192951,1193659,1195283,1196861,1197065
    Description:

    This update for gcc11 fixes the following issues:
    Update to the GCC 11.3.0 release.


    Advisory IDSUSE-SU-2022:2035-1
    ReleasedFri Jun 10 10:16:40 2022
    SummarySecurity update for grub2
    Typesecurity
    Severityimportant
    References1191184,1191185,1191186,1193282,1197948,1198460,1198493,1198495,1198496,1198581,CVE-2021-3695,CVE-2021-3696,CVE-2021-3697,CVE-2022-28733,CVE-2022-28734,CVE-2022-28735,CVE-2022-28736
    Description:

    This update for grub2 fixes the following issues:
    This update provides security fixes and hardenings for Boothole 3 / Boothole 2022 (bsc#1198581)



    Advisory IDSUSE-SU-2022:2102-1
    ReleasedThu Jun 16 15:18:23 2022
    SummarySecurity update for vim
    Typesecurity
    Severityimportant
    References1070955,1191770,1192167,1192902,1192903,1192904,1193466,1193905,1194093,1194216,1194217,1194388,1194872,1194885,1195004,1195203,1195332,1195354,1196361,1198596,1198748,1199331,1199333,1199334,1199651,1199655,1199693,1199745,1199747,1199936,1200010,1200011,1200012,CVE-2017-17087,CVE-2021-3778,CVE-2021-3796,CVE-2021-3872,CVE-2021-3875,CVE-2021-3903,CVE-2021-3927,CVE-2021-3928,CVE-2021-3968,CVE-2021-3973,CVE-2021-3974,CVE-2021-3984,CVE-2021-4019,CVE-2021-4069,CVE-2021-4136,CVE-2021-4166,CVE-2021-4192,CVE-2021-4193,CVE-2021-46059,CVE-2022-0128,CVE-2022-0213,CVE-2022-0261,CVE-2022-0318,CVE-2022-0319,CVE-2022-0351,CVE-2022-0359,CVE-2022-0361,CVE-2022-0392,CVE-2022-0407,CVE-2022-0413,CVE-2022-0696,CVE-2022-1381,CVE-2022-1420,CVE-2022-1616,CVE-2022-1619,CVE-2022-1620,CVE-2022-1733,CVE-2022-1735,CVE-2022-1771,CVE-2022-1785,CVE-2022-1796,CVE-2022-1851,CVE-2022-1897,CVE-2022-1898,CVE-2022-1927
    Description:

    This update for vim fixes the following issues:


    Advisory IDSUSE-RU-2022:2112-1
    ReleasedFri Jun 17 11:44:24 2022
    SummaryRecommended update for gnutls
    Typerecommended
    Severitymoderate
    References1190698,1191021,1194907
    Description:

    This update for gnutls fixes the following issues: