VYPR

rpm package

suse/kernel-rt&distro=SUSE Linux Enterprise Micro 5.3

pkg:rpm/suse/kernel-rt&distro=SUSE%20Linux%20Enterprise%20Micro%205.3

Vulnerabilities (2,986)

  • CVE-2023-52525Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packet Only skip the code path trying to access the rfc1042 headers when the buffer is too small, so the driver can still process packets without rfc

  • CVE-2023-52524Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered.

  • CVE-2023-52523Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52520Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52519Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52517Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52515Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52513Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52511Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52510Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52509Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52508Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52507Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52504Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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-52502Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    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

  • CVE-2023-52501Mar 2, 2024
    affected < 5.14.21-150400.15.76.1fixed 5.14.21-150400.15.76.1

    In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not attempt to read past "commit" When iterating over the ring buffer while the ring buffer is active, the writer can corrupt the reader. There's barriers to help detect this and handle it, but

  • CVE-2023-52500Mar 2, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command Tags allocated for OPC_INB_SET_CONTROLLER_CONFIG command need to be freed when we receive the response.

  • CVE-2022-48627Mar 2, 2024
    affected < 5.14.21-150400.15.71.1fixed 5.14.21-150400.15.71.1

    In the Linux kernel, the following vulnerability has been resolved: vt: fix memory overlapping when deleting chars in the buffer A memory overlapping copy occurs when deleting a long line. This memory overlapping copy can cause data corruption when scr_memcpyw is optimized to m

  • CVE-2024-26614Feb 29, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the accept_queue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corrupted value 0x0! WARNING: CPU:

  • CVE-2024-26610Feb 29, 2024
    affected < 5.14.21-150400.15.79.1fixed 5.14.21-150400.15.79.1

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fix a memory corruption iwl_fw_ini_trigger_tlv::data is a pointer to a __le32, which means that if we copy to iwl_fw_ini_trigger_tlv::data + offset while offset is in bytes, we'll write past the

Page 134 of 150