VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2022-48660MedApr 28, 2024
    affected >= 5.9.0, < 5.10.146fixed 5.10.146

    In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Set lineevent_state::irq after IRQ register successfully When running gpio test on nxp-ls1028 platform with below command gpiomon --num-events=3 --rising-edge gpiochip1 25 There will be a warning

  • CVE-2022-48659MedApr 28, 2024
    affected >= 2.6.22, < 4.9.330fixed 4.9.330

    In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc() fails In create_unique_id(), kmalloc(, GFP_KERNEL) can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUG_ON(); kernel

  • CVE-2022-48658HigApr 28, 2024
    affected >= 5.15.0, < 5.15.71fixed 5.15.71

    In the Linux kernel, the following vulnerability has been resolved: mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context. Commit 5a836bf6b09f ("mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context") moved all flush_cpu_sla

  • CVE-2022-48657HigApr 28, 2024
    affected >= 5.7.0, < 5.10.150fixed 5.10.150

    In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amu_fie_setup() cpufreq_get_hw_max_freq() returns max frequency in kHz as *unsigned int*, while freq_inv_set_max_ratio() gets passed this frequency in Hz as 'u64'. Mult

  • CVE-2022-48656MedApr 28, 2024
    affected >= 5.6.0, < 5.10.146fixed 5.10.146

    In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get() We should call of_node_put() for the reference returned by of_parse_phandle() in fail path or when it is not used anymore. Here we onl

  • CVE-2022-48655HigApr 28, 2024
    affected >= 5.4.0, < 5.4.277fixed 5.4.277

    In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Harden accesses to the reset domains Accessing reset domains descriptors by the index upon the SCMI drivers requests through the SCMI reset operations interface can potentially lead to out-o

  • CVE-2022-48654HigApr 28, 2024
    affected >= 5.2.0, < 5.4.215fixed 5.4.215

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find() nf_osf_find() incorrectly returns true on mismatch, this leads to copying uninitialized memory area in nft_osf which can be used to leak stale

  • CVE-2022-48653MedApr 28, 2024
    affected >= 5.14.0, < 5.15.71fixed 5.15.71

    In the Linux kernel, the following vulnerability has been resolved: ice: Don't double unplug aux on peer initiated reset In the IDC callback that is accessed when the aux drivers request a reset, the function to unplug the aux devices is called. This function is also called in

  • CVE-2022-48652HigApr 28, 2024
    affected >= 5.19.0, < 5.19.12fixed 5.19.12

    In the Linux kernel, the following vulnerability has been resolved: ice: Fix crash by keep old cfg when update TCs more than queues There are problems if allocated queues less than Traffic Classes. Commit a632b2a4c920 ("ice: ethtool: Prohibit improper channel config for DCB")

  • CVE-2022-48651HigApr 28, 2024
    affected >= 3.19.0, < 4.9.330fixed 4.9.330

    In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header If an AF_PACKET socket is used to send packets through ipvlan and the default xmit function of the AF_PACKET socket is changed from dev_queue_xmit()

  • CVE-2022-48650MedApr 28, 2024
    affected >= 5.11.0, < 5.15.71fixed 5.15.71

    In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts() Commit 8f394da36a36 ("scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAG") made the __qlt_24xx_handle_abts() function return early if tcm_qla2xxx_find_

  • CVE-2022-48649HigApr 28, 2024
    affected >= 5.19.8, < 5.19.12fixed 5.19.12

    In the Linux kernel, the following vulnerability has been resolved: mm/slab_common: fix possible double free of kmem_cache When doing slub_debug test, kfence's 'test_memcache_typesafe_by_rcu' kunit test case cause a use-after-free error: BUG: KASAN: use-after-free in kobject

  • CVE-2022-48648MedApr 28, 2024
    affected >= 5.10.0, < 5.10.146fixed 5.10.146

    In the Linux kernel, the following vulnerability has been resolved: sfc: fix null pointer dereference in efx_hard_start_xmit Trying to get the channel from the tx_queue variable here is wrong because we can only be here if tx_queue is NULL, so we shouldn't dereference it. As th

  • CVE-2022-48647MedApr 28, 2024
    affected < 5.10.146fixed 5.10.146

    In the Linux kernel, the following vulnerability has been resolved: sfc: fix TX channel offset when using legacy interrupts In legacy interrupt mode the tx_channel_offset was hardcoded to 1, but that's not correct if efx_sepparate_tx_channels is false. In that case, the offset

  • CVE-2022-48646MedApr 28, 2024
    affected >= 5.10.0, < 5.19.12fixed 5.19.12

    In the Linux kernel, the following vulnerability has been resolved: sfc/siena: fix null pointer dereference in efx_hard_start_xmit Like in previous patch for sfc, prevent potential (but unlikely) NULL pointer dereference.

  • CVE-2022-48645MedApr 28, 2024
    affected >= 5.5.0, < 5.15.71fixed 5.15.71

    In the Linux kernel, the following vulnerability has been resolved: net: enetc: deny offload of tc-based TSN features on VF interfaces TSN features on the ENETC (taprio, cbs, gate, police) are configured through a mix of command BD ring messages and port registers: enetc_port_r

  • CVE-2022-48644MedApr 28, 2024
    affected >= 5.4.0, < 5.4.215fixed 5.4.215

    In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: avoid disabling offload when it was never enabled In an incredibly strange API design decision, qdisc->destroy() gets called even if qdisc->init() never succeeded, not exclusively since commi

  • CVE-2022-48643MedApr 28, 2024
    affected >= 5.10.140, < 5.10.146fixed 5.10.146

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain() syzbot is reporting underflow of nft_counters_enabled counter at nf_tables_addchain() [1], for commit 43eb8949cfdffa76 ("netfilte

  • CVE-2022-48642MedApr 28, 2024
    affected >= 5.3.0, < 5.10.146fixed 5.10.146

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain() It seems to me that percpu memory for chain stats started leaking since commit 3bc158f8d0330f0a ("netfilter: nf_tables: map basechain priorit

  • CVE-2022-48641MedApr 28, 2024
    affected >= 4.14.292, < 4.14.295fixed 4.14.295

    In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix memory leak when blob is malformed The bug fix was incomplete, it "replaced" crash with a memory leak. The old code had an assignment to "ret" embedded into the conditional, restore thi

Page 675 of 702