VYPR

rpm package

opensuse/kernel-source&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/kernel-source&distro=openSUSE%20Tumbleweed

Vulnerabilities (1,862)

  • CVE-2025-68738Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix null pointer deref in mt7996_conf_tx() If a link does not have an assigned channel yet, mt7996_vif_link returns NULL. We still need to store the updated queue settings in that case, and

  • CVE-2025-68737Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: arm64/pageattr: Propagate return value from __change_memory_common The rodata=on security measure requires that any code path which does vmalloc -> set_memory_ro/set_memory_rox must protect the linear map alias

  • CVE-2025-68736HigDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: landlock: Fix handling of disconnected directories Disconnected files or directories can appear when they are visible and opened from a bind mount, but have been renamed or moved from the source of the bind mou

  • CVE-2025-68735HigDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Prevent potential UAF in group creation This commit prevents the possibility of a use after free issue in the GROUP_CREATE ioctl function, which arose as pointer to the group is accessed in that io

  • CVE-2025-68733Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: smack: fix bug: unprivileged task can create labels If an unprivileged task is allowed to relabel itself (/smack/relabel-self is not empty), it can freely create new labels by writing their names into own /proc

  • CVE-2025-68732Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1x_syncpt_alloc() and host1x_syncpt_put() by using kref_put_mutex() instead of kref_put() + manual mutex locking. This ensures no threa

  • CVE-2025-68731Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix an integer overflow in aie2_query_ctx_status_array() The unpublished smatch static checker reported a warning. drivers/accel/amdxdna/aie2_pci.c:904 aie2_query_ctx_status_array() warn: potent

  • CVE-2025-68730HigDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix page fault in ivpu_bo_unbind_all_bos_from_context() Don't add BO to the vdev->bo_list in ivpu_gem_create_object(). When failure happens inside drm_gem_shmem_create(), the BO is not fully created

  • CVE-2025-68729Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type

  • CVE-2025-68728Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix uninit memory after failed mi_read in mi_format_new Fix a KMSAN un-init bug found by syzkaller. ntfs_get_bh() expects a buffer from sb_getblk(), that buffer may not be uptodate. We do not bring the

  • CVE-2025-68727Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: ntfs3: Fix uninit buffer allocated by __getname() Fix uninit errors caused after buffer allocation given to 'de'; by initializing the buffer with zeroes. The fix was found by using KMSAN.

  • CVE-2025-68726CriDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: aead - Fix reqsize handling Commit afddce13ce81d ("crypto: api - Add reqsize to crypto_alg") introduced cra_reqsize field in crypto_alg struct to replace type specific reqsize fields. It looks like this

  • CVE-2025-68725MedDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: bpf: Do not let BPF test infra emit invalid GSO types to stack Yinhao et al. reported that their fuzzer tool was able to trigger a skb_warn_bad_offload() from netif_skb_features() -> gso_features_check(). When

  • CVE-2025-68724HigDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: asymmetric_keys - prevent overflow in asymmetric_key_generate_id Use check_add_overflow() to guard against potential integer overflows when adding the binary blob lengths and the size of an asymmetric_k

  • CVE-2025-68380Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix peer HE MCS assignment In ath11k_wmi_send_peer_assoc_cmd(), peer's transmit MCS is sent to firmware as receive MCS while peer's receive MCS sent as transmit MCS, which goes against firmwire's

  • CVE-2025-68379HigDec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq->rq.queue after resize failure A NULL pointer dereference can occur in rxe_srq_chk_attr() when ibv_modify_srq() is invoked twice in succession under certain error conditions. The

  • CVE-2025-68378Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stackmap overflow check in __bpf_get_stackid() Syzkaller reported a KASAN slab-out-of-bounds write in __bpf_get_stackid() when copying stack trace data. The issue occurs when the perf trace contains m

  • CVE-2025-68377Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: ns: initialize ns_list_node for initial namespaces Make sure that the list is always initialized for initial namespaces.

  • CVE-2025-68376Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: coresight: ETR: Fix ETR buffer use-after-free issue When ETR is enabled as CS_MODE_SYSFS, if the buffer size is changed and enabled again, currently sysfs_buf will point to the newly allocated memory(buf_new) a

  • CVE-2025-68375Dec 24, 2025
    affected < 6.18.5-1.1fixed 6.18.5-1.1

    In the Linux kernel, the following vulnerability has been resolved: perf/x86: Fix NULL event access and potential PEBS record loss When intel_pmu_drain_pebs_icl() is called to drain PEBS records, the perf_event_overflow() could be called to process the last PEBS record. While

Page 47 of 94