CVE-2022-49431
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:26:58
In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Add missing of_node_put in iommu_init_early_dart The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put(...
CVE-2022-49432
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:26:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/xics: fix refcount leak in icp_opal_init() The of_find_compatible_node() function returns a node pointer with refcount incremented, use of_node_put() on it when done.
CVE-2022-49433
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:26:38
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent use of lock before it is initialized If there is a failure during probe of hfi1 before the sdma_map_lock is initialized, the call to hfi1_free_devdata() will att...
CVE-2022-49434
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 23.12.2025 14:16:12
In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store() The sysfs sriov_numvfs_store() path acquires the device lock before the config space access lock: sriov_numvfs...
CVE-2022-49435
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:19
- Zuletzt bearbeitet 22.10.2025 17:26:12
In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' ...
CVE-2022-49416
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 24.03.2025 19:57:30
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context and the new context's replace_state is set to IEEE80211_CHAN...
CVE-2022-49417
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.09.2025 20:01:11
In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mei: fix potential NULL-ptr deref If SKB allocation fails, continue rather than using the NULL pointer. Coverity CID: 1497650
CVE-2022-49418
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 22.09.2025 20:01:56
In the Linux kernel, the following vulnerability has been resolved: NFSv4: Fix free of uninitialized nfs4_label on referral lookup. Send along the already-allocated fattr along with nfs4_fs_locations, and drop the memcpy of fattr. We end up growin...
CVE-2022-49419
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 24.03.2025 19:57:48
In the Linux kernel, the following vulnerability has been resolved: video: fbdev: vesafb: Fix a use-after-free due early fb_info cleanup Commit b3c9a924aab6 ("fbdev: vesafb: Cleanup fb_info in .fb_destroy rather than .remove") fixed a use-after-fre...
CVE-2022-49420
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:18
- Zuletzt bearbeitet 21.10.2025 12:13:56
In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk->sk_bound_dev_if UDP sendmsg() is lockless, and reads sk->sk_bound_dev_if while this field can be changed by another thread. Adds minimal annotations...