VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49382MedFeb 26, 2025
    affected >= 4.11.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: soc: rockchip: Fix refcount leak in rockchip_grf_init of_find_matching_node_and_match returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() to

  • CVE-2022-49381MedFeb 26, 2025
    affected >= 2.6.15, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_fill_super If jffs2_iget() or d_make_root() in jffs2_do_fill_super() returns an error, we can observe the following kmemleak report: -----------------------------------------

  • CVE-2022-49380MedFeb 26, 2025
    affected >= 3.8.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215897 I have encountered a bug in F2FS file system in kernel v5.17. Th

  • CVE-2022-49379MedFeb 26, 2025
    affected >= 5.7.0, < 5.10.122fixed 5.10.122

    In the Linux kernel, the following vulnerability has been resolved: driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction Mounting NFS rootfs was timing out when deferred_probe_timeout was non-zero [1]. This was because ip_auto_config() initcall times o

  • CVE-2022-49378MedFeb 26, 2025
    affected >= 5.5.0, < 5.10.122fixed 5.10.122

    In the Linux kernel, the following vulnerability has been resolved: sfc: fix considering that all channels have TX queues Normally, all channels have RX and TX queues, but this is not true if modparam efx_separate_tx_channels=1 is used. In that cases, some channels only have RX

  • CVE-2022-49377HigFeb 26, 2025
    affected >= 5.12.0, < 5.15.47fixed 5.15.47

    In the Linux kernel, the following vulnerability has been resolved: blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx blk_mq_run_hw_queues() could be run when there isn't queued request and after queue is cleaned up, at that time tagset is freed, because tagset lifetime is cov

  • CVE-2022-49376MedFeb 26, 2025
    affected >= 4.10.0, < 5.10.122fixed 5.10.122

    In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before sdkp->device is initialized, sd_zbc_release_disk() is called. This causes a NULL pointer dereference when sd_is_zoned()

  • CVE-2022-49375MedFeb 26, 2025
    affected >= 4.2.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: rtc: mt6397: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.

  • CVE-2022-49374MedFeb 26, 2025
    affected >= 4.17.0, < 4.19.247fixed 4.19.247

    In the Linux kernel, the following vulnerability has been resolved: tipc: check attribute length for bearer name syzbot reported uninit-value: ===================================================== BUG: KMSAN: uninit-value in string_nocheck lib/vsprintf.c:644 [inline] BUG: KMSAN

  • CVE-2022-49373MedFeb 26, 2025
    affected >= 4.5.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() in some e

  • CVE-2022-49372MedFeb 26, 2025
    affected >= 3.7.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_rtx_synack() can be called from process context Laurent reported the enclosed report [1] This bug triggers with following coditions: 0) Kernel built with CONFIG_DEBUG_PREEMPT=y 1) A new passive Fast

  • CVE-2022-49371MedFeb 26, 2025
    affected >= 4.2.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in __device_attach In __device_attach function, The lock holding logic is as follows: ... __device_attach device_lock(dev) // get lock dev async_schedule_dev(__device_attach_asy

  • CVE-2022-49370MedFeb 26, 2025
    affected >= 2.6.39, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add() If this function returns an error,

  • CVE-2022-49369MedFeb 26, 2025
    affected >= 5.16.0, < 5.17.15fixed 5.17.15

    In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amt_rcv() If an amt receives packets and it finds socket. If it can't find a socket, it should free a received skb. But it doesn't. So, a memory leak would possibly occur.

  • CVE-2022-49368HigFeb 26, 2025
    affected >= 4.9.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() The "fsp->location" variable comes from user via ethtool_get_rxnfc(). Check that it is valid to prevent an out of bounds read.

  • CVE-2022-49367MedFeb 26, 2025
    affected >= 4.11.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. mv88e6xxx_mdio_register(

  • CVE-2022-49366MedFeb 26, 2025
    affected >= 5.15.0, < 5.15.47fixed 5.15.47

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix reference count leak in smb_check_perm_dacl() The issue happens in a specific path in smb_check_perm_dacl(). When "id" and "uid" have the same value, the function simply jumps out of the loop without

  • CVE-2022-49365MedFeb 26, 2025
    affected >= 5.16.0, < 5.17.15fixed 5.17.15

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq() The > ARRAY_SIZE() should be >= ARRAY_SIZE() to prevent an out of bounds access.

  • CVE-2022-49364MedFeb 26, 2025
    affected >= 4.10.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to clear dirty inode in f2fs_evict_inode() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215904 The kernel message is shown below: kernel BUG at fs/f2fs/inode.c:825!

  • CVE-2022-49363HigFeb 26, 2025
    affected >= 4.2.0, < 5.4.198fixed 5.4.198

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on block address in f2fs_do_zero_range() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215894 I have encountered a bug in F2FS file system in kernel

Page 506 of 713