VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-26959MedMay 1, 2024
    affected >= 6.4.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix btnxpuart_close Fix scheduling while atomic BUG in btnxpuart_close(), properly purge the transmit queue and free the receive skb. [ 10.973809] BUG: scheduling while atomic: kworker/

  • CVE-2024-26958HigMay 1, 2024
    affected >= 4.5.0, < 5.4.297fixed 5.4.297

    In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------[ cut here ]------------ refcount_t: underflow; use-after-free. WARNING: CPU: 17 PID: 1800359 at

  • CVE-2024-26957HigMay 1, 2024
    affected >= 4.10.0, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: fix reference counting on zcrypt card objects Tests with hot-plugging crytpo cards on KVM guests with debug kernel build revealed an use after free for the load field of the struct zcrypt_card. The

  • CVE-2024-26956HigMay 1, 2024
    affected >= 2.6.31, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix failure to detect DAT corruption in btree and direct mappings Patch series "nilfs2: fix kernel bug at submit_bh_wbc()". This resolves a kernel BUG reported by syzbot. Since there are two flaws inv

  • CVE-2024-26955HigMay 1, 2024
    affected >= 2.6.30, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent kernel bug at submit_bh_wbc() Fix a bug where nilfs_get_block() returns a successful status when searching and inserting the specified block both fail inconsistently. If this inconsistent behav

  • CVE-2024-26954HigMay 1, 2024
    affected >= 5.15.0, < 6.1.119fixed 6.1.119

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() If ->NameOffset of smb2_create_req is smaller than Buffer offset of smb2_create_req, slab-out-of-bounds read can happen from smb2_open. This patch set t

  • CVE-2024-26953CriMay 1, 2024
    affected >= 5.14.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: net: esp: fix bad handling of pages from page_pool When the skb is reorganized during esp_output (!esp->inline), the pages coming from the original skb fragments are supposed to be released back to the system t

  • CVE-2024-26952HigMay 1, 2024
    affected >= 5.15.0, < 5.15.181fixed 5.15.181

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix potencial out-of-bounds when buffer offset is invalid I found potencial out-of-bounds when buffer offset fields of a few requests is invalid. This patch set the minimum value of buffer offset field t

  • CVE-2024-26951HigMay 1, 2024
    affected >= 5.6.0, < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via is_dead instead of empty list If all peers are removed via wg_peer_remove_all(), rather than setting peer_list to empty, the peer is added to a temporary list wit

  • CVE-2024-26950HigMay 1, 2024
    affected >= 5.6.0, < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: access device through ctx instead of peer The previous commit fixed a bug that led to a NULL peer->device being dereferenced. It's actually easier and faster performance-wise to instead get

  • CVE-2024-26949MedMay 1, 2024
    affected < 6.7.12fixed 6.7.12

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/pm: Fix NULL pointer dereference when get power limit Because powerplay_table initialization is skipped under sriov case, We check and set default lower and upper OD value if powerplay_table is NULL.

  • CVE-2024-26948MedMay 1, 2024
    affected >= 4.15.0, < 6.8.3fixed 6.8.3

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add a dc_state NULL check in dc_state_release [How] Check wheather state is NULL before releasing it.

  • CVE-2024-26947MedMay 1, 2024
    affected >= 5.14.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses Since commit a4d5613c4dc6 ("arm: extend pfn_valid to take into account freed memory map alignment") changes the semantics of pfn_valid

  • CVE-2024-26946MedMay 1, 2024
    affected >= 5.18.0, < 6.1.84fixed 6.1.84

    In the Linux kernel, the following vulnerability has been resolved: kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address Read from an unsafe address with copy_from_kernel_nofault() in arch_adjust_kprobe_addr() because this function is used before checking the

  • CVE-2024-26945HigMay 1, 2024
    affected >= 6.8.0, < 6.8.3fixed 6.8.3

    In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nr_cpus < nr_iaa case If nr_cpus < nr_iaa, the calculated cpus_per_iaa will be 0, which causes a divide-by-0 in rebalance_wq_table(). Make sure cpus_per_iaa is 1 in that case, and also in the

  • CVE-2024-26944HigMay 1, 2024
    affected >= 5.18.0, < 6.8.3fixed 6.8.3

    In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix use-after-free in do_zone_finish() Shinichiro reported the following use-after-free triggered by the device replace operation in fstests btrfs/070. BTRFS info (device nullb1): scrub: finishe

  • CVE-2024-26943MedMay 1, 2024
    affected >= 6.1.0, < 6.1.84fixed 6.1.84

    In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc() allocation failure The kcalloc() in nouveau_dmem_evict_chunk() will return null if the physical memory has run out. As a result, if we dereference src_pfns, dst_pfns or dma_addrs,

  • CVE-2024-26942MedMay 1, 2024
    affected >= 6.8.0, < 6.8.3fixed 6.8.3

    In the Linux kernel, the following vulnerability has been resolved: net: phy: qcom: at803x: fix kernel panic with at8031_probe On reworking and splitting the at803x driver, in splitting function of at803x PHYs it was added a NULL dereference bug where priv is referenced before

  • CVE-2024-26941MedMay 1, 2024
    affected >= 6.8.0, < 6.8.3fixed 6.8.3

    In the Linux kernel, the following vulnerability has been resolved: drm/dp: Fix divide-by-zero regression on DP MST unplug with nouveau Fix a regression when using nouveau and unplugging a StarTech MSTDP122DP DisplayPort 1.2 MST hub (the same regression does not appear when usi

  • CVE-2024-26940MedMay 1, 2024
    affected >= 5.19.0, < 6.1.84fixed 6.1.84

    In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed The driver creates /sys/kernel/debug/dri/0/mob_ttm even when the corresponding ttm_resource_manager is not allocated. This leads to a crash w

Page 673 of 702