CVE-2022-49470
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 24.03.2025 19:58:47
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...
CVE-2022-49471
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:23
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-...
CVE-2022-49472
- EPSS 0.03%
- 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...
CVE-2022-49473
- EPSS 0.04%
- 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: 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 a...
CVE-2022-49474
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 24.03.2025 19:59:02
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 tw...
CVE-2022-49475
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:25
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 re...
CVE-2022-49476
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:26
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 ne...
CVE-2022-49477
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:27
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_fi...
CVE-2022-49457
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 01.10.2025 20:16:22
In the Linux kernel, the following vulnerability has been resolved: ARM: versatile: Add missing of_node_put in dcscb_init The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put() to avoid...
CVE-2022-49458
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 22.10.2025 17:23:50
In the Linux kernel, the following vulnerability has been resolved: drm/msm: don't free the IRQ if it was not requested As msm_drm_uninit() is called from the msm_drm_init() error path, additional care should be necessary as not to call the free_ir...