SUSE-SU-2025:02537-1
Vulnerability Summary
Timeline
Description
Security update for the Linux Kernel The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47557: net/sched: sch_ets: do not peek at classes beyond 'nbands' (bsc#1207361 bsc#1225468). - CVE-2021-47595: net/sched: sch_ets: do not remove idle classes from the round-robin list (bsc#1207361 bsc#1226552). - CVE-2023-52924: netfilter: nf_tables: do not skip expired elements during walk (bsc#1236821). - CVE-2023-52925: netfilter: nf_tables: do not fail inserts if duplicate has expired (bsc#1236822). - CVE-2024-26808: netfilter: nft_chain_filter: handle NETDEV_UNREGISTER for inet/ingress basechain (bsc#1222634). - CVE-2024-26924: scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1225820). - CVE-2024-27397: kabi: place tstamp needed for nftables set in a hole (bsc#1224095). - CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). - CVE-2024-46800: sch/netem: fix use after free in netem_dequeue (bsc#1230827). - CVE-2024-53057: net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT (bsc#1233551). - CVE-2024-53125: bpf: sync_linked_regs() must preserve subreg_def (bsc#1234156). - CVE-2024-53141: netfilter: ipset: add missing range check in bitmap_ip_uadt (bsc#1234381). - CVE-2024-56770: sch/netem: fix use after free in netem_dequeue (bsc#1235637). - CVE-2024-57947: netfilter: nf_set_pipapo: fix initial map fill (bsc#1236333). - CVE-2025-21700: net: sched: Disallow replacing of child qdisc from one parent to another (bsc#1237159). - CVE-2025-21702: pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (bsc#1237312). - CVE-2025-21703: netem: Update sch->q.qlen before qdisc_tree_reduce_backlog() (bsc#1237313). - CVE-2025-21756: vsock: Orphan socket after transport release (bsc#1238876). - CVE-2025-23141: KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest memory accesses (bsc#1242782). - CVE-2025-37752: net_sched: sch_sfq: move the limit validation (bsc#1242504). - CVE-2025-37797: net_sched: hfsc: Fix a UAF vulnerability in class handling (bsc#1242417). - CVE-2025-37823: net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too (bsc#1242924). - CVE-2025-37890: net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc (bsc#1243330). - CVE-2025-37997: netfilter: ipset: fix region locking in hash types (bsc#1243832). - CVE-2025-38000: sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue() (bsc#1244277). - CVE-2025-38001: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (bsc#1244234). - CVE-2025-38014: dmaengine: idxd: Refactor remove call with idxd_cleanup() helper (bsc#1244732). - CVE-2025-38083: net_sched: prio: fix a race in prio_tune() (bsc#1245183). The following non-security bugs were fixed: - Fix conditional for selecting gcc-13 Fixes: 51dacec21eb1 ('Use gcc-13 for build on SLE16 (jsc#PED-10028).') - Fix reference in 'net_sched: sch_sfq: use a temporary work area for validating configuration' (bsc#1242504) - MyBS: Correctly generate build flags for non-multibuild package limit (bsc# 1244241) Fixes: 0999112774fc ('MyBS: Use buildflags to set which package to build') - MyBS: Do not build kernel-obs-qa with limit_packages Fixes: 58e3f8c34b2b ('bs-upload-kernel: Pass limit_packages also on multibuild') - MyBS: Simplify qa_expr generation Start with a 0 which makes the expression valid even if there are no QA repositories (currently does not happen). Then separator is always needed. - Require zstd in kernel-default-devel when module compression is zstd To use ksym-provides tool modules need to be uncompressed. Without zstd at least kernel-default-base does not have provides. Link: https://github.com/openSUSE/rpm-config-SUSE/pull/82 - Use gcc-13 for build on SLE16 (jsc#PED-10028). - add nf_tables for iptables non-legacy network handling This is needed for example by docker on the Alpine Linux distribution, but can also be used on openSUSE. - bs-upload-kernel: Pass limit_packages also on multibuild Fixes: 0999112774fc ('MyBS: Use buildflags to set which package to build') Fixes: 747f601d4156 ('bs-upload-kernel, MyBS, Buildresults: Support multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184)') - check-for-config-changes: Fix flag name typo - doc/README.SUSE: Point to the updated version of LKMPG - hugetlb: unshare some PMDs when splitting VMAs (bsc#1245431). - kernel-binary: Support livepatch_rt with merged RT branch - kernel-obs-qa: Use srchash for dependency as well - kernel-source: Also replace bin/env - kernel-source: Also update the search to match bin/env Fixes: dc2037cd8f94 ('kernel-source: Also replace bin/env' - kernel-source: Remove log.sh from sources - mkspec: Exclude rt flavor from kernel-syms dependencies (bsc#1244337). - mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (bsc#1245431). - mm/hugetlb: unshare page tables during VMA split, not before (bsc#1245431). - net_sched: sch_fifo: implement lockless __fifo_dump() (bsc#1237312) - net_sched: sch_sfq: use a temporary work area for validating configuration (bsc#1232504) - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251). - packaging: Turn gcc version into config.sh variable Fixes: 51dacec21eb1 ('Use gcc-13 for build on SLE16 (jsc#PED-10028).') - powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap (bsc#1244309 ltc#213790). - powerpc/vas: Return -EINVAL if the offset is non-zero in mmap() (bsc#1244309 ltc#213790). - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN Both spellings are actually used - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE Useful when someone tries (needs) to build the kernel with clang. - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML This option is dynamically enabled to build-test different configurations. This makes run_oldconfig.sh complain sporadically for arm64. - rpm/kernel-binary.spec.in: Also order against update-bootloader (boo#1228659, boo#1240785, boo#1241038). - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986) sle_version was obsoleted for SLE16. It has to be combined with suse_version check. - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038). - rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454) - rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303) - rpm/package-descriptions: Add rt and rt_debug descriptions - rpm/release-projects: Update the ALP projects again (bsc#1231293). - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570) - rpm: Stop using is_kotd_qa macro - scsi: storvsc: Do not report the host packet status as the hv status (git-fixes). - scsi: storvsc: Increase the timeouts to storvsc_timeout (bsc#1245455). - wifi: cfg80211: Add my certificate (bsc#1243001). - wifi: cfg80211: fix certs build to not depend on file order (bsc#1243001).
Affected Systems
- suse•kernel-64kb&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.2
- suse•kernel-64kb&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-64kb&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-default-base&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Linux Enterprise Micro 5.3
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Linux Enterprise Micro 5.4
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Linux Enterprise Server for SAP Applications 15 SP4
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Manager Proxy 4.3
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default-base&distro=SUSE Manager Server 4.3
< 5.14.21-150400.24.170.2.150400.24.86.2
- suse•kernel-default&distro=SUSE Linux Enterprise High Availability Extension 15 SP4
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise Live Patching 15 SP4
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise Micro 5.3
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise Micro 5.4
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Linux Enterprise Server for SAP Applications 15 SP4
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Manager Proxy 4.3
< 5.14.21-150400.24.170.2
- suse•kernel-default&distro=SUSE Manager Server 4.3
< 5.14.21-150400.24.170.2
- suse•kernel-docs&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.1
- suse•kernel-docs&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.1
- suse•kernel-docs&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.1
- suse•kernel-docs&distro=SUSE Linux Enterprise Server for SAP Applications 15 SP4
< 5.14.21-150400.24.170.1
- suse•kernel-livepatch-SLE15-SP4_Update_42&distro=SUSE Linux Enterprise Live Patching 15 SP4
< 1-150400.9.3.2
- suse•kernel-obs-build&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.2
- suse•kernel-obs-build&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-obs-build&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-obs-build&distro=SUSE Linux Enterprise Server for SAP Applications 15 SP4
< 5.14.21-150400.24.170.2
- suse•kernel-source&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.1
- suse•kernel-source&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.1
- suse•kernel-source&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.1
- suse•kernel-source&distro=SUSE Linux Enterprise Server for SAP Applications 15 SP4
< 5.14.21-150400.24.170.1
- suse•kernel-source&distro=SUSE Manager Proxy 4.3
< 5.14.21-150400.24.170.1
- suse•kernel-source&distro=SUSE Manager Server 4.3
< 5.14.21-150400.24.170.1
- suse•kernel-syms&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
< 5.14.21-150400.24.170.1
- suse•kernel-syms&distro=SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
< 5.14.21-150400.24.170.1
- suse•kernel-syms&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.1
- suse•kernel-syms&distro=SUSE Linux Enterprise Server for SAP Applications 15 SP4
< 5.14.21-150400.24.170.1
- suse•kernel-syms&distro=SUSE Manager Proxy 4.3
< 5.14.21-150400.24.170.1
- suse•kernel-syms&distro=SUSE Manager Server 4.3
< 5.14.21-150400.24.170.1
- suse•kernel-zfcpdump&distro=SUSE Linux Enterprise Server 15 SP4-LTSS
< 5.14.21-150400.24.170.2
- suse•kernel-zfcpdump&distro=SUSE Manager Server 4.3
< 5.14.21-150400.24.170.2
References (480)
- https://www.suse.com/support/update/announcement/2025/suse-su-202502537-1/
- https://bugzilla.suse.com/1065729
- https://bugzilla.suse.com/1156395
- https://bugzilla.suse.com/1193629
- https://bugzilla.suse.com/1194869
- https://bugzilla.suse.com/1198410
- https://bugzilla.suse.com/1199356
- https://bugzilla.suse.com/1199487
- https://bugzilla.suse.com/1201160
- https://bugzilla.suse.com/1201956
- https://bugzilla.suse.com/1202094
- https://bugzilla.suse.com/1202095
- https://bugzilla.suse.com/1202564
- https://bugzilla.suse.com/1202716
- https://bugzilla.suse.com/1202823
- https://bugzilla.suse.com/1202860
- https://bugzilla.suse.com/1203197
- https://bugzilla.suse.com/1203361
- https://bugzilla.suse.com/1205220
- https://bugzilla.suse.com/1205514
- https://bugzilla.suse.com/1206664
- https://bugzilla.suse.com/1206878
- https://bugzilla.suse.com/1206880
- https://bugzilla.suse.com/1207361
- https://bugzilla.suse.com/1207638
- https://bugzilla.suse.com/1211226
- https://bugzilla.suse.com/1212051
- https://bugzilla.suse.com/1213090
- https://bugzilla.suse.com/1218184
- https://bugzilla.suse.com/1218234
- https://bugzilla.suse.com/1218470
- https://bugzilla.suse.com/1222634
- https://bugzilla.suse.com/1223675
- https://bugzilla.suse.com/1224095
- https://bugzilla.suse.com/1224597
- https://bugzilla.suse.com/1225468
- https://bugzilla.suse.com/1225820
- https://bugzilla.suse.com/1226514
- https://bugzilla.suse.com/1226552
- https://bugzilla.suse.com/1228659
- https://bugzilla.suse.com/1230827
- https://bugzilla.suse.com/1231293
- https://bugzilla.suse.com/1232504
- https://bugzilla.suse.com/1233551
- https://bugzilla.suse.com/1234156
- https://bugzilla.suse.com/1234381
- https://bugzilla.suse.com/1234454
- https://bugzilla.suse.com/1235637
- https://bugzilla.suse.com/1236333
- https://bugzilla.suse.com/1236821
- https://bugzilla.suse.com/1236822
- https://bugzilla.suse.com/1237159
- https://bugzilla.suse.com/1237312
- https://bugzilla.suse.com/1237313
- https://bugzilla.suse.com/1238303
- https://bugzilla.suse.com/1238526
- https://bugzilla.suse.com/1238570
- https://bugzilla.suse.com/1238876
- https://bugzilla.suse.com/1239986
- https://bugzilla.suse.com/1240785
- https://bugzilla.suse.com/1241038
- https://bugzilla.suse.com/1242221
- https://bugzilla.suse.com/1242414
- https://bugzilla.suse.com/1242417
- https://bugzilla.suse.com/1242504
- https://bugzilla.suse.com/1242596
- https://bugzilla.suse.com/1242782
- https://bugzilla.suse.com/1242924
- https://bugzilla.suse.com/1243001
- https://bugzilla.suse.com/1243330
- https://bugzilla.suse.com/1243543
- https://bugzilla.suse.com/1243627
- https://bugzilla.suse.com/1243832
- https://bugzilla.suse.com/1244114
- https://bugzilla.suse.com/1244179
- https://bugzilla.suse.com/1244234
- https://bugzilla.suse.com/1244241
- https://bugzilla.suse.com/1244277
- https://bugzilla.suse.com/1244309
- https://bugzilla.suse.com/1244337
- https://bugzilla.suse.com/1244732
- https://bugzilla.suse.com/1244764
- https://bugzilla.suse.com/1244765
- https://bugzilla.suse.com/1244767
- https://bugzilla.suse.com/1244770
- https://bugzilla.suse.com/1244771
- https://bugzilla.suse.com/1244773
- https://bugzilla.suse.com/1244774
- https://bugzilla.suse.com/1244776
- https://bugzilla.suse.com/1244779
- https://bugzilla.suse.com/1244780
- https://bugzilla.suse.com/1244781
- https://bugzilla.suse.com/1244782
- https://bugzilla.suse.com/1244783
- https://bugzilla.suse.com/1244784
- https://bugzilla.suse.com/1244786
- https://bugzilla.suse.com/1244787
- https://bugzilla.suse.com/1244788
- https://bugzilla.suse.com/1244790
- https://bugzilla.suse.com/1244793
- https://bugzilla.suse.com/1244794
- https://bugzilla.suse.com/1244796
- https://bugzilla.suse.com/1244797
- https://bugzilla.suse.com/1244798
- https://bugzilla.suse.com/1244800
- https://bugzilla.suse.com/1244802
- https://bugzilla.suse.com/1244804
- https://bugzilla.suse.com/1244807
- https://bugzilla.suse.com/1244808
- https://bugzilla.suse.com/1244811
- https://bugzilla.suse.com/1244813
- https://bugzilla.suse.com/1244814
- https://bugzilla.suse.com/1244815
- https://bugzilla.suse.com/1244816
- https://bugzilla.suse.com/1244819
- https://bugzilla.suse.com/1244820
- https://bugzilla.suse.com/1244823
- https://bugzilla.suse.com/1244824
- https://bugzilla.suse.com/1244825
- https://bugzilla.suse.com/1244830
- https://bugzilla.suse.com/1244831
- https://bugzilla.suse.com/1244832
- https://bugzilla.suse.com/1244834
- https://bugzilla.suse.com/1244836
- https://bugzilla.suse.com/1244838
- https://bugzilla.suse.com/1244839
- https://bugzilla.suse.com/1244840
- https://bugzilla.suse.com/1244841
- https://bugzilla.suse.com/1244842
- https://bugzilla.suse.com/1244843
- https://bugzilla.suse.com/1244845
- https://bugzilla.suse.com/1244846
- https://bugzilla.suse.com/1244848
- https://bugzilla.suse.com/1244849
- https://bugzilla.suse.com/1244851
- https://bugzilla.suse.com/1244853
- https://bugzilla.suse.com/1244854
- https://bugzilla.suse.com/1244856
- https://bugzilla.suse.com/1244860
- https://bugzilla.suse.com/1244861
- https://bugzilla.suse.com/1244866
- https://bugzilla.suse.com/1244867
- https://bugzilla.suse.com/1244868
- https://bugzilla.suse.com/1244869
- https://bugzilla.suse.com/1244870
- https://bugzilla.suse.com/1244871
- https://bugzilla.suse.com/1244872
- https://bugzilla.suse.com/1244873
- https://bugzilla.suse.com/1244875
- https://bugzilla.suse.com/1244876
- https://bugzilla.suse.com/1244878
- https://bugzilla.suse.com/1244879
- https://bugzilla.suse.com/1244881
- https://bugzilla.suse.com/1244883
- https://bugzilla.suse.com/1244884
- https://bugzilla.suse.com/1244886
- https://bugzilla.suse.com/1244887
- https://bugzilla.suse.com/1244890
- https://bugzilla.suse.com/1244895
- https://bugzilla.suse.com/1244899
- https://bugzilla.suse.com/1244900
- https://bugzilla.suse.com/1244901
- https://bugzilla.suse.com/1244902
- https://bugzilla.suse.com/1244903
- https://bugzilla.suse.com/1244908
- https://bugzilla.suse.com/1244911
- https://bugzilla.suse.com/1244915
- https://bugzilla.suse.com/1244936
- https://bugzilla.suse.com/1244941
- https://bugzilla.suse.com/1244942
- https://bugzilla.suse.com/1244943
- https://bugzilla.suse.com/1244944
- https://bugzilla.suse.com/1244945
- https://bugzilla.suse.com/1244948
- https://bugzilla.suse.com/1244949
- https://bugzilla.suse.com/1244950
- https://bugzilla.suse.com/1244956
- https://bugzilla.suse.com/1244958
- https://bugzilla.suse.com/1244959
- https://bugzilla.suse.com/1244965
- https://bugzilla.suse.com/1244966
- https://bugzilla.suse.com/1244967
- https://bugzilla.suse.com/1244968
- https://bugzilla.suse.com/1244969
- https://bugzilla.suse.com/1244970
- https://bugzilla.suse.com/1244974
- https://bugzilla.suse.com/1244976
- https://bugzilla.suse.com/1244977
- https://bugzilla.suse.com/1244978
- https://bugzilla.suse.com/1244979
- https://bugzilla.suse.com/1244983
- https://bugzilla.suse.com/1244984
- https://bugzilla.suse.com/1244985
- https://bugzilla.suse.com/1244986
- https://bugzilla.suse.com/1244991
- https://bugzilla.suse.com/1244992
- https://bugzilla.suse.com/1244993
- https://bugzilla.suse.com/1245006
- https://bugzilla.suse.com/1245007
- https://bugzilla.suse.com/1245009
- https://bugzilla.suse.com/1245011
- https://bugzilla.suse.com/1245012
- https://bugzilla.suse.com/1245018
- https://bugzilla.suse.com/1245019
- https://bugzilla.suse.com/1245024
- https://bugzilla.suse.com/1245028
- https://bugzilla.suse.com/1245031
- https://bugzilla.suse.com/1245032
- https://bugzilla.suse.com/1245033
- https://bugzilla.suse.com/1245038
- https://bugzilla.suse.com/1245039
- https://bugzilla.suse.com/1245041
- https://bugzilla.suse.com/1245047
- https://bugzilla.suse.com/1245051
- https://bugzilla.suse.com/1245057
- https://bugzilla.suse.com/1245058
- https://bugzilla.suse.com/1245060
- https://bugzilla.suse.com/1245062
- https://bugzilla.suse.com/1245064
- https://bugzilla.suse.com/1245069
- https://bugzilla.suse.com/1245072
- https://bugzilla.suse.com/1245073
- https://bugzilla.suse.com/1245088
- https://bugzilla.suse.com/1245089
- https://bugzilla.suse.com/1245092
- https://bugzilla.suse.com/1245093
- https://bugzilla.suse.com/1245098
- https://bugzilla.suse.com/1245103
- https://bugzilla.suse.com/1245117
- https://bugzilla.suse.com/1245118
- https://bugzilla.suse.com/1245119
- https://bugzilla.suse.com/1245121
- https://bugzilla.suse.com/1245122
- https://bugzilla.suse.com/1245125
- https://bugzilla.suse.com/1245129
- https://bugzilla.suse.com/1245131
- https://bugzilla.suse.com/1245133
- https://bugzilla.suse.com/1245134
- https://bugzilla.suse.com/1245135
- https://bugzilla.suse.com/1245136
- https://bugzilla.suse.com/1245138
- https://bugzilla.suse.com/1245139
- https://bugzilla.suse.com/1245140
- https://bugzilla.suse.com/1245142
- https://bugzilla.suse.com/1245146
- https://bugzilla.suse.com/1245147
- https://bugzilla.suse.com/1245149
- https://bugzilla.suse.com/1245152
- https://bugzilla.suse.com/1245154
- https://bugzilla.suse.com/1245180
- https://bugzilla.suse.com/1245183
- https://bugzilla.suse.com/1245189
- https://bugzilla.suse.com/1245191
- https://bugzilla.suse.com/1245195
- https://bugzilla.suse.com/1245197
- https://bugzilla.suse.com/1245265
- https://bugzilla.suse.com/1245348
- https://bugzilla.suse.com/1245431
- https://bugzilla.suse.com/1245455
- https://www.suse.com/security/cve/CVE-2021-47557
- https://www.suse.com/security/cve/CVE-2021-47595
- https://www.suse.com/security/cve/CVE-2022-1679
- https://www.suse.com/security/cve/CVE-2022-2585
- https://www.suse.com/security/cve/CVE-2022-2586
- https://www.suse.com/security/cve/CVE-2022-2905
- https://www.suse.com/security/cve/CVE-2022-3903
- https://www.suse.com/security/cve/CVE-2022-4095
- https://www.suse.com/security/cve/CVE-2022-4662
- https://www.suse.com/security/cve/CVE-2022-49934
- https://www.suse.com/security/cve/CVE-2022-49936
- https://www.suse.com/security/cve/CVE-2022-49937
- https://www.suse.com/security/cve/CVE-2022-49938
- https://www.suse.com/security/cve/CVE-2022-49940
- https://www.suse.com/security/cve/CVE-2022-49942
- https://www.suse.com/security/cve/CVE-2022-49945
- https://www.suse.com/security/cve/CVE-2022-49946
- https://www.suse.com/security/cve/CVE-2022-49948
- https://www.suse.com/security/cve/CVE-2022-49950
- https://www.suse.com/security/cve/CVE-2022-49952
- https://www.suse.com/security/cve/CVE-2022-49954
- https://www.suse.com/security/cve/CVE-2022-49956
- https://www.suse.com/security/cve/CVE-2022-49957
- https://www.suse.com/security/cve/CVE-2022-49958
- https://www.suse.com/security/cve/CVE-2022-49960
- https://www.suse.com/security/cve/CVE-2022-49964
- https://www.suse.com/security/cve/CVE-2022-49966
- https://www.suse.com/security/cve/CVE-2022-49968
- https://www.suse.com/security/cve/CVE-2022-49969
- https://www.suse.com/security/cve/CVE-2022-49977
- https://www.suse.com/security/cve/CVE-2022-49978
- https://www.suse.com/security/cve/CVE-2022-49981
- https://www.suse.com/security/cve/CVE-2022-49982
- https://www.suse.com/security/cve/CVE-2022-49983
- https://www.suse.com/security/cve/CVE-2022-49984
- https://www.suse.com/security/cve/CVE-2022-49985
- https://www.suse.com/security/cve/CVE-2022-49986
- https://www.suse.com/security/cve/CVE-2022-49987
- https://www.suse.com/security/cve/CVE-2022-49989
- https://www.suse.com/security/cve/CVE-2022-49990
- https://www.suse.com/security/cve/CVE-2022-49993
- https://www.suse.com/security/cve/CVE-2022-49995
- https://www.suse.com/security/cve/CVE-2022-49999
- https://www.suse.com/security/cve/CVE-2022-50005
- https://www.suse.com/security/cve/CVE-2022-50006
- https://www.suse.com/security/cve/CVE-2022-50008
- https://www.suse.com/security/cve/CVE-2022-50010
- https://www.suse.com/security/cve/CVE-2022-50011
- https://www.suse.com/security/cve/CVE-2022-50012
- https://www.suse.com/security/cve/CVE-2022-50019
- https://www.suse.com/security/cve/CVE-2022-50020
- https://www.suse.com/security/cve/CVE-2022-50021
- https://www.suse.com/security/cve/CVE-2022-50022
- https://www.suse.com/security/cve/CVE-2022-50023
- https://www.suse.com/security/cve/CVE-2022-50024
- https://www.suse.com/security/cve/CVE-2022-50026
- https://www.suse.com/security/cve/CVE-2022-50027
- https://www.suse.com/security/cve/CVE-2022-50028
- https://www.suse.com/security/cve/CVE-2022-50029
- https://www.suse.com/security/cve/CVE-2022-50030
- https://www.suse.com/security/cve/CVE-2022-50031
- https://www.suse.com/security/cve/CVE-2022-50032
- https://www.suse.com/security/cve/CVE-2022-50033
- https://www.suse.com/security/cve/CVE-2022-50034
- https://www.suse.com/security/cve/CVE-2022-50036
- https://www.suse.com/security/cve/CVE-2022-50038
- https://www.suse.com/security/cve/CVE-2022-50039
- https://www.suse.com/security/cve/CVE-2022-50040
- https://www.suse.com/security/cve/CVE-2022-50045
- https://www.suse.com/security/cve/CVE-2022-50046
- https://www.suse.com/security/cve/CVE-2022-50047
- https://www.suse.com/security/cve/CVE-2022-50051
- https://www.suse.com/security/cve/CVE-2022-50053
- https://www.suse.com/security/cve/CVE-2022-50055
- https://www.suse.com/security/cve/CVE-2022-50059
- https://www.suse.com/security/cve/CVE-2022-50060
- https://www.suse.com/security/cve/CVE-2022-50061
- https://www.suse.com/security/cve/CVE-2022-50062
- https://www.suse.com/security/cve/CVE-2022-50065
- https://www.suse.com/security/cve/CVE-2022-50066
- https://www.suse.com/security/cve/CVE-2022-50067
- https://www.suse.com/security/cve/CVE-2022-50068
- https://www.suse.com/security/cve/CVE-2022-50072
- https://www.suse.com/security/cve/CVE-2022-50073
- https://www.suse.com/security/cve/CVE-2022-50074
- https://www.suse.com/security/cve/CVE-2022-50076
- https://www.suse.com/security/cve/CVE-2022-50077
- https://www.suse.com/security/cve/CVE-2022-50079
- https://www.suse.com/security/cve/CVE-2022-50083
- https://www.suse.com/security/cve/CVE-2022-50084
- https://www.suse.com/security/cve/CVE-2022-50085
- https://www.suse.com/security/cve/CVE-2022-50087
- https://www.suse.com/security/cve/CVE-2022-50092
- https://www.suse.com/security/cve/CVE-2022-50093
- https://www.suse.com/security/cve/CVE-2022-50094
- https://www.suse.com/security/cve/CVE-2022-50095
- https://www.suse.com/security/cve/CVE-2022-50097
- https://www.suse.com/security/cve/CVE-2022-50098
- https://www.suse.com/security/cve/CVE-2022-50099
- https://www.suse.com/security/cve/CVE-2022-50100
- https://www.suse.com/security/cve/CVE-2022-50101
- https://www.suse.com/security/cve/CVE-2022-50102
- https://www.suse.com/security/cve/CVE-2022-50103
- https://www.suse.com/security/cve/CVE-2022-50104
- https://www.suse.com/security/cve/CVE-2022-50108
- https://www.suse.com/security/cve/CVE-2022-50109
- https://www.suse.com/security/cve/CVE-2022-50110
- https://www.suse.com/security/cve/CVE-2022-50111
- https://www.suse.com/security/cve/CVE-2022-50112
- https://www.suse.com/security/cve/CVE-2022-50116
- https://www.suse.com/security/cve/CVE-2022-50118
- https://www.suse.com/security/cve/CVE-2022-50120
- https://www.suse.com/security/cve/CVE-2022-50121
- https://www.suse.com/security/cve/CVE-2022-50124
- https://www.suse.com/security/cve/CVE-2022-50125
- https://www.suse.com/security/cve/CVE-2022-50126
- https://www.suse.com/security/cve/CVE-2022-50127
- https://www.suse.com/security/cve/CVE-2022-50129
- https://www.suse.com/security/cve/CVE-2022-50131
- https://www.suse.com/security/cve/CVE-2022-50132
- https://www.suse.com/security/cve/CVE-2022-50134
- https://www.suse.com/security/cve/CVE-2022-50136
- https://www.suse.com/security/cve/CVE-2022-50137
- https://www.suse.com/security/cve/CVE-2022-50138
- https://www.suse.com/security/cve/CVE-2022-50139
- https://www.suse.com/security/cve/CVE-2022-50140
- https://www.suse.com/security/cve/CVE-2022-50141
- https://www.suse.com/security/cve/CVE-2022-50142
- https://www.suse.com/security/cve/CVE-2022-50143
- https://www.suse.com/security/cve/CVE-2022-50145
- https://www.suse.com/security/cve/CVE-2022-50146
- https://www.suse.com/security/cve/CVE-2022-50149
- https://www.suse.com/security/cve/CVE-2022-50151
- https://www.suse.com/security/cve/CVE-2022-50152
- https://www.suse.com/security/cve/CVE-2022-50153
- https://www.suse.com/security/cve/CVE-2022-50154
- https://www.suse.com/security/cve/CVE-2022-50155
- https://www.suse.com/security/cve/CVE-2022-50156
- https://www.suse.com/security/cve/CVE-2022-50157
- https://www.suse.com/security/cve/CVE-2022-50158
- https://www.suse.com/security/cve/CVE-2022-50160
- https://www.suse.com/security/cve/CVE-2022-50161
- https://www.suse.com/security/cve/CVE-2022-50162
- https://www.suse.com/security/cve/CVE-2022-50164
- https://www.suse.com/security/cve/CVE-2022-50165
- https://www.suse.com/security/cve/CVE-2022-50169
- https://www.suse.com/security/cve/CVE-2022-50171
- https://www.suse.com/security/cve/CVE-2022-50172
- https://www.suse.com/security/cve/CVE-2022-50173
- https://www.suse.com/security/cve/CVE-2022-50175
- https://www.suse.com/security/cve/CVE-2022-50176
- https://www.suse.com/security/cve/CVE-2022-50178
- https://www.suse.com/security/cve/CVE-2022-50179
- https://www.suse.com/security/cve/CVE-2022-50181
- https://www.suse.com/security/cve/CVE-2022-50185
- https://www.suse.com/security/cve/CVE-2022-50187
- https://www.suse.com/security/cve/CVE-2022-50190
- https://www.suse.com/security/cve/CVE-2022-50191
- https://www.suse.com/security/cve/CVE-2022-50192
- https://www.suse.com/security/cve/CVE-2022-50194
- https://www.suse.com/security/cve/CVE-2022-50196
- https://www.suse.com/security/cve/CVE-2022-50197
- https://www.suse.com/security/cve/CVE-2022-50198
- https://www.suse.com/security/cve/CVE-2022-50199
- https://www.suse.com/security/cve/CVE-2022-50200
- https://www.suse.com/security/cve/CVE-2022-50201
- https://www.suse.com/security/cve/CVE-2022-50202
- https://www.suse.com/security/cve/CVE-2022-50203
- https://www.suse.com/security/cve/CVE-2022-50204
- https://www.suse.com/security/cve/CVE-2022-50206
- https://www.suse.com/security/cve/CVE-2022-50207
- https://www.suse.com/security/cve/CVE-2022-50208
- https://www.suse.com/security/cve/CVE-2022-50209
- https://www.suse.com/security/cve/CVE-2022-50211
- https://www.suse.com/security/cve/CVE-2022-50212
- https://www.suse.com/security/cve/CVE-2022-50213
- https://www.suse.com/security/cve/CVE-2022-50215
- https://www.suse.com/security/cve/CVE-2022-50218
- https://www.suse.com/security/cve/CVE-2022-50220
- https://www.suse.com/security/cve/CVE-2022-50222
- https://www.suse.com/security/cve/CVE-2022-50226
- https://www.suse.com/security/cve/CVE-2022-50228
- https://www.suse.com/security/cve/CVE-2022-50229
- https://www.suse.com/security/cve/CVE-2022-50231
- https://www.suse.com/security/cve/CVE-2023-3111
- https://www.suse.com/security/cve/CVE-2023-52924
- https://www.suse.com/security/cve/CVE-2023-52925
- https://www.suse.com/security/cve/CVE-2023-53048
- https://www.suse.com/security/cve/CVE-2023-53076
- https://www.suse.com/security/cve/CVE-2023-53097
- https://www.suse.com/security/cve/CVE-2024-26808
- https://www.suse.com/security/cve/CVE-2024-26924
- https://www.suse.com/security/cve/CVE-2024-26935
- https://www.suse.com/security/cve/CVE-2024-27397
- https://www.suse.com/security/cve/CVE-2024-35840
- https://www.suse.com/security/cve/CVE-2024-36978
- https://www.suse.com/security/cve/CVE-2024-46800
- https://www.suse.com/security/cve/CVE-2024-53057
- https://www.suse.com/security/cve/CVE-2024-53125
- https://www.suse.com/security/cve/CVE-2024-53141
- https://www.suse.com/security/cve/CVE-2024-56770
- https://www.suse.com/security/cve/CVE-2024-57947
- https://www.suse.com/security/cve/CVE-2024-57999
- https://www.suse.com/security/cve/CVE-2025-21700
- https://www.suse.com/security/cve/CVE-2025-21702
- https://www.suse.com/security/cve/CVE-2025-21703
- https://www.suse.com/security/cve/CVE-2025-21756
- https://www.suse.com/security/cve/CVE-2025-23141
- https://www.suse.com/security/cve/CVE-2025-23145
- https://www.suse.com/security/cve/CVE-2025-37752
- https://www.suse.com/security/cve/CVE-2025-37797
- https://www.suse.com/security/cve/CVE-2025-37798
- https://www.suse.com/security/cve/CVE-2025-37823
- https://www.suse.com/security/cve/CVE-2025-37890
- https://www.suse.com/security/cve/CVE-2025-37932
- https://www.suse.com/security/cve/CVE-2025-37953
- https://www.suse.com/security/cve/CVE-2025-37997
- https://www.suse.com/security/cve/CVE-2025-38000
- https://www.suse.com/security/cve/CVE-2025-38001
- https://www.suse.com/security/cve/CVE-2025-38014
- https://www.suse.com/security/cve/CVE-2025-38083