VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49095MedFeb 26, 2025
    affected >= 2.6.23, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe releases a resource that is not freed in the remove function. In some cases, a ioremap() must be undone. Add th

  • CVE-2022-49094CriFeb 26, 2025
    affected >= 5.2.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: net/tls: fix slab-out-of-bounds bug in decrypt_internal The memory size of tls_ctx->rx.iv for AES128-CCM is 12 setting in tls_set_sw_offload(). The return value of crypto_aead_ivsize() for "ccm(aes)" is 16. So

  • CVE-2022-49093CriFeb 26, 2025
    affected >= 5.15.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: skbuff: fix coalescing for page_pool fragment recycling Fix a use-after-free when using page_pool with page fragments. We encountered this problem during normal RX in the hns3 driver: (1) Initially we have thr

  • CVE-2022-49092HigFeb 26, 2025
    affected >= 5.3.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: net: ipv4: fix route with nexthop object delete warning FRR folks have hit a kernel warning[1] while deleting routes[2] which is caused by trying to delete a route pointing to a nexthop id without specifying nh

  • CVE-2022-49091MedFeb 26, 2025
    affected >= 4.8.0, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: drm/imx: Fix memory leak in imx_pd_connector_get_modes Avoid leaking the display mode variable if of_get_drm_display_mode fails. Addresses-Coverity-ID: 1443943 ("Resource leak")

  • CVE-2022-49090MedFeb 26, 2025
    affected >= 5.14.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: arch/arm64: Fix topology initialization for core scheduling Arm64 systems rely on store_cpu_topology() to call update_siblings_masks() to transfer the toplogy to the various cpu masks. This needs to be done bef

  • CVE-2022-49089HigFeb 26, 2025
    affected >= 5.1.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: IB/rdmavt: add lock to call to rvt_error_qp to prevent a race condition The documentation of the function rvt_error_qp says both r_lock and s_lock need to be held when calling that function. It also asserts us

  • CVE-2022-49088MedFeb 26, 2025
    affected >= 5.3.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe This node pointer is returned by of_find_compatible_node() with refcount incremented. Calling of_node_put() to aovid the refcount leak.

  • CVE-2022-49087HigFeb 26, 2025
    affected >= 4.17.0, < 4.19.238fixed 4.19.238

    In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix a race in rxrpc_exit_net() Current code can lead to the following race: CPU0 CPU1 rxrpc_exit_net()

  • CVE-2022-49086MedFeb 26, 2025
    affected >= 4.3.0, < 4.19.249fixed 4.19.249

    In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix leak of nested actions While parsing user-provided actions, openvswitch module may dynamically allocate memory and store pointers in the internal copy of the actions. So this memory has to

  • CVE-2022-49085HigFeb 26, 2025
    affected >= 4.5.0, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: drbd: Fix five use after free bugs in get_initial_state In get_initial_state, it calls notify_initial_state_done(skb,..) if cb->args[5]==1. If genlmsg_put() failed in notify_initial_state_done(), the skb will b

  • CVE-2022-49084HigFeb 26, 2025
    affected >= 4.18.0, < 4.19.238fixed 4.19.238

    In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qede_build_skb() assumes build_skb() always works and goes straight to skb_reserve(). However, build_skb() can fail under memory pressure. This results in a kernel pa

  • CVE-2022-49083MedFeb 26, 2025
    affected >= 5.8.0, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix regression in probe for NULL pointer dereference Commit 3f6634d997db ("iommu: Use right way to retrieve iommu_ops") started triggering a NULL pointer dereference for some omap variants: __iommu

  • CVE-2022-49082HigFeb 26, 2025
    affected >= 5.11.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove() The function mpt3sas_transport_port_remove() called in _scsih_expander_node_remove() frees the port field of the sas_expander structure, leadin

  • CVE-2022-49081MedFeb 26, 2025
    affected >= 5.11.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: highmem: fix checks in __kmap_local_sched_{in,out} When CONFIG_DEBUG_KMAP_LOCAL is enabled __kmap_local_sched_{in,out} check that even slots in the tsk->kmap_ctrl.pteval are unmapped. The slots are initialized

  • CVE-2022-49080MedFeb 26, 2025
    affected >= 3.8.0, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix mpol_new leak in shared_policy_replace If mpol_new is allocated but not used in restart loop, mpol_new will be freed via mpol_put before returning to the caller. But refcnt is not initialized

  • CVE-2022-49079MedFeb 26, 2025
    affected >= 5.16.0, < 5.16.20fixed 5.16.20

    In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zone btrfs_can_activate_zone() can be called with the device_list_mutex already held, which will lead to a deadlock: insert_dev_extents()

  • CVE-2022-49078HigFeb 26, 2025
    affected >= 4.20.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: lz4: fix LZ4_decompress_safe_partial read out of bound When partialDecoding, it is EOF if we've either filled the output buffer or can't proceed with reading an offset for following match. In some extreme corn

  • CVE-2022-49077MedFeb 26, 2025
    affected >= 3.2.0, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) If an mremap() syscall with old_size=0 ends up in move_page_tables(), it will call invalidate_range_start()/invalidate_range_end() un

  • CVE-2022-49076HigFeb 26, 2025
    affected >= 5.10.0, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix use-after-free bug for mm struct Under certain conditions, such as MPI_Abort, the hfi1 cleanup code may represent the last reference held on the task mm. hfi1_mmu_rb_unregister() then drops the l

Page 520 of 713