VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-53186CriJun 25, 2026
    affected >= 2.6.15, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: bound SRP_RSP sense copy by the received length srp_process_rsp() copies sense data from rsp->data + resp_data_len, where resp_data_len is the full 32-bit value supplied by the SRP target and is never

  • CVE-2026-53185HigJun 25, 2026
    affected >= 4.14.0, < 6.6.143fixed 6.6.143

    In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zram_bvec_write_partial() zram_read_page() picks the sync or async backing device read path based on whether the parent bio is NULL. zram_bvec_write_partial() passes its parent bio

  • CVE-2026-53184HigJun 25, 2026
    affected >= 6.0.0, < 6.1.176fixed 6.1.176

    In the Linux kernel, the following vulnerability has been resolved: udp: clear skb->dev before running a sockmap verdict On the UDP receive path skb->dev is repurposed as dev_scratch (the truesize/state cache set by udp_set_dev_scratch()), through the union { struct net_device

  • CVE-2026-53183HigJun 25, 2026
    affected >= 5.19.0, < 6.1.176fixed 6.1.176

    In the Linux kernel, the following vulnerability has been resolved: mptcp: allow subflow rcv wnd to shrink In MPTCP connection, the `window` field in the TCP header refers to the MPTCP-level rcv_nxt and it's right edge should not move backward. Such constraint is enforced at DS

  • CVE-2026-53182HigJun 25, 2026
    affected < 6.1.176fixed 6.1.176

    In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject oversized EMA RNR lists nl80211_parse_rnr_elems() stores the parsed element count in a u8-backed cfg80211_rnr_elems::cnt field and uses that count to size the flexible array allocation. R

  • CVE-2026-53181MedJun 25, 2026
    affected >= 3.9.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix sk_ack_backlog leak on failed handshake When vmci_transport_recv_connecting_server() returns an error, vmci_transport_recv_listen() calls vsock_remove_pending() but never calls sk_acceptq_remove

  • CVE-2026-53180HigJun 25, 2026
    affected >= 6.9.0, < 6.12.94fixed 6.12.94

    In the Linux kernel, the following vulnerability has been resolved: timers/migration: Fix livelock in tmigr_handle_remote_up() tmigr_handle_remote_cpu() skips timer_expire_remote() when cpu == smp_processor_id(), assuming the local softirq path already handled this CPU's timers

  • CVE-2026-53179HigJun 25, 2026
    affected >= 5.15.0, < 6.12.95fixed 6.12.95

    In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix buffer over-read in rtw_update_protection rtw_update_protection() is called with a pointer offset into the ies buffer but the full ie_length is passed, causing a potential buffer over-re

  • CVE-2026-53178HigJun 25, 2026
    affected >= 5.15.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction Add guards to ensure ie_length is large enough before subtracting fixed IE offsets to prevent unsigned integer underflow.

  • CVE-2026-53177MedJun 25, 2026
    affected >= 4.17.0, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix NULL pointer dereference PCIe errors detected by a Root Port or Downstream Port cause error recovery services to run on all subordinate devices regardless of administrative state. The .error_detec

  • CVE-2026-53176CriJun 25, 2026
    affected >= 3.10.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN In drivers/infiniband/ulp/isert/ib_isert.c, isert_login_recv_done() computes the login request payload length as wc->byte_len minus ISER_HEADERS_LEN wit

  • CVE-2026-53175CriJun 25, 2026
    affected < 6.12.94fixed 6.12.94

    In the Linux kernel, the following vulnerability has been resolved: inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush On netns teardown, fqdir_pre_exit() walks the fqdir rhashtable and flushes every fragment queue that is not yet complete using inet_frag_queu

  • CVE-2026-53174HigJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: ovl: keep err zero after successful ovl_cache_get() ovl_iterate_merged() stores PTR_ERR(cache) in err before checking IS_ERR(cache). On success err holds the truncated cache pointer and can be returned as a bog

  • CVE-2026-53173HigJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate() The command stream parsing loop increments the index variable a second time when a 64-bit command word is encountered (bit 14 set), but do

  • CVE-2026-53172HigJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix IFM region index out-of-bounds in command stream parser NPU_SET_IFM_REGION extracts the region index with param & 0x7f, giving a maximum value of 127. However region_size[] and output_region[]

  • CVE-2026-53171HigJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: fix arithmetic issues in dma_length() dma_length() derives DMA region usage from command stream values and updates region_size[]: len = ((len + stride[0]) * size0 + stride[1]) * size1 reg

  • CVE-2026-53170HigJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: reject DMA commands with uninitialized length cmd_state_init() initializes the command state with memset(0xff), leaving dma->len at U64_MAX to signal missing setup. The only setter is NPU_SET_DMA0

  • CVE-2026-53169MedJun 25, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: accel/ethosu: reject NPU_OP_RESIZE commands from userspace NPU_OP_RESIZE is a U85-only command that the driver does not yet implement. The existing WARN_ON(1) placeholder fires unconditionally whenever userspac

  • CVE-2026-53168MedJun 25, 2026
    affected >= 4.20.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: fuse: reject fuse_notify() pagecache ops on directories The operations FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE allow the FUSE daemon to actively write/read pagecache contents. For directories with FOPEN_CAC

  • CVE-2026-53167MedJun 25, 2026
    affected >= 2.6.36, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios FUSE_NOTIFY_RETRIEVE must be limited to uptodate folios; !uptodate folios can contain uninitialized data. Since FUSE_NOTIFY_RETRIEVE is intended to only retur

Page 132 of 713