VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-74473CriAug 15, 2026
    affected >= 3.8.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskb_network_may_pull() in route_shortcircuit() route_shortcircuit() currently calls pskb_may_pull(skb, sizeof(struct iphdr)) (or ipv6hdr), which checks if bytes are available starting from skb->data

  • CVE-2026-74472Aug 15, 2026
    affected >= 6.0.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev() ublk_ctrl_add_dev() memcpy()s the userspace ublksrv_ctrl_dev_info into ub->dev_info and then fixes up the fields the driver owns, but misses ->sta

  • CVE-2026-74471HigAug 15, 2026
    affected >= 3.10.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of __register_event() in trace_module_add_events() trace_module_add_events() ignores the return value of __register_event() and unconditionally calls __add_event_to_tracers() for eac

  • CVE-2026-74470HigAug 15, 2026
    affected < 5.15.217fixed 5.15.217

    In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix REPORT ZONES alloc_len underflow OOB write resp_report_zones() sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloc_len up with ALIGN() before deriving the descri

  • CVE-2026-74469HigAug 15, 2026
    affected >= 4.7.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctp_assoc_add_peer() increments the association's 16-bit transport_count for every new unique peer. Adding the 65,536th transport wraps the count to zero. SCTP sock

  • CVE-2026-74468Aug 15, 2026
    affected >= 3.2.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use raw_spinlock_t for the register lock pch_irq_type() is registered as the irq_chip .irq_set_type callback and takes chip->spinlock with spin_lock_irqsave(). This callback is reached from __setup_

  • CVE-2026-74467HigAug 15, 2026
    affected >= 5.15.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Check CAP_NET_ADMIN for private ioctls Gate the SIOCDEVPRIVATE ioctl commands SIOC_QETH_ADP_SET_SNMP_CONTROL, SIOC_QETH_GET_CARD_TYPE and SIOC_QETH_QUERY_OAT with CAP_NET_ADMIN capable check to ensur

  • CVE-2026-74466Aug 15, 2026
    affected >= 5.18.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Close speculative mem read possibility The domain value is extracted from a given CCA or EP11 ioctl struct when a CPRB is about to be sent. Thus this is a user controlled value. Under some special

  • CVE-2026-74465HigAug 15, 2026
    affected >= 5.8.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix potential UAF on meter attach failure While attaching a newly created meter attach_meter() function makes the new meter visible to other CPUs but can still fail afterwards. On failure, it

  • CVE-2026-74464Aug 15, 2026
    affected >= 4.3.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovs_ct_execute() always steals or frees the skb on failure while ovs_flow_key_update() does not. So, if it fails and we return right away, th

  • CVE-2026-74463Aug 15, 2026
    affected >= 4.1.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: i2c: jz4780: Cache host clock rate at probe to prevent CCF prepare_lock deadlock Fix a severe AB/BA deadlock between the Common Clock Framework (CCF) and the I2C adapter lock, which triggers when an I2C-control

  • CVE-2026-74462Aug 15, 2026
    affected >= 6.14.0, < 6.18.44fixed 6.18.44

    In the Linux kernel, the following vulnerability has been resolved: i2c: imx: mark I2C adapter when hardware is powered down On some i.MX platforms, certain I2C client drivers keep a periodic workqueue which continues to trigger I2C transfers. During system suspend/resume, the

  • CVE-2026-74461HigAug 15, 2026
    affected >= 5.11.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2c_imx_unreg_slave(), the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer

  • CVE-2026-74460Aug 15, 2026
    affected >= 2.6.32, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: can: ems_usb: validate CPC message lengths ems_usb_read_bulk_callback() walks CPC messages packed in one USB receive buffer. Check that each declared message fits in the URB payload. Also require the type-spec

  • CVE-2026-74459Aug 15, 2026
    affected < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer leak on URB resubmit failure es58x_read_bulk_callback() resubmits the RX URB after processing a received packet. If the resubmit succeeds, the URB rema

  • CVE-2026-74458Aug 15, 2026
    affected >= 3.8.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate received command extents The wait and bulk receive paths walk variable-length commands from a USB buffer. A nonzero command shorter than CMD_HEADER_LEN

  • CVE-2026-74457Aug 15, 2026
    affected >= 3.4.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: add bounds check for USB channel index The channel control index ctrl_idx is derived from rx->len which comes directly from a device USB payload. The mask 0x0f allows values 0-15, but the array s

  • CVE-2026-74456HigAug 15, 2026
    affected >= 3.4.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: peak_usb_start(): fix double free of transfer buffer on URB submit error In peak_usb_start(), each RX URB transfer buffer is allocated with kmalloc() and the URB is flagged URB_FREE_BUFFER so tha

  • CVE-2026-74455Aug 15, 2026
    affected >= 4.0.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: can: peak_usb: validate uCAN receive record lengths pcan_usb_fd_decode_buf() walks uCAN records packed in one USB receive buffer. Require each record to contain the fixed header for its type, and verify CAN pa

  • CVE-2026-74454HigAug 15, 2026
    affected >= 4.13.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Supply the overflow slot size in BPOS, not the whole bin BO size vc4_overflow_mem_work() points BPOA at a 512KB slot inside the 16MB binner BO, but writes the size of the whole BO to BPOS. On every bin

Page 14 of 702