VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-52926MedJun 24, 2026
    affected >= 3.1.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: clear current gateway during teardown batadv_gw_node_free() removes the gateway list entries during mesh teardown, but it does not clear the currently selected gateway. This leaves stale gateway sta

  • CVE-2026-52925MedJun 24, 2026
    affected >= 4.12.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: vrf: Fix a potential NPD when removing a port from a VRF RCU readers that identified a net device as a VRF port using netif_is_l3_slave() assume that a subsequent call to netdev_master_upper_dev_get_rcu() will

  • CVE-2026-52924CriJun 24, 2026
    affected >= 4.15.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: sctp: purge outqueue on stale COOKIE-ECHO handling sctp_stream_update() is only invoked when the association is moved into COOKIE_WAIT during association setup/reconfiguration. In this path, the outbound stream

  • CVE-2026-52923HigJun 24, 2026
    affected >= 3.8.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: ipc: limit next_id allocation to the valid ID range The checkpoint/restore sysctl path can request the next SysV IPC id through ids->next_id. ipc_idr_alloc() currently forwards that request to idr_alloc() with

  • CVE-2026-52922HigJun 24, 2026
    affected >= 3.8.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: dat: handle forward allocation error batadv_dat_forward_data() calls pskb_copy_for_clone() to duplicate an skb for each DHT candidate, but does not check the return value before passing it to batadv

  • CVE-2026-52921MedJun 24, 2026
    affected >= 4.14.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: stop hash:* range iteration at end The following hash set variants: hash:ip,mark hash:ip,port hash:ip,port,ip hash:ip,port,net iterate IPv4 ranges with a 32-bit iterator. The iterator must

  • CVE-2026-52920HigJun 24, 2026
    affected >= 2.6.17, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_policy: fix strict mode inbound policy matching match_policy_in() walks sec_path entries from the last transform to the first one, but strict policy matching needs to consume info->pol[] in the sa

  • CVE-2026-52919HigJun 24, 2026
    affected >= 4.8.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix tp_meter counter underflow during shutdown batadv_tp_sender_shutdown() unconditionally decrements the "sending" atomic counter. If multiple paths (e.g. timeout, user cancel, and normal finish) c

  • CVE-2026-52918HigJun 24, 2026
    affected >= 2.6.12, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: serialize accept_q access bt_sock_poll() walks the accept queue without synchronization, while child teardown can unlink the same socket and drop its last reference. The unsynchronized accept queue w

  • CVE-2026-52917HigJun 24, 2026
    affected >= 4.7.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: sctp: diag: reject stale associations in dump_one path The SCTP exact sock_diag lookup can hold a transport reference, block on lock_sock(sk), and then resume after sctp_association_free() has marked the associ

  • CVE-2026-52916MedJun 24, 2026
    affected >= 3.13.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: frag: disallow unicast fragment in fragment batadv_frag_skb_buffer() is called by batadv_batman_skb_recv() when a BATADV_UNICAST_FRAG packet is received. Once all fragments are collected and the pac

  • CVE-2026-52915HigJun 24, 2026
    affected >= 2.6.12, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6t_hbh: reject oversized option lists struct ip6t_opts stores at most IP6T_OPTS_OPTSNR option descriptors, but hbh_mt6_check() does not reject larger optsnr values supplied from userspace. Validat

  • CVE-2026-52914CriJun 24, 2026
    affected >= 3.13.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix fragment reassembly length accounting batman-adv keeps a running payload length for queued fragments and uses it to validate a fragment chain before reassembly. That accounting currently allows

  • CVE-2026-52913MedJun 24, 2026
    affected >= 4.6.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: v: stop OGMv2 on disabled interface When a batadv_hard_iface is disabled, its mesh_iface pointer is set to NULL. However, batadv_v_ogm_send_meshif() may still dispatch OGMs via batadv_v_ogm_queue_on

  • CVE-2026-52912HigJun 24, 2026
    affected >= 4.7.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_queue: hold bridge skb->dev while queued br_pass_frame_up() rewrites skb->dev from the ingress port to the bridge master before queueing bridge LOCAL_IN packets. NFQUEUE only holds references on s

  • CVE-2026-52911HigJun 21, 2026
    affected >= 5.15.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: scope conn->binding slowpath to bound sessions only When the binding SESSION_SETUP sets conn->binding = true, the flag stays set after the call so that the global session lookup in ksmbd_session_lookup_a

  • CVE-2026-52910HigJun 19, 2026
    affected >= 4.5.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: bpf: Free reuseport cBPF prog after RCU grace period. Eulgyu Kim reported the splat below with a repro. [0] The repro sets up a UDP reuseport group with a cBPF prog and replaces it with a new one while another

  • CVE-2026-52909HigJun 19, 2026
    affected >= 3.15.0, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: ip6_vti: set netns_immutable on the fallback device. john1988 and Noam Rathaus reported that vti6_init_net() does not set the netns_immutable flag on the per-netns fallback tunnel device (ip6_vti0). Other simi

  • CVE-2026-52908HigJun 19, 2026
    affected >= 6.2.0, < 6.6.143fixed 6.6.143

    In the Linux kernel, the following vulnerability has been resolved: RDMA: During rereg_mr ensure that REREG_ACCESS is compatible If IB_MR_REREG_ACCESS changes from RO to RW then the umem has to be re-evaluated to ensure it is properly pinned as RW. Since the umem is hidden insi

  • CVE-2026-46331HigJun 16, 2026
    affected < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: net/sched: fix pedit partial COW leading to page cache corruption tcf_pedit_act() computes the COW range for skb_ensure_writable() once before the key loop using tcfp_off_max_hint, but the hint does not account

Page 145 of 713