CVE-2022-49447
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...
CVE-2022-49448
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devm_kzalloc() As the potential failure of allocation, devm_kzalloc() may return NULL. Then the 'pd->pmb' and the follow lines of code may bring...
CVE-2022-49449
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...
CVE-2022-49450
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:20
In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix listen() setting the bar too high for the prealloc rings AF_RXRPC's listen() handler lets you set the backlog up to 32 (if you bump up the sysctl), but whilst the preall...
CVE-2022-49451
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:21
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix list protocols enumeration in the base protocol While enumerating protocols implemented by the SCMI platform using BASE_DISCOVER_LIST_PROTOCOLS, the number ...
CVE-2022-49452
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 22.10.2025 17:25:08
In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dma_unmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that ...
CVE-2022-49453
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:21
In the Linux kernel, the following vulnerability has been resolved: soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer derefere...
CVE-2022-49454
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:21
In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup() The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() o...
CVE-2022-49455
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 01.10.2025 20:16:21
In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxl_file_register_afu info_release() will be called in device_unregister() when info->dev's reference count is 0. So there is no need to ca...
CVE-2022-49456
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:21
- Zuletzt bearbeitet 22.10.2025 17:24:41
In the Linux kernel, the following vulnerability has been resolved: bonding: fix missed rcu protection When removing the rcu_read_lock in bond_ethtool_get_ts_info() as discussed [1], I didn't notice it could be called via setsockopt, which doesn't ...