VYPR

rpm package

opensuse/kernel-rt&distro=openSUSE Leap Micro 5.4

pkg:rpm/opensuse/kernel-rt&distro=openSUSE%20Leap%20Micro%205.4

Vulnerabilities (571)

  • CVE-2024-26739Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: net/sched: act_mirred: don't override retval if we already lost the skb If we're redirecting the skb, and haven't called tcf_mirred_forward(), yet, we need to tell the core to drop the skb by setting the retcod

  • CVE-2024-26733Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: arp: Prevent overflow in arp_req_get(). syzkaller reported an overflown write in arp_req_get(). [0] When ioctl(SIOCGARP) is issued, arp_req_get() looks up an neighbour entry and copies neigh->ha to struct arpr

  • CVE-2024-26727Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT() if the newly created subvolume already got read [BUG] There is a syzbot crash, triggered by the ASSERT() during subvolume creation: assertion failed: !anon_dev, in fs/btrfs/disk-io.c:13

  • CVE-2024-26704Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix double-free of blocks due to wrong extents moved_len In ext4_move_extents(), moved_len is only updated when all moves are successfully executed, and only discards orig_inode and donor_inode preallocat

  • CVE-2024-26689Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: ceph: prevent use-after-free in encode_cap_msg() In fs/ceph/caps.c, in encode_cap_msg(), "use after free" error was caught by KASAN at this line - 'ceph_buffer_get(arg->xattr_buf);'. This implies before the ref

  • CVE-2024-26688Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super When configuring a hugetlb filesystem via the fsconfig() syscall, there is a possible NULL dereference in hugetlbfs_fill_super() caused by assigni

  • CVE-2024-26687Apr 3, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: xen/events: close evtchn after mapping cleanup shutdown_pirq and startup_pirq are not taking the irq_mapping_update_lock because they can't due to lock inversion. Both are called with the irq_desc->lock being t

  • CVE-2023-52628Mar 28, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: exthdr: fix 4-byte stack OOB write If priv->len is a multiple of 4, then dst[len / 4] can write past the destination array which leads to stack corruption. This construct is necessary to c

  • CVE-2023-52621Mar 26, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers These three bpf_map_{lookup,update,delete}_elem() helpers are also available for sleepable bpf program, so add the corresponding lock asserti

  • CVE-2024-26642MedMar 21, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow anonymous set with timeout flag Anonymous sets are never used with timeout from userspace, reject this. Exception to this rule is NFT_SET_EVAL to ensure legacy meters still work.

  • CVE-2023-52616Mar 18, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init When the mpi_ec_ctx structure is initialized, some fields are not cleared, causing a crash when referencing the field when the structure was releas

  • CVE-2023-28746MedMar 14, 2024
    affected < 5.14.21-150400.15.71.1fixed 5.14.21-150400.15.71.1

    Information exposure through microarchitectural state after transient execution from some register files for some Intel(R) Atom(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.

  • CVE-2023-52607Mar 6, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix null-pointer dereference in pgtable_cache_add kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the p

  • CVE-2023-52597Mar 6, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: KVM: s390: fix setting of fpc register kvm_arch_vcpu_ioctl_set_fpu() allows to set the floating point control (fpc) register of a guest cpu. The new value is tested for validity by temporarily loading it into t

  • CVE-2023-52591Mar 6, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: reiserfs: Avoid touching renamed directory if parent does not change The VFS will not be locking moved directory if its parent does not change. Change reiserfs rename code to avoid touching renamed directory if

  • CVE-2023-52590Mar 6, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: ocfs2: Avoid touching renamed directory if parent does not change The VFS will not be locking moved directory if its parent does not change. Change ocfs2 rename code to avoid touching renamed directory if its p

  • CVE-2023-52583Mar 6, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But since this deadcode is never used

  • CVE-2022-48630Mar 5, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ The commit referenced in the Fixes tag removed the 'break' from the else branch in qcom_rng_read(), causing an infinite loop whenever 'ma

  • CVE-2022-48629Mar 5, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rng_alg expects that the destination buffer is completely filled if the function returns 0. qcom_rng_read() can

  • CVE-2021-47107HigMar 4, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix READDIR buffer overflow If a client sends a READDIR count argument that is too small (say, zero), then the buffer size calculation in the new init_dirlist helper functions results in an underflow, all

Page 19 of 29