VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49482MedFeb 26, 2025
    affected >= 3.5.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.

  • CVE-2022-49481MedFeb 26, 2025
    affected >= 3.12.0, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt of_node_get() returns a node with refcount incremented. Calling of_node_put() to drop the reference when not needed anymore.

  • CVE-2022-49480MedFeb 26, 2025
    affected >= 5.11.0, < 5.15.46fixed 5.15.46

    In the Linux kernel, the following vulnerability has been resolved: ASoC: imx-hdmi: Fix refcount leak in imx_hdmi_probe of_find_device_by_node() takes reference, we should use put_device() to release it. when devm_kzalloc() fails, it doesn't have a put_device(), it will cause r

  • CVE-2022-49479HigFeb 26, 2025
    affected >= 5.16.0, < 5.17.14fixed 5.17.14

    In the Linux kernel, the following vulnerability has been resolved: mt76: fix tx status related use-after-free race on station removal There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr after that idr has already be

  • CVE-2022-49478HigFeb 26, 2025
    affected >= 2.6.18, < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw->unit_number is initialized with -1 and then

  • CVE-2022-49477MedFeb 26, 2025
    affected >= 5.9.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: ASoC: samsung: Fix refcount leak in aries_audio_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. If extcon_find_edev_by_node() fails, it do

  • CVE-2022-49476MedFeb 26, 2025
    affected >= 5.12.0, < 5.17.14fixed 5.17.14

    In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix kernel crash at mt7921_pci_remove The crash log shown it is possible that mt7921_irq_handler is called while devm_free_irq is being handled so mt76_free_device need to be postponed until devm_

  • CVE-2022-49475MedFeb 26, 2025
    affected >= 5.8.0, < 5.10.121fixed 5.10.121

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

  • CVE-2022-49474HigFeb 26, 2025
    affected < 4.9.318fixed 4.9.318

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout Connecting the same socket twice consecutively in sco_sock_connect() could lead to a race condition where two sco_conn objects are created

  • CVE-2022-49473MedFeb 26, 2025
    affected >= 5.9.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_* of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not needed anymore. Add missing of_node_pu

  • CVE-2022-49472MedFeb 26, 2025
    affected >= 3.19.0, < 4.14.283fixed 4.14.283

    In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: Allow probing without .driver_data Currently, if the .probe element is present in the phy_driver structure and the .driver_data is not, a NULL pointer dereference happens. Allow passing .prob

  • CVE-2022-49471HigFeb 26, 2025
    affected >= 5.16.0, < 5.17.14fixed 5.17.14

    In the Linux kernel, the following vulnerability has been resolved: rtw89: cfo: check mac_id to avoid out-of-bounds Somehow, hardware reports incorrect mac_id and pollute memory. Check index before we access the array. UBSAN: array-index-out-of-bounds in rtw89/phy.c:2517:23

  • CVE-2022-49470HigFeb 26, 2025
    affected >= 5.2.0, < 5.15.54fixed 5.15.54

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_event We should not access skb buffer data anymore after hci_recv_frame was called. [ 39.634809] BUG: KASAN: use-after-free in btmtksdio_recv_event+

  • CVE-2022-49469MedFeb 26, 2025
    affected >= 5.9.0, < 5.17.14fixed 5.17.14

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix anon_dev leak in create_subvol() When btrfs_qgroup_inherit(), btrfs_alloc_tree_block, or btrfs_insert_root() fail in create_subvol(), we return without freeing anon_dev. Reorganize the error handling

  • CVE-2022-49468MedFeb 26, 2025
    affected >= 4.17.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in __thermal_cooling_device_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 (size 264312): comm "182", pid 102533

  • CVE-2022-49467MedFeb 26, 2025
    affected >= 4.0.0, < 4.19.247fixed 4.19.247

    In the Linux kernel, the following vulnerability has been resolved: drm: msm: fix possible memory leak in mdp5_crtc_cursor_set() drm_gem_object_lookup will call drm_gem_object_get inside. So cursor_bo needs to be put when msm_gem_get_and_pin_iova fails.

  • CVE-2022-49466MedFeb 26, 2025
    affected >= 5.11.0, < 5.15.46fixed 5.15.46

    In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: Fix refcount leak in scmi_regulator_probe of_find_node_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() to avoi

  • CVE-2022-49465HigFeb 26, 2025
    affected >= 3.11.0, < 5.10.248fixed 5.10.248

    In the Linux kernel, the following vulnerability has been resolved: blk-throttle: Set BIO_THROTTLED when bio has been throttled 1.In current process, all bio will set the BIO_THROTTLED flag after __blk_throtl_bio(). 2.If bio needs to be throttled, it will start the timer and s

  • CVE-2022-49464HigFeb 26, 2025
    affected >= 5.17.0, < 5.17.14fixed 5.17.14

    In the Linux kernel, the following vulnerability has been resolved: erofs: fix buffer copy overflow of ztailpacking feature I got some KASAN report as below: [ 46.959738] ================================================================== [ 46.960430] BUG: KASAN: use-after-

  • CVE-2022-49463MedFeb 26, 2025
    affected >= 5.7.0, < 5.10.121fixed 5.10.121

    In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probe of_find_node_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_nod

Page 501 of 713