VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2023-52523HigMar 2, 2024
    affected >= 5.13.0, < 5.15.135fixed 5.15.135

    In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets With a SOCKMAP/SOCKHASH map and an sk_msg program user can steer messages sent from one TCP socket (s1) to actually egress from another TCP socket

  • CVE-2023-52522HigMar 2, 2024
    affected >= 2.6.37, < 5.4.258fixed 5.4.258

    In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when deleting an RCU protected item

  • CVE-2023-52520MedMar 2, 2024
    affected >= 5.14.0, < 5.15.136fixed 5.15.136

    In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned which needs to be disposed accordingly using kobject_put(). Move th

  • CVE-2023-52519HigMar 2, 2024
    affected >= 5.12.0, < 5.15.135fixed 5.15.135

    In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit The EHL (Elkhart Lake) based platforms provide a OOB (Out of band) service, which allows to wakup device when the system is in S5 (Soft-Off state). Thi

  • CVE-2023-52518MedMar 2, 2024
    affected >= 5.16.0, < 6.1.57fixed 6.1.57

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_codec: Fix leaking content of local_codecs The following memory leak can be observed when the controller supports codecs which are stored in local_codecs list but the elements are never freed: u

  • CVE-2023-52517HigMar 2, 2024
    affected >= 5.11.0, < 5.15.134fixed 5.15.134

    In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain Previously the transfer complete IRQ immediately drained to RX FIFO to read any data remaining in FIFO to the RX buffer. This behaviour

  • CVE-2023-52516MedMar 2, 2024
    affected >= 5.0.0, < 5.10.198fixed 5.10.198

    In the Linux kernel, the following vulnerability has been resolved: dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock __dma_entry_alloc_check_leak() calls into printk -> serial console output (qcom geni) and grabs port->lock under free_entries_lock sp

  • CVE-2023-52515CriMar 2, 2024
    affected >= 3.7.0, < 5.10.199fixed 5.10.199

    In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Do not call scsi_done() from srp_abort() After scmd_eh_abort_handler() has called the SCSI LLD eh_abort_handler callback, it performs one of the following actions: * Call scsi_queue_insert(). * Call s

  • CVE-2023-52513HigMar 2, 2024
    affected >= 5.3.0, < 5.4.258fixed 5.4.258

    In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix connection failure handling In case immediate MPA request processing fails, the newly created endpoint unlinks the listening endpoint and is ready to be dropped. This special case was not handled

  • CVE-2023-52512MedMar 2, 2024
    affected >= 5.18.0, < 6.1.59fixed 6.1.59

    In the Linux kernel, the following vulnerability has been resolved: pinctrl: nuvoton: wpcm450: fix out of bounds write Write into 'pctrl->gpio_bank' happens before the check for GPIO index validity, so out of bounds write may happen. Found by Linux Verification Center (linuxte

  • CVE-2023-52511MedMar 2, 2024
    affected >= 5.11.0, < 5.15.134fixed 5.15.134

    In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: reduce DMA RX transfer width to single byte Through empirical testing it has been determined that sometimes RX SPI transfers with DMA enabled return corrupted data. This is down to single or even mu

  • CVE-2023-52510HigMar 2, 2024
    affected >= 4.12.0, < 4.14.328fixed 4.14.328

    In the Linux kernel, the following vulnerability has been resolved: ieee802154: ca8210: Fix a potential UAF in ca8210_probe If of_clk_add_provider() fails in ca8210_register_ext_clock(), it calls clk_unregister() to release priv->clk and returns an error. However, the caller ca

  • CVE-2023-52509HigMar 2, 2024
    affected >= 4.2.0, < 5.4.259fixed 5.4.259

    In the Linux kernel, the following vulnerability has been resolved: ravb: Fix use-after-free issue in ravb_tx_timeout_work() The ravb_stop() should call cancel_work_sync(). Otherwise, ravb_tx_timeout_work() is possible to use the freed priv after ravb_remove() was called like b

  • CVE-2023-52508MedMar 2, 2024
    affected >= 5.19.0, < 6.1.56fixed 6.1.56

    In the Linux kernel, the following vulnerability has been resolved: nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() The nvme_fc_fcp_op structure describing an AEN operation is initialized with a null request structure pointer. An FC LLDD may make a call to nvm

  • CVE-2023-52507HigMar 2, 2024
    affected >= 3.2.0, < 4.14.328fixed 4.14.328

    In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially

  • CVE-2023-52506MedMar 2, 2024
    affected >= 6.5.0, < 6.5.6fixed 6.5.6

    In the Linux kernel, the following vulnerability has been resolved: LoongArch: Set all reserved memblocks on Node#0 at initialization After commit 61167ad5fecdea ("mm: pass nid to reserve_bootmem_region()") we get a panic if DEFERRED_STRUCT_PAGE_INIT is enabled: [ 0.000000]

  • CVE-2023-52505MedMar 2, 2024
    affected >= 5.18.0, < 6.1.59fixed 6.1.59

    In the Linux kernel, the following vulnerability has been resolved: phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registers The protocol converter configuration registers PCC8, PCCC, PCCD (implemented by the driver), as well as others, control protocol

  • CVE-2023-52504HigMar 2, 2024
    affected >= 4.17.0, < 4.19.297fixed 4.19.297

    In the Linux kernel, the following vulnerability has been resolved: x86/alternatives: Disable KASAN in apply_alternatives() Fei has reported that KASAN triggers during apply_alternatives() on a 5-level paging machine: BUG: KASAN: out-of-bounds in rcu_is_watching() Read of si

  • CVE-2023-52503HigMar 2, 2024
    affected >= 5.6.0, < 5.10.199fixed 5.10.199

    In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix use-after-free vulnerability in amdtee_close_session There is a potential race condition in amdtee_close_session that may cause use-after-free in amdtee_open_session. For instance, if a session

  • CVE-2023-52502HigMar 2, 2024
    affected >= 3.6.0, < 4.19.297fixed 4.19.297

    In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() Sili Luo reported a race in nfc_llcp_sock_get(), leading to UAF. Getting a reference on the socket found in a lookup while holding a lock s

Page 697 of 702