{"schema_version":"1.7.3","id":"SUSE-SU-2021:0437-1","published":"2021-02-11T15:33:40Z","modified":"2026-02-04T03:02:47.765774Z","related":["CVE-2019-19063","CVE-2019-20934","CVE-2019-6133","CVE-2020-0444","CVE-2020-0465","CVE-2020-0466","CVE-2020-11668","CVE-2020-15436","CVE-2020-15437","CVE-2020-25211","CVE-2020-25285","CVE-2020-25668","CVE-2020-25669","CVE-2020-27068","CVE-2020-27673","CVE-2020-27777","CVE-2020-27786","CVE-2020-27825","CVE-2020-28915","CVE-2020-28974","CVE-2020-29568","CVE-2020-29569","CVE-2020-29660","CVE-2020-29661","CVE-2020-36158","CVE-2021-3347"],"upstream":["CVE-2019-19063","CVE-2019-20934","CVE-2019-6133","CVE-2020-0444","CVE-2020-0465","CVE-2020-0466","CVE-2020-11668","CVE-2020-15436","CVE-2020-15437","CVE-2020-25211","CVE-2020-25285","CVE-2020-25668","CVE-2020-25669","CVE-2020-27068","CVE-2020-27673","CVE-2020-27777","CVE-2020-27786","CVE-2020-27825","CVE-2020-28915","CVE-2020-28974","CVE-2020-29568","CVE-2020-29569","CVE-2020-29660","CVE-2020-29661","CVE-2020-36158","CVE-2021-3347"],"summary":"Security update for the Linux Kernel","details":"The SUSE Linux Enterprise 12 SP2 kernel was updated to receive various security and bugfixes.\n\n\nThe following security bugs were fixed:\n\n\n- CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349).\n- CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509).\n- CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508).\n- CVE-2020-25211: Fixed a flaw where a local attacker was able to inject conntrack netlink configuration that could cause a denial of service or trigger the use of incorrect protocol numbers in ctnetlink_parse_tuple_filter (bnc#1176395).\n- CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027).\n- CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029).\n- CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031).\n- CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141).\n- CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086).\n- CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107).\n- CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601).\n- CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960).\n- CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745).\n- CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745).\n- CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589).\n- CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886).\n- CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182).\n- CVE-2020-25285: A race condition between hugetlb sysctl handlers in mm/hugetlb.c could be used by local attackers to corrupt memory, cause a NULL pointer dereference, or possibly have unspecified other impact (bnc#1176485 ).\n- CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service (bsc#1179140).\n- CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559).\n- CVE-2020-11668: Fixed the mishandling of invalid descriptors in the Xirlink camera USB driver (bnc#1168952).\n- CVE-2020-25668: Fixed a use-after-free in con_font_op() (bsc#1178123).\n- CVE-2020-27673: Fixed an issue where rogue guests could have caused denial of service of Dom0 via high frequency events (XSA-332 bsc#1177411)\n- CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663).\n- CVE-2019-19063: Fixed two memory leaks in the rtl_usb_probe() which could eventually have allowed attackers to cause a denial of service (memory consumption) (bnc#1157298 ).\n- CVE-2019-6133: Fixed an issue where the 'start time' protection mechanism could have been bypassed and therefore authorization decisions are improperly cached (bsc#1128172).\n\nThe following non-security bugs were fixed:\n\n- HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052).\n- epoll: Keep a reference on files added to the check list (bsc#1180031).\n- fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes).\n- futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() (bsc#969755).\n- futex,rt_mutex: Introduce rt_mutex_init_waiter() (bsc#969755).\n- futex,rt_mutex: Provide futex specific rt_mutex API (bsc#969755).\n- futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() (bsc#969755).\n- futex: Avoid freeing an active timer (bsc#969755).\n- futex: Avoid violating the 10th rule of futex (bsc#969755).\n- futex: Change locking rules (bsc#969755).\n- futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#969755).\n- futex: Drop hb->lock before enqueueing on the rtmutex (bsc#969755).\n- futex: Fix OWNER_DEAD fixup (bsc#969755).\n- futex: Fix incorrect should_fail_futex() handling (bsc#969755).\n- futex: Fix more put_pi_state() vs. exit_pi_state_list() races (bsc#969755).\n- futex: Fix pi_state->owner serialization (bsc#969755).\n- futex: Fix small (and harmless looking) inconsistencies (bsc#969755).\n- futex: Futex_unlock_pi() determinism (bsc#969755).\n- futex: Handle early deadlock return correctly (bsc#969755).\n- futex: Handle transient 'ownerless' rtmutex state correctly (bsc#969755).\n- futex: Pull rt_mutex_futex_unlock() out from under hb->lock (bsc#969755).\n- futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() (bsc#969755).\n- futex: Rework inconsistent rt_mutex/futex_q state (bsc#969755).\n- locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#969755).\n- mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() (bsc#1179204).\n","affected":[{"package":{"name":"kernel-default","ecosystem":"SUSE:OpenStack Cloud 7","purl":"pkg:rpm/suse/kernel-default&distro=SUSE%20OpenStack%20Cloud%207"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-source","ecosystem":"SUSE:OpenStack Cloud 7","purl":"pkg:rpm/suse/kernel-source&distro=SUSE%20OpenStack%20Cloud%207"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-syms","ecosystem":"SUSE:OpenStack Cloud 7","purl":"pkg:rpm/suse/kernel-syms&distro=SUSE%20OpenStack%20Cloud%207"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kgraft-patch-SLE12-SP2_Update_39","ecosystem":"SUSE:OpenStack Cloud 7","purl":"pkg:rpm/suse/kgraft-patch-SLE12-SP2_Update_39&distro=SUSE%20OpenStack%20Cloud%207"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1-3.3.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-default","ecosystem":"SUSE:Linux Enterprise High Availability Extension 12 SP2","purl":"pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20High%20Availability%20Extension%2012%20SP2"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"cluster-md-kmp-default":"4.4.121-92.149.1","cluster-network-kmp-default":"4.4.121-92.149.1","dlm-kmp-default":"4.4.121-92.149.1","gfs2-kmp-default":"4.4.121-92.149.1","ocfs2-kmp-default":"4.4.121-92.149.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-default","ecosystem":"SUSE:Linux Enterprise Server for SAP Applications 12 SP2","purl":"pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-source","ecosystem":"SUSE:Linux Enterprise Server for SAP Applications 12 SP2","purl":"pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-syms","ecosystem":"SUSE:Linux Enterprise Server for SAP Applications 12 SP2","purl":"pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kgraft-patch-SLE12-SP2_Update_39","ecosystem":"SUSE:Linux Enterprise Server for SAP Applications 12 SP2","purl":"pkg:rpm/suse/kgraft-patch-SLE12-SP2_Update_39&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP2"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1-3.3.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-default","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-LTSS","purl":"pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-source","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-LTSS","purl":"pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-syms","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-LTSS","purl":"pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kgraft-patch-SLE12-SP2_Update_39","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-LTSS","purl":"pkg:rpm/suse/kgraft-patch-SLE12-SP2_Update_39&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-LTSS"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"1-3.3.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-default-man":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1","kgraft-patch-4_4_121-92_149-default":"1-3.3.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-default","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-BCL","purl":"pkg:rpm/suse/kernel-default&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-BCL"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-source","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-BCL","purl":"pkg:rpm/suse/kernel-source&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-BCL"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}},{"package":{"name":"kernel-syms","ecosystem":"SUSE:Linux Enterprise Server 12 SP2-BCL","purl":"pkg:rpm/suse/kernel-syms&distro=SUSE%20Linux%20Enterprise%20Server%2012%20SP2-BCL"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.4.121-92.149.1"}]}],"ecosystem_specific":{"binaries":[{"kernel-default":"4.4.121-92.149.1","kernel-default-base":"4.4.121-92.149.1","kernel-default-devel":"4.4.121-92.149.1","kernel-devel":"4.4.121-92.149.1","kernel-macros":"4.4.121-92.149.1","kernel-source":"4.4.121-92.149.1","kernel-syms":"4.4.121-92.149.1"}]},"database_specific":{"source":"https://ftp.suse.com/pub/projects/security/osv/SUSE-SU-2021:0437-1.json"}}],"references":[{"type":"ADVISORY","url":"https://www.suse.com/support/update/announcement/2021/suse-su-20210437-1/"},{"type":"REPORT","url":"https://bugzilla.suse.com/1070943"},{"type":"REPORT","url":"https://bugzilla.suse.com/1121826"},{"type":"REPORT","url":"https://bugzilla.suse.com/1121872"},{"type":"REPORT","url":"https://bugzilla.suse.com/1157298"},{"type":"REPORT","url":"https://bugzilla.suse.com/1168952"},{"type":"REPORT","url":"https://bugzilla.suse.com/1173942"},{"type":"REPORT","url":"https://bugzilla.suse.com/1176395"},{"type":"REPORT","url":"https://bugzilla.suse.com/1176485"},{"type":"REPORT","url":"https://bugzilla.suse.com/1177411"},{"type":"REPORT","url":"https://bugzilla.suse.com/1178123"},{"type":"REPORT","url":"https://bugzilla.suse.com/1178182"},{"type":"REPORT","url":"https://bugzilla.suse.com/1178589"},{"type":"REPORT","url":"https://bugzilla.suse.com/1178622"},{"type":"REPORT","url":"https://bugzilla.suse.com/1178886"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179107"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179140"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179141"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179204"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179419"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179508"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179509"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179601"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179616"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179663"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179666"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179745"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179877"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179960"},{"type":"REPORT","url":"https://bugzilla.suse.com/1179961"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180008"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180027"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180028"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180029"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180030"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180031"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180032"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180052"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180086"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180559"},{"type":"REPORT","url":"https://bugzilla.suse.com/1180562"},{"type":"REPORT","url":"https://bugzilla.suse.com/1181349"},{"type":"REPORT","url":"https://bugzilla.suse.com/969755"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2019-19063"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2019-20934"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2019-6133"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-0444"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-0465"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-0466"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-11668"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-15436"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-15437"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-25211"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-25285"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-25668"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-25669"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-27068"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-27673"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-27777"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-27786"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-27825"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-28915"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-28974"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-29568"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-29569"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-29660"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-29661"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2020-36158"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2021-3347"}]}