VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-56726MedDec 29, 2024
    affected >= 5.14.0, < 5.15.174fixed 5.15.174

    In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c Add error pointer check after calling otx2_mbox_get_rsp().

  • CVE-2024-56725MedDec 29, 2024
    affected >= 5.18.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c Add error pointer check after calling otx2_mbox_get_rsp().

  • CVE-2024-56724MedDec 29, 2024
    affected >= 4.10.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has (inherited) flaws. This was

  • CVE-2024-56723MedDec 29, 2024
    affected >= 4.13.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementation has (inherited) flaws. This wa

  • CVE-2024-56722MedDec 29, 2024
    affected >= 4.9.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix cpu stuck caused by printings during reset During reset, cmd to destroy resources such as qp, cq, and mr may fail, and error logs will be printed. When a large number of resources are destroyed, t

  • CVE-2024-56721HigDec 29, 2024
    affected >= 6.10.0, < 6.11.11fixed 6.11.11

    In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Terminate the erratum_1386_microcode array The erratum_1386_microcode array requires an empty entry at the end. Otherwise x86_match_cpu_with_stepping() will continue iterate the array after it ende

  • CVE-2024-56720HigDec 29, 2024
    affected >= 5.0.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Several fixes to bpf_msg_pop_data Several fixes to bpf_msg_pop_data, 1. In sk_msg_shift_left, we should put_page 2. if (len == 0), return early is better 3. pop the entire sk_msg (last == msg->sg.

  • CVE-2024-56719CriDec 29, 2024
    affected < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TSO DMA API usage causing oops Commit 66600fac7a98 ("net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data") moved the assignment of tx_skbuff_dma[]'s members to be later in stm

  • CVE-2024-56718CriDec 29, 2024
    affected >= 5.8.0, < 6.1.122fixed 6.1.122

    In the Linux kernel, the following vulnerability has been resolved: net/smc: protect link down work from execute after lgr freed link down work may be scheduled before lgr freed but execute after lgr freed, which may result in crash. So it is need to hold a reference before she

  • CVE-2024-56717HigDec 29, 2024
    affected < 6.1.122fixed 6.1.122

    In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() Packets injected by the CPU should have a SRC_PORT field equal to the CPU port module index in the Analyzer block (ocelot->num_phys_

  • CVE-2024-56716MedDec 29, 2024
    affected >= 5.5.0, < 5.10.233fixed 5.10.233

    In the Linux kernel, the following vulnerability has been resolved: netdevsim: prevent bad user input in nsim_dev_health_break_write() If either a zero count or a large one is provided, kernel can crash.

  • CVE-2024-56715HigDec 29, 2024
    affected >= 5.10.0, < 5.15.176fixed 5.15.176

    In the Linux kernel, the following vulnerability has been resolved: ionic: Fix netdev notifier unregister on failure If register_netdev() fails, then the driver leaks the netdev notifier. Fix this by calling ionic_lif_unregister() on register_netdev() failure. This will also ca

  • CVE-2024-56714MedDec 29, 2024
    affected >= 6.11.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: ionic: no double destroy workqueue There are some FW error handling paths that can cause us to try to destroy the workqueue more than once, so let's be sure we're checking for that. The case where this popped

  • CVE-2024-56713MedDec 29, 2024
    affected >= 6.10.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: fix nsim_pp_hold_write() nsim_pp_hold_write() has two problems: 1) It may return with rtnl held, as found by syzbot. 2) Its return value does not propagate an error if any.

  • CVE-2024-56712MedDec 29, 2024
    affected >= 4.20.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last export_udmabuf() error path In export_udmabuf(), if dma_buf_fd() fails because the FD table is full, a dma_buf owning the udmabuf has already been created; but the error handlin

  • CVE-2024-56711MedDec 29, 2024
    affected >= 6.11.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereference drm_mode_duplicate() could return NULL due to lack of memory, which will then call NULL pointer dereference. Add a check to prevent it.

  • CVE-2024-56710MedDec 29, 2024
    affected >= 6.6.0, < 6.6.69fixed 6.6.69

    In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_direct_read_write() The bvecs array which is allocated in iter_get_bvecs_alloc() is leaked and pages remain pinned if ceph_alloc_sparse_ext_map() fails. There is no need to delay

  • CVE-2024-56709HigDec 29, 2024
    affected >= 5.14.0, < 6.1.122fixed 6.1.122

    In the Linux kernel, the following vulnerability has been resolved: io_uring: check if iowq is killed before queuing task work can be executed after the task has gone through io_uring termination, whether it's the final task_work run or the fallback path. In this case, task wor

  • CVE-2024-56708HigDec 28, 2024
    affected >= 5.11.0, < 5.15.174fixed 5.15.174

    In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6_probe(), igen6_pvt will be allocated with kzalloc() 2. In igen6_register_mci(), mci->p

  • CVE-2024-56707MedDec 28, 2024
    affected >= 5.14.0, < 6.1.120fixed 6.1.120

    In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c Add error pointer checks after calling otx2_mbox_get_rsp().

Page 536 of 713