VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-52986CriJun 24, 2026
    affected >= 2.6.26, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_sip: don't use simple_strtoul Replace unsafe port parsing in epaddr_len(), ct_sip_parse_header_uri(), and ct_sip_parse_request() with a new sip_parse_port() helper that validates each di

  • CVE-2026-52985MedJun 24, 2026
    affected >= 5.4.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: netdevsim: zero initialize struct iphdr in dummy sk_buff Syzbot reports a KMSAN uninit-value originating from nsim_dev_trap_skb_build, with the allocation also being performed in the same function. Fix this by

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

    In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: fix queue limit check to include reordered packets The queue limit check in netem_enqueue() uses q->t_len which only counts packets in the internal tfifo. Packets placed in sch->q by the reord

  • CVE-2026-52983HigJun 24, 2026
    affected >= 6.13.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: net: airoha: fix BQL imbalance in TX path Fix a possible BQL imbalance in airoha_dev_xmit(), where inflight packets are accounted only for the AIROHA_NUM_TX_RING netdev TX queues. The queue index is computed as

  • CVE-2026-52982CriJun 24, 2026
    affected >= 2.6.12, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() syzbot reported a KASAN slab-use-after-free read in rtl8150_start_xmit() when accessing skb->len for tx statistics after usb_submit_urb() has been c

  • CVE-2026-52981HigJun 24, 2026
    affected >= 4.1.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: neigh: let neigh_xmit take skb ownership neigh_xmit always releases the skb, except when no neighbour table is found. But even the first added user of neigh_xmit (mpls) relied on neigh_xmit to release the skb (

  • CVE-2026-52980MedJun 24, 2026
    affected >= 6.12.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: sched/fair: Clear rel_deadline when initializing forked entities A yield-triggered crash can happen when a newly forked sched_entity enters the fair class with se->rel_deadline unexpectedly set. The failing se

  • CVE-2026-52979MedJun 24, 2026
    affected >= 6.18.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: net: psp: check for device unregister when creating assoc psp_assoc_device_get_locked() obtains a psp_dev reference via psp_dev_get_for_sock() (which uses psp_dev_tryget() under RCU); it then acquires psd->lock

  • CVE-2026-52978MedJun 24, 2026
    affected >= 6.18.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: net: psp: require admin permission for dev-set and key-rotate The dev-set and key-rotate netlink operations modify shared device state (PSP version configuration and cryptographic key material, respectively) bu

  • CVE-2026-52977MedJun 24, 2026
    affected >= 5.15.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: futex: Prevent lockup in requeue-PI during signal/ timeout wakeup During wait-requeue-pi (task A) and requeue-PI (task B) the following race can happen: Task A Task B futex_w

  • CVE-2026-52976HigJun 24, 2026
    affected >= 6.12.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl() Two error handling issues exist in xe_exec_queue_create_ioctl(): 1. When xe_hw_engine_group_add_exec_queue() fails, the error path jumps to put_exec

  • CVE-2026-52975HigJun 24, 2026
    affected >= 3.13.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: bonding: 3ad: implement proper RCU rules for port->aggregator syzbot found a data-race in bond_3ad_get_active_agg_info / bond_3ad_state_machine_handler [1] which hints at lack of proper RCU implementation. Add

  • CVE-2026-52974HigJun 24, 2026
    affected >= 6.0.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: net: tls: fix strparser anchor skb leak on offload RX setup failure When tls_set_device_offload_rx() fails at tls_dev_add(), the error path calls tls_sw_free_resources_rx() to clean up the SW context that was i

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

    In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONE_THREAD requirement for private default hash alloc Currently need_futex_hash_allocate_default() depends on strict pthread semantics, abusing CLONE_THREAD. This breaks the non-concurrency assum

  • CVE-2026-52972MedJun 24, 2026
    affected >= 4.1.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Cap AEAD AD length to 0x80000000 In order to prevent arithmetic overflows when checking the TX buffer size, cap the associated data length to 0x80000000.

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

    In the Linux kernel, the following vulnerability has been resolved: net: ena: PHC: Fix potential use-after-free in get_timestamp Move the phc->active check and resp pointer assignment to after acquiring the spinlock. Previously, phc->active was checked without holding the lock,

  • CVE-2026-52970MedJun 24, 2026
    affected >= 5.3.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: fix missing expect put in obj eval nft_ct_expect_obj_eval() allocates an expectation and may call nf_ct_expect_related(), but never drops its local reference. Add nf_ct_expect_put(exp) befor

  • CVE-2026-52969HigJun 24, 2026
    affected >= 5.11.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: KVM: Reject wrapped offset in kvm_reset_dirty_gfn() kvm_reset_dirty_gfn() guards the gfn range with if (!memslot || (offset + __fls(mask)) >= memslot->npages) return; but offset is u64 and the addition is

  • CVE-2026-52968HigJun 24, 2026
    affected >= 6.0.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() index the GAIT by manually multiplying the index wi

  • CVE-2026-52967HigJun 24, 2026
    affected >= 6.1.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: smb/client: fix possible infinite loop and oob read in symlink_data() On 32-bit architectures, the infinite loop is as follows: len = p->ErrorDataLength == 0xfffffff8 u8 *next = p->ErrorContextData + len

Page 142 of 713