VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2024-40937CriJul 12, 2024
    affected >= 5.14.0, < 5.15.162fixed 5.15.162

    In the Linux kernel, the following vulnerability has been resolved: gve: Clear napi->skb before dev_kfree_skb_any() gve_rx_free_skb incorrectly leaves napi->skb referencing an skb after it is freed with dev_kfree_skb_any(). This can result in a subsequent call to napi_get_frags

  • CVE-2024-40936MedJul 12, 2024
    affected >= 6.3.0, < 6.6.35fixed 6.6.35

    In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix memregion leaks in devm_cxl_add_region() Move the mode verification to __create_region() before allocating the memregion to avoid the memregion leaks.

  • CVE-2024-40935HigJul 12, 2024
    affected >= 5.19.0, < 6.1.95fixed 6.1.95

    In the Linux kernel, the following vulnerability has been resolved: cachefiles: flush all requests after setting CACHEFILES_DEAD In ondemand mode, when the daemon is processing an open request, if the kernel flags the cache as CACHEFILES_DEAD, the cachefiles_daemon_write() will

  • CVE-2024-40934MedJul 12, 2024
    affected < 5.4.279fixed 5.4.279

    In the Linux kernel, the following vulnerability has been resolved: HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() Fix a memory leak on logi_dj_recv_send_report() error path.

  • CVE-2024-40933MedJul 12, 2024
    affected >= 6.8.0, < 6.9.6fixed 6.9.6

    In the Linux kernel, the following vulnerability has been resolved: iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe() When devm_regmap_init_i2c() fails, regmap_ee could be error pointer, instead of checking for IS_ERR(regmap_ee), regmap is checked which lo

  • CVE-2024-40932MedJul 12, 2024
    affected >= 3.15.0, < 4.19.317fixed 4.19.317

    In the Linux kernel, the following vulnerability has been resolved: drm/exynos/vidi: fix memory leak in .get_modes() The duplicated EDID is never freed. Fix it.

  • CVE-2024-40931MedJul 12, 2024
    affected >= 5.9.0, < 5.10.221fixed 5.10.221

    In the Linux kernel, the following vulnerability has been resolved: mptcp: ensure snd_una is properly initialized on connect This is strictly related to commit fb7a0d334894 ("mptcp: ensure snd_nxt is properly initialized on connect"). It turns out that syzkaller can trigger the

  • CVE-2024-40930HigJul 12, 2024
    affected >= 6.8.0, < 6.9.6fixed 6.9.6

    In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate HE operation element parsing Validate that the HE operation element has the correct length before parsing it.

  • CVE-2024-40929HigJul 12, 2024
    affected >= 4.17.0, < 5.10.221fixed 5.10.221

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in this case will cuase an out-of

  • CVE-2024-40928MedJul 12, 2024
    affected >= 6.2.0, < 6.6.35fixed 6.6.35

    In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() Clang static checker (scan-build) warning: net/ethtool/ioctl.c:line 2233, column 2 Called function pointer is null (null dereference). R

  • CVE-2024-40927HigJul 12, 2024
    affected >= 2.6.35, < 5.15.162fixed 5.15.162

    In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue Pointer for each, to ensure ev

  • CVE-2024-40926MedJul 12, 2024
    affected >= 6.7.0, < 6.9.6fixed 6.9.6

    In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: don't attempt to schedule hpd_work on headless cards If the card doesn't have display hardware, hpd_work and hpd_lock are left uninitialized which causes BUG when attempting to schedule hpd_work on

  • CVE-2024-40925HigJul 12, 2024
    affected >= 6.6.0, < 6.6.35fixed 6.6.35

    In the Linux kernel, the following vulnerability has been resolved: block: fix request.queuelist usage in flush Friedrich Weber reported a kernel crash problem and bisected to commit 81ada09cc25e ("blk-flush: reuse rq queuelist in flush state machine"). The root cause is that

  • CVE-2024-40924HigJul 12, 2024
    affected >= 6.0.0, < 6.1.95fixed 6.1.95

    In the Linux kernel, the following vulnerability has been resolved: drm/i915/dpt: Make DPT object unshrinkable In some scenarios, the DPT object gets shrunk but the actual framebuffer did not and thus its still there on the DPT's vm->bound_list. Then it tries to rewrite the PTE

  • CVE-2024-40923CriJul 12, 2024
    affected >= 6.3.0, < 6.6.35fixed 6.6.35

    In the Linux kernel, the following vulnerability has been resolved: vmxnet3: disable rx data ring on dma allocation failure When vmxnet3_rq_create() fails to allocate memory for rq->data_ring.base, the subsequent call to vmxnet3_rq_destroy_all_rxdataring does not reset rq->data

  • CVE-2024-40922MedJul 12, 2024
    affected >= 6.4.0, < 6.6.35fixed 6.6.35

    In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: don't lock while !TASK_RUNNING There is a report of io_rsrc_ref_quiesce() locking a mutex while not TASK_RUNNING, which is due to forgetting restoring the state back after io_run_task_work_sig()

  • CVE-2024-40921MedJul 12, 2024
    affected >= 6.1.93, < 6.1.95fixed 6.1.95

    In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: pass vlan group directly to br_mst_vlan_set_state Pass the already obtained vlan group pointer to br_mst_vlan_set_state() instead of dereferencing it again. Each caller has already correctly d

  • CVE-2024-40920HigJul 12, 2024
    affected >= 6.1.93, < 6.1.95fixed 6.1.95

    In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix suspicious rcu usage in br_mst_set_state I converted br_mst_set_state to RCU to avoid a vlan use-after-free but forgot to change the vlan group dereference helper. Switch to vlan group RCU

  • CVE-2024-40919MedJul 12, 2024
    affected >= 5.17.0, < 6.1.95fixed 6.1.95

    In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() In case of token is released due to token->state == BNXT_HWRM_DEFERRED, released token (set to NULL) is used in log messag

  • CVE-2024-40918HigJul 12, 2024
    affected >= 5.18.0, < 6.6.35fixed 6.6.35

    In the Linux kernel, the following vulnerability has been resolved: parisc: Try to fix random segmentation faults in package builds PA-RISC systems with PA8800 and PA8900 processors have had problems with random segmentation faults for many years. Systems with earlier processo

Page 627 of 706