CVE-2022-49503
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 21.10.2025 12:09:38
In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix The "rxstatus->rs_keyix" eventually gets passed to test_bit() so we need to ensure that it is within t...
CVE-2022-49505
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:26
- Zuletzt bearbeitet 24.03.2025 19:43:27
In the Linux kernel, the following vulnerability has been resolved: NFC: NULL out the dev->rfkill to prevent UAF Commit 3e3b5dfcd16a ("NFC: reorder the logic in nfc_{un,}register_device") assumes the device_is_registered() in function nfc_dev_up() ...
CVE-2022-49491
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:29
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: fix possible null-ptr-deref in vop_bind() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resource_size() ...
CVE-2022-49492
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:29
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags In nvme_alloc_admin_tags, the admin_q can be set to an error (typically -ENOMEM) if the blk_mq_init_queue call fai...
CVE-2022-49493
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 03.09.2025 17:15:32
In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645_i2c_remove() first cancel the &rt5645->jack_detect_work and del...
CVE-2022-49495
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:25
- Zuletzt bearbeitet 01.10.2025 20:16:30
In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: 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 ...
CVE-2022-49478
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:27
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 i...
CVE-2022-49481
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:27
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 nee...
CVE-2022-49482
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
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-49472
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:24
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...