VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-27415HigMay 17, 2024
    affected >= 2.6.12, < 5.15.151fixed 5.15.151

    In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: confirm multicast packets before passing them up the stack conntrack nf_confirm logic cannot handle cloned skbs referencing the same nf_conn entry, which will happen for multicast (broadcast)

  • CVE-2024-27414HigMay 17, 2024
    affected < 5.4.271fixed 5.4.271

    In the Linux kernel, the following vulnerability has been resolved: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back In the commit d73ef2d69c0d ("rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length"), an adjustment was made to the old loop logic in the

  • CVE-2024-27413MedMay 17, 2024
    affected >= 4.15.0, < 4.19.309fixed 4.19.309

    In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeof(void) on 32-bit architectures is not enough for a 64-bit phys_addr_t: drivers/firmware/efi/capsule-loader.c: In

  • CVE-2024-27412MedMay 17, 2024
    affected < 4.19.309fixed 4.19.309

    In the Linux kernel, the following vulnerability has been resolved: power: supply: bq27xxx-i2c: Do not free non existing IRQ The bq27xxx i2c-client may not have an IRQ, in which case client->irq will be 0. bq27xxx_battery_i2c_probe() already has an if (client->irq) check wrappi

  • CVE-2024-27411HigMay 17, 2024
    affected >= 6.7.6, < 6.7.9fixed 6.7.9

    In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: keep DMA buffers required for suspend/resume Nouveau deallocates a few buffers post GPU init which are required for GPU suspend/resume to function correctly. This is likely not as big an issue on s

  • CVE-2024-27410HigMay 17, 2024
    affected >= 6.0.0, < 6.1.81fixed 6.1.81

    In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: reject iftype change with mesh ID change It's currently possible to change the mesh ID when the interface isn't yet in mesh mode, at the same time as changing it into mesh mode. This leads to an

  • CVE-2024-27409HigMay 17, 2024
    affected >= 6.5.0, < 6.6.21fixed 6.6.21

    In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the HDMA controller register. If the doorbell re

  • CVE-2024-27408HigMay 17, 2024
    affected >= 5.3.0, < 6.6.21fixed 6.6.21

    In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controller register. If the doorbell re

  • CVE-2024-27407HigMay 17, 2024
    affected >= 5.15.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fixed overflow check in mi_enum_attr()

  • CVE-2024-27406MedMay 17, 2024
    affected >= 6.6.0, < 6.6.19fixed 6.6.19

    In the Linux kernel, the following vulnerability has been resolved: lib/Kconfig.debug: TEST_IOV_ITER depends on MMU Trying to run the iov_iter unit test on a nommu system such as the qemu kc705-nommu emulation results in a crash. KTAP version 1 # Subtest: iov_iter

  • CVE-2024-27405HigMay 17, 2024
    affected >= 2.6.38, < 4.19.308fixed 4.19.308

    In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs It is observed sometimes when tethering is used over NCM with Windows 11 as host, at some instances, the gadget_giveback has one byte appended

  • CVE-2024-27404HigMay 17, 2024
    affected >= 6.0.0, < 6.1.81fixed 6.1.81

    In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data races on remote_id Similar to the previous patch, address the data race on remote_id, adding the suitable ONCE annotations.

  • CVE-2024-27403HigMay 17, 2024
    affected >= 4.16.0, < 5.15.150fixed 5.15.150

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_flow_offload: reset dst in route object after setting up flow dst is transferred to the flow object, route object does not own it anymore. Reset dst in route object, otherwise if flow_offload_ad

  • CVE-2024-27402MedMay 17, 2024
    affected >= 2.6.28, < 5.15.181fixed 5.15.181

    In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skb_queue_empty() use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skb_peek() unexpectedly returning NULL or a pointer to an alrea

  • CVE-2023-52658MedMay 17, 2024
    affected < 6.1.162fixed 6.1.162

    In the Linux kernel, the following vulnerability has been resolved: Revert "net/mlx5: Block entering switchdev mode with ns inconsistency" This reverts commit 662404b24a4c4d839839ed25e3097571f5938b9b. The revert is required due to the suspicion it is not good for anything and c

  • CVE-2023-52657MedMay 17, 2024
    affected < 6.1.81fixed 6.1.81

    In the Linux kernel, the following vulnerability has been resolved: Revert "drm/amd/pm: resolve reboot exception for si oland" This reverts commit e490d60a2f76bff636c68ce4fe34c1b6c34bbd86. This causes hangs on SI when DC is enabled and errors on driver reboot and power off cyc

  • CVE-2024-27401HigMay 14, 2024
    affected >= 2.6.36, < 4.19.314fixed 4.19.314

    In the Linux kernel, the following vulnerability has been resolved: firewire: nosy: ensure user_length is taken into account when fetching packet contents Ensure that packet_buffer_get respects the user_length provided. If the length of the head packet exceeds the user_length,

  • CVE-2024-27400HigMay 14, 2024
    affected < 6.1.91fixed 6.1.91

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 This reverts drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heap. The basic problem here is that after the move the old location

  • CVE-2024-27399MedMay 14, 2024
    affected >= 3.4.0, < 4.19.314fixed 4.19.314

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout There is a race condition between l2cap_chan_timeout() and l2cap_chan_del(). When we use l2cap_chan_del() to delete the channel, the chan->conn will be

  • CVE-2024-27398HigMay 14, 2024
    affected < 4.19.314fixed 4.19.314

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout When the sco connection is established and then, the sco socket is releasing, timeout_work will be scheduled to judge whether the sco disconnection

Page 664 of 702