VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-26837MedApr 17, 2024
    affected >= 5.13.0, < 6.1.80fixed 6.1.80

    In the Linux kernel, the following vulnerability has been resolved: net: bridge: switchdev: Skip MDB replays of deferred events on offload Before this change, generation of the list of MDB events to replay would race against the creation of new group memberships, either from th

  • CVE-2024-26836HigApr 17, 2024
    affected >= 5.17.0, < 6.6.55fixed 6.6.55

    In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix password opcode ordering for workstations The Lenovo workstations require the password opcode to be run before the attribute value is changed (if Admin password is enabled). Tested

  • CVE-2024-26835MedApr 17, 2024
    affected < 5.4.270fixed 5.4.270

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: set dormant flag on hook register failure We need to set the dormant flag again if we fail to register the hooks. During memory pressure hook registration can fail and we end up with a ta

  • CVE-2024-26834HigApr 17, 2024
    affected >= 6.5.0, < 6.6.19fixed 6.6.19

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_flow_offload: release dst in case direct xmit path is used Direct xmit does not use it since it calls dev_queue_xmit() to send packets, hence it calls dst_release(). kmemleak reports: unreferen

  • CVE-2024-26833MedApr 17, 2024
    affected >= 5.6.0, < 5.10.211fixed 5.10.211

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak in dm_sw_fini() After destroying dmub_srv, the memory associated with it is not freed, causing a memory leak: unreferenced object 0xffff896302b45800 (size 1024): comm "(udev-

  • CVE-2024-26832MedApr 17, 2024
    affected < 6.1.80fixed 6.1.80

    In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix missing folio cleanup in writeback race path In zswap_writeback_entry(), after we get a folio from __read_swap_cache_async(), we grab the tree lock again to check that the swap entry was not inva

  • CVE-2024-26831MedApr 17, 2024
    affected >= 6.6.0, < 6.6.18fixed 6.6.18

    In the Linux kernel, the following vulnerability has been resolved: net/handshake: Fix handshake_req_destroy_test1 Recently, handshake_req_destroy_test1 started failing: Expected handshake_req_destroy_test == req, but handshake_req_destroy_test == 0000000000000000 req

  • CVE-2024-26830HigApr 17, 2024
    affected >= 3.14.0, < 6.1.79fixed 6.1.79

    In the Linux kernel, the following vulnerability has been resolved: i40e: Do not allow untrusted VF to remove administratively set MAC Currently when PF administratively sets VF's MAC address and the VF is put down (VF tries to delete all MACs) then the MAC is removed from MAC

  • CVE-2024-26829MedApr 17, 2024
    affected < 5.15.149fixed 5.15.149

    In the Linux kernel, the following vulnerability has been resolved: media: ir_toy: fix a memleak in irtoy_tx When irtoy_command fails, buf should be freed since it is allocated by irtoy_tx, or there is a memleak.

  • CVE-2024-26828CriApr 17, 2024
    affected >= 4.18.0, < 6.1.79fixed 6.1.79

    In the Linux kernel, the following vulnerability has been resolved: cifs: fix underflow in parse_server_interfaces() In this loop, we step through the buffer and after each item we check if the size_left is greater than the minimum size we need. However, the problem is that "b

  • CVE-2024-26826HigApr 17, 2024
    affected >= 5.15.0, < 5.15.149fixed 5.15.149

    In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data re-injection from stale subflow When the MPTCP PM detects that a subflow is stale, all the packet scheduler must re-inject all the mptcp-level unacked data. To avoid acquiring unneeded locks, it

  • CVE-2024-26825MedApr 17, 2024
    affected >= 3.2.0, < 4.19.307fixed 4.19.307

    In the Linux kernel, the following vulnerability has been resolved: nfc: nci: free rx_data_reassembly skb on NCI device cleanup rx_data_reassembly skb is stored during NCI data exchange for processing fragmented packets. It is dropped only when the last fragment is processed or

  • CVE-2024-26824HigApr 17, 2024
    affected >= 6.5.0, < 6.6.18fixed 6.6.18

    In the Linux kernel, the following vulnerability has been resolved: crypto: algif_hash - Remove bogus SGL free on zero-length error path When a zero-length message is hashed by algif_hash, and an error is triggered, it tries to free an SG list that was never allocated in the fi

  • CVE-2024-26823HigApr 17, 2024
    affected >= 6.6.0, < 6.6.18fixed 6.6.18

    In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Restore quirk probing for ACPI-based systems While refactoring the way the ITSs are probed, the handling of quirks applicable to ACPI-based platforms was lost. As a result, systems such as H

  • CVE-2024-26822HigApr 17, 2024
    affected < 5.15.201fixed 5.15.201

    In the Linux kernel, the following vulnerability has been resolved: smb: client: set correct id, uid and cruid for multiuser automounts When uid, gid and cruid are not specified, we need to dynamically set them into the filesystem context used for automounting otherwise they'll

  • CVE-2024-26820MedApr 17, 2024
    affected < 4.19.310fixed 4.19.310

    In the Linux kernel, the following vulnerability has been resolved: hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed If hv_netvsc driver is unloaded and reloaded, the NET_DEVICE_REGISTER handler cannot perform VF register successfully as the register call is

  • CVE-2024-26818MedApr 17, 2024
    affected >= 6.5.0, < 6.6.18fixed 6.6.18

    In the Linux kernel, the following vulnerability has been resolved: tools/rtla: Fix clang warning about mount_point var size clang is reporting this warning: $ make HOSTCC=clang CC=clang LLVM_IAS=1 [...] clang -O -g -DVERSION=\"6.8.0-rc3\" -flto=auto -fexceptions -fstack-prot

  • CVE-2023-52643MedApr 17, 2024
    affected >= 5.13.0, < 5.15.149fixed 5.15.149

    In the Linux kernel, the following vulnerability has been resolved: iio: core: fix memleak in iio_device_register_sysfs When iio_device_register_sysfs_group() fails, we should free iio_dev_opaque->chan_attr_group.attrs to prevent potential memleak.

  • CVE-2023-52642HigApr 17, 2024
    affected >= 4.18.0, < 5.10.210fixed 5.10.210

    In the Linux kernel, the following vulnerability has been resolved: media: rc: bpf attach/detach requires write permission Note that bpf attach/detach also requires CAP_NET_ADMIN.

  • CVE-2024-26817MedApr 13, 2024
    affected >= 3.19.0, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: amdkfd: use calloc instead of kzalloc to avoid integer overflow This uses calloc instead of doing the multiplication which might overflow.

Page 681 of 702