VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2024-42152HigJul 30, 2024
    affected >= 5.6.0, < 5.10.222fixed 5.10.222

    In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a possible leak when destroy a ctrl during qp establishment In nvmet_sq_destroy we capture sq->ctrl early and if it is non-NULL we know that a ctrl was allocated (in the admin connect request handler

  • CVE-2024-42151MedJul 30, 2024
    affected >= 6.8.0, < 6.9.9fixed 6.9.9

    In the Linux kernel, the following vulnerability has been resolved: bpf: mark bpf_dummy_struct_ops.test_1 parameter as nullable Test case dummy_st_ops/dummy_init_ret_value passes NULL as the first parameter of the test_1() function. Mark this parameter as nullable to make verif

  • CVE-2024-42150MedJul 30, 2024
    affected >= 6.9.0, < 6.9.9fixed 6.9.9

    In the Linux kernel, the following vulnerability has been resolved: net: txgbe: remove separate irq request for MSI and INTx When using MSI or INTx interrupts, request_irq() for pdev->irq will conflict with request_threaded_irq() for txgbe->misc.irq, to cause system crash. So r

  • CVE-2024-42149MedJul 30, 2024
    affected >= 6.8.0, < 6.9.9fixed 6.9.9

    In the Linux kernel, the following vulnerability has been resolved: fs: don't misleadingly warn during thaw operations The block device may have been frozen before it was claimed by a filesystem. Concurrently another process might try to mount that frozen block device and has t

  • CVE-2024-42148HigJul 30, 2024
    affected >= 3.3.0, < 4.19.318fixed 4.19.318

    In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equ

  • CVE-2024-42147HigJul 30, 2024
    affected >= 5.4.0, < 6.1.98fixed 6.1.98

    In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/debugfs - Fix debugfs uninit process issue During the zip probe process, the debugfs failure does not stop the probe. When debugfs initialization fails, jumping to the error branch will also r

  • CVE-2024-42146MedJul 30, 2024
    affected >= 6.8.0, < 6.9.9fixed 6.9.9

    In the Linux kernel, the following vulnerability has been resolved: drm/xe: Add outer runtime_pm protection to xe_live_ktest@xe_dma_buf Any kunit doing any memory access should get their own runtime_pm outer references since they don't use the standard driver API entries. In sp

  • CVE-2024-42145HigJul 30, 2024
    affected >= 2.6.12, < 4.19.318fixed 4.19.318

    In the Linux kernel, the following vulnerability has been resolved: IB/core: Implement a limit on UMAD receive List The existing behavior of ib_umad, which maintains received MAD packets in an unbounded list, poses a risk of uncontrolled growth. As user-space applications extra

  • CVE-2024-42144MedJul 30, 2024
    affected >= 6.3.0, < 6.6.39fixed 6.6.39

    In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data Verify that lvts_data is not NULL before using it.

  • CVE-2024-42142MedJul 30, 2024
    affected >= 5.18.0, < 6.1.98fixed 6.1.98

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-switch, Create ingress ACL when needed Currently, ingress acl is used for three features. It is created only when vport metadata match and prio tag are enabled. But active-backup lag mode also uses

  • CVE-2024-42141MedJul 30, 2024
    affected >= 6.6.0, < 6.6.39fixed 6.6.39

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Check socket flag instead of hcon This fixes the following Smatch static checker warning: net/bluetooth/iso.c:1364 iso_sock_recvmsg() error: we previously assumed 'pi->conn->hcon' could be null

  • CVE-2024-42140MedJul 30, 2024
    affected < 5.15.163fixed 5.15.163

    In the Linux kernel, the following vulnerability has been resolved: riscv: kexec: Avoid deadlock in kexec crash path If the kexec crash code is called in the interrupt context, the machine_kexec_mask_interrupts() function will trigger a deadlock while trying to acquire the irqd

  • CVE-2024-42139MedJul 30, 2024
    affected >= 5.14.0, < 6.9.9fixed 6.9.9

    In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper extts handling Extts events are disabled and enabled by the application ts2phc. However, in case where the driver is removed when the application is running, a specific extts event remains ena

  • CVE-2024-42138HigJul 30, 2024
    affected >= 5.19.0, < 6.1.98fixed 6.1.98

    In the Linux kernel, the following vulnerability has been resolved: mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI file In case of invalid INI file mlxsw_linecard_types_init() deallocates memory but doesn't reset pointer to NULL and returns 0. In c

  • CVE-2024-42137MedJul 30, 2024
    affected < 5.10.222fixed 5.10.222

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot Commit 272970be3dab ("Bluetooth: hci_qca: Fix driver shutdown on closed serdev") will cause below regression issue: BT can't be enabled

  • CVE-2024-42136HigJul 30, 2024
    affected >= 5.16.0, < 6.1.98fixed 6.1.98

    In the Linux kernel, the following vulnerability has been resolved: cdrom: rearrange last_media_change check to avoid unintentional overflow When running syzkaller with the newly reintroduced signed integer wrap sanitizer we encounter this splat: [ 366.015950] UBSAN: signed-i

  • CVE-2024-42135MedJul 30, 2024
    affected >= 6.4.0, < 6.6.39fixed 6.6.39

    In the Linux kernel, the following vulnerability has been resolved: vhost_task: Handle SIGKILL by flushing work and exiting Instead of lingering until the device is closed, this has us handle SIGKILL by: 1. marking the worker as killed so we no longer try to use it with new

  • CVE-2024-42134MedJul 30, 2024
    affected >= 6.8.0, < 6.9.9fixed 6.9.9

    In the Linux kernel, the following vulnerability has been resolved: virtio-pci: Check if is_avq is NULL [bug] In the virtio_pci_common.c function vp_del_vqs, vp_dev->is_avq is involved to determine whether it is admin virtqueue, but this function vp_dev->is_avq may be empty. F

  • CVE-2024-42133HigJul 30, 2024
    affected < 6.6.39fixed 6.6.39

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Ignore too large handle values in BIG hci_le_big_sync_established_evt is necessary to filter out cases where the handle value is belonging to ida id range, otherwise ida will be erroneously released

  • CVE-2024-42132HigJul 30, 2024
    affected < 6.6.39fixed 6.6.39

    In the Linux kernel, the following vulnerability has been resolved: bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX Syzbot hit warning in hci_conn_del() caused by freeing handle that was not allocated using ida allocator. This is caused by handle bigger

Page 610 of 706