CVE-2022-50294
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:50
- Zuletzt bearbeitet 03.12.2025 19:27:08
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbs_init_adapter() When kfifo_alloc() failed in lbs_init_adapter(), cmd buffer is not released. Add free memory to processing error path.
CVE-2022-50293
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:45:49
- Zuletzt bearbeitet 04.12.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfs_drop_extents(), due to failure...
CVE-2022-50292
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:48
- Zuletzt bearbeitet 04.12.2025 18:53:55
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be rele...
CVE-2022-50291
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:47
- Zuletzt bearbeitet 04.12.2025 18:54:12
In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_psock kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. We do the same for kcm->rx_wait in the...
CVE-2023-53242
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:23:11
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/hisi: Drop second sensor hi3660 The commit 74c8e6bffbe1 ("driver core: Add __alloc_size hint to devm allocators") exposes a panic "BRK handler: Fatal exception" on ...
CVE-2023-53241
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:23:09
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: nfsd: call op_release, even when op_func returns an error For ops with "trivial" replies, nfsd4_encode_operation will shortcut most of the encoding work and skip to just marshallin...
CVE-2023-53240
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:14
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: xsk: check IFF_UP earlier in Tx path Xsk Tx can be triggered via either sendmsg() or poll() syscalls. These two paths share a call to common function xsk_xmit() which has two sanit...
CVE-2023-53239
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:13
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patc...
CVE-2023-53238
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:12
- Zuletzt bearbeitet 14.01.2026 18:16:35
In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe() The size of array 'priv->ports[]' is INNO_PHY_PORT_NUM. In the for loop, 'i' is used as the index for array 'pr...
CVE-2023-53237
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:10
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini The gmc.ecc_irq is enabled by firmware per IFWI setting, and the host driver is not privileged to enable/disable the ...