VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-53086CriJun 24, 2026
    affected >= 4.2.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix racing timeout handler The bcmgenet_timeout handler tries to take down all tx queues when a single queue times out. This is over zealous and causes many race conditions with queues that are s

  • CVE-2026-53085HigJun 24, 2026
    affected >= 6.7.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mmap_read_trylock() but never calls mmget(). If the task exits concurrently, the mm_

  • CVE-2026-53084MedJun 24, 2026
    affected >= 6.7.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from task_vma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmap_lock: vm_lock -> i_rwsem ->

  • CVE-2026-53083MedJun 24, 2026
    affected >= 5.5.0, < 6.6.141fixed 6.6.141

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix RCU stall in bpf_fd_array_map_clear() Add a missing cond_resched() in bpf_fd_array_map_clear() loop. For PROG_ARRAY maps with many entries this loop calls prog_array_map_poke_run() per entry which can

  • CVE-2026-53082MedJun 24, 2026
    affected >= 2.6.12, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf sixpack_receive_buf() does not properly skip bytes with TTY error flags. The while loop iterates through the flags buffer but never advances the dat

  • CVE-2026-53081HigJun 24, 2026
    affected >= 6.11.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars When regsafe() compares two scalar registers that both carry BPF_ADD_CONST, check_scalar_ids() maps their full compound id (aka base | BPF_ADD_

  • CVE-2026-53080MedJun 24, 2026
    affected >= 5.1.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_fw: fix NULL dereference of "old" filters before change() Like pointed out by Sashiko [1], since commit ed76f5edccc9 ("net: sched: protect filter_chain list with filter_chain_lock mutex") TC filt

  • CVE-2026-53079MedJun 24, 2026
    affected >= 6.19.0, < 7.0.10fixed 7.0.10

    In the Linux kernel, the following vulnerability has been resolved: net_sched: fix skb memory leak in deferred qdisc drops When the network stack cleans up the deferred list via qdisc_run_end(), it operates on the root qdisc. If the root qdisc do not implement the TCQ_F_DEQUEUE

  • CVE-2026-53078HigJun 24, 2026
    affected >= 5.9.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops When a BPF sock_ops program accesses ctx fields with dst_reg == src_reg, the SOCK_OPS_GET_SK() and SOCK_OPS_GET_FIELD() macros fail to zero t

  • CVE-2026-53077HigJun 24, 2026
    affected >= 4.3.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: net/rds: Restrict use of RDS/IB to the initial network namespace Prevent using RDS/IB in network namespaces other than the initial one. The existing RDS/IB code will not work properly in non-initial network nam

  • CVE-2026-53076HigJun 24, 2026
    affected >= 5.10.0, < 6.6.141fixed 6.6.141

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix OOB in pcpu_init_value An out-of-bounds read occurs when copying element from a BPF_MAP_TYPE_CGROUP_STORAGE map to another pcpu map with the same value_size that is not rounded up to 8 bytes. The issu

  • CVE-2026-53075HigJun 24, 2026
    affected >= 2.6.30, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: ppp: require CAP_NET_ADMIN in target netns for unattached ioctls /dev/ppp open is currently authorized against file->f_cred->user_ns, while unattached administrative ioctls operate on current->nsproxy->net_ns.

  • CVE-2026-53074MedJun 24, 2026
    affected >= 5.9.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb bpf_prog_test_run_skb() calls eth_type_trans() first and then uses skb->protocol to initialize sk family and address fields for the test run. For IPv

  • CVE-2026-53073MedJun 24, 2026
    affected < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error When hci_register_dev() fails in hci_uart_register_dev() HCI_UART_PROTO_INIT is not cleared before calling hu->proto->close(hu) and setting hu->hdev to N

  • CVE-2026-53072HigJun 24, 2026
    affected >= 3.17.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER When protocol sets HCI_PROTO_DEFER, hci_conn_request_evt() calls hci_connect_cfm(conn) without hdev->lock. Generally hci_connect_cfm() assum

  • CVE-2026-53071HigJun 24, 2026
    affected >= 5.7.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp l2cap_ecred_reconf_rsp() calls l2cap_chan_del() without holding l2cap_chan_lock(). Every other l2cap_chan_del() caller in the file acquires the

  • CVE-2026-53070HigJun 24, 2026
    affected >= 5.11.0, < 6.12.95fixed 6.12.95

    In the Linux kernel, the following vulnerability has been resolved: sctp: disable BH before calling udp_tunnel_xmit_skb() udp_tunnel_xmit_skb() / udp_tunnel6_xmit_skb() are expected to run with BH disabled. After commit 6f1a9140ecda ("add xmit recursion limit to tunnel xmit fu

  • CVE-2026-53069HigJun 24, 2026
    affected >= 5.15.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master syzkaller reported a kernel panic in bond_rr_gen_slave_id() reached via xdp_master_redirect(). Full decoded trace: https://syzkaller.apps

  • CVE-2026-53068HigJun 24, 2026
    affected >= 5.3.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: drm/komeda: fix integer overflow in AFBC framebuffer size check The AFBC framebuffer size validation calculates the minimum required buffer size by adding the AFBC payload size to the framebuffer offset. This a

  • CVE-2026-53067HigJun 24, 2026
    affected >= 6.17.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc pci_epf_alloc_doorbell() stores the allocated doorbell message array in epf->db_msg/epf->num_db before requesting MSI vectors. If MSI allocat

Page 137 of 713