VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49362CriFeb 26, 2025
    affected >= 5.18.0, < 5.18.4fixed 5.18.4

    In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix potential use-after-free in nfsd_file_put() nfsd_file_put_noref() can free @nf, so don't dereference @nf immediately upon return from nfsd_file_put_noref().

  • CVE-2022-49361MedFeb 26, 2025
    affected >= 4.2.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check for inline inode Yanming reported a kernel bug in Bugzilla kernel [1], which can be reproduced. The bug message is: The kernel message is shown below: kernel BUG at fs/inode.c:611

  • CVE-2022-49360MedFeb 26, 2025
    affected >= 3.8.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on total_data_blocks As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215916 The kernel message is shown below: kernel BUG at fs/f2fs/segment.c:2560!

  • CVE-2022-49359HigFeb 26, 2025
    affected >= 5.15.0, < 5.17.15fixed 5.17.15

    In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Job should reference MMU not file_priv For a while now it's been allowed for a MMU context to outlive it's corresponding panfrost_priv, however the job structure still references panfrost_priv to

  • CVE-2022-49358MedFeb 26, 2025
    affected >= 5.3.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: memleak flow rule from commit path Abort path release flow rule object, however, commit path does not. Update code to destroy these objects before releasing the transaction.

  • CVE-2022-49357MedFeb 26, 2025
    affected >= 5.0.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: efi: Do not import certificates from UEFI Secure Boot for T2 Macs On Apple T2 Macs, when Linux attempts to read the db and dbx efi variables at early boot to load UEFI Secure Boot certificates, a page fault occ

  • CVE-2022-49356CriFeb 26, 2025
    affected >= 5.11.0, < 5.15.47fixed 5.15.47

    In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Trap RDMA segment overflows Prevent svc_rdma_build_writes() from walking off the end of a Write chunk's segment array. Caught with KASAN. The test that this fix replaces is invalid, and might have been

  • CVE-2022-49354MedFeb 26, 2025
    affected >= 3.8.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe of_find_device_by_node() takes reference, we should use put_device() to release it when not need anymore. Add missing put_device() to avoid refcount lea

  • CVE-2022-49353MedFeb 26, 2025
    affected >= 5.18.3, < 5.18.4fixed 5.18.4

    In the Linux kernel, the following vulnerability has been resolved: powerpc/papr_scm: don't requests stats with '0' sized stats buffer Sachin reported [1] that on a POWER-10 lpar he is seeing a kernel panic being reported with vPMEM when papr_scm probe is being called. The pani

  • CVE-2022-49352MedFeb 26, 2025
    affected >= 5.5.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4_handle_inode_extension We got issue as follows: EXT4-fs error (device loop0) in ext4_reserve_inode_write:5741: Out of memory EXT4-fs error (device loop0): ext4_setattr:5462: inode #13:

  • CVE-2022-49351MedFeb 26, 2025
    affected >= 3.15.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: net: altera: Fix refcount leak in altera_tse_mdio_create Every iteration of for_each_child_of_node() decrements the reference count of the previous node. When break from a for_each_child_of_node() loop, we need

  • CVE-2022-49350MedFeb 26, 2025
    affected >= 4.12.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: net: mdio: unexport __init-annotated mdio_bus_init() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence, modules cannot use symbols annotate

  • CVE-2022-49349HigFeb 26, 2025
    affected >= 3.8.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4_rename_dir_prepare We got issue as follows: EXT4-fs (loop0): mounted filesystem without journal. Opts: ,errors=continue ext4_get_first_dir_block: bh->b_data=0xffff88810bee6000 l

  • CVE-2022-49348MedFeb 26, 2025
    affected >= 5.10.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state The EXT4_FC_REPLAY bit in sbi->s_mount_state is used to indicate that we are in the middle of replay the fast commit journal. This was actu

  • CVE-2022-49347MedFeb 26, 2025
    affected >= 3.8.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in ext4_writepages we got issue as follows: EXT4-fs error (device loop0): ext4_mb_generate_buddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs 31513 free cls ------------[ c

  • CVE-2022-49346MedFeb 26, 2025
    affected >= 4.20.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list Every iteration of for_each_available_child_of_node() decrements the reference count of the previous node. when breaking early from a for_each_ava

  • CVE-2022-49345MedFeb 26, 2025
    affected >= 3.15.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: net: xfrm: unexport __init-annotated xfrm4_protocol_init() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence, modules cannot use symbols an

  • CVE-2022-49344MedFeb 26, 2025
    affected >= 4.4.0, < 4.19.247fixed 4.19.247

    In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix a data-race in unix_dgram_peer_wake_me(). unix_dgram_poll() calls unix_dgram_peer_wake_me() without `other`'s lock held and check if its receive queue is full. Here we need to use unix_recvq_full_

  • CVE-2022-49343HigFeb 26, 2025
    affected >= 2.6.19, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: ext4: avoid cycles in directory h-tree A maliciously corrupted filesystem can contain cycles in the h-tree stored inside a directory. That can easily lead to the kernel corrupting tree nodes that were already v

  • CVE-2022-49342MedFeb 26, 2025
    affected >= 4.8.0, < 5.17.15fixed 5.17.15

    In the Linux kernel, the following vulnerability has been resolved: net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of

Page 507 of 713