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...
CVE-2022-49459
- EPSS 0.04%
- 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: thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe platform_get_resource() may return NULL, add proper check to avoid potential NULL dereferencing.
CVE-2022-49460
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 22.10.2025 17:23:12
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: rk3399_dmc: Disable edev on remove() Otherwise we hit an unablanced enable-count when unbinding the DFI device: [ 1279.659119] ------------[ cut here ]------------ [...
CVE-2022-49461
- EPSS 0.06%
- 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: amt: fix memory leak for advertisement message When a gateway receives an advertisement message, it extracts relay information and then it should be freed. But the advertisement ha...
CVE-2022-49462
- EPSS 0.04%
- 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: drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. a6xx...
CVE-2022-49463
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:22
- Zuletzt bearbeitet 01.10.2025 20:16:23
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...