CVE-2022-50301
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:57
- Zuletzt bearbeitet 04.12.2025 15:32:33
In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1) The "len" variable needs to be checked before the very first write. Otherwise if omap2_iommu_dump_ctx()...
CVE-2022-50299
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:55
- Zuletzt bearbeitet 04.12.2025 15:33:30
In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total characters in the constituent block device names plus the slashes exceeds 200. snprint...
CVE-2022-50297
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:53
- Zuletzt bearbeitet 04.12.2025 15:33:54
In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: verify the expected usb_endpoints are present The bug arises when a USB device claims to be an ATH9K but doesn't have the expected endpoints. (In this case there was a...
CVE-2022-50296
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:45:52
- Zuletzt bearbeitet 04.12.2025 15:34:09
In the Linux kernel, the following vulnerability has been resolved: UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS is selected, cpu_max_bits_warn() generates a runtime warning simil...
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-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-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-53234
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:07
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix kmemleak in watchdog_cdev_register kmemleak reports memory leaks in watchdog_dev_register, as follows: unreferenced object 0xffff888116233000 (size 2048): comm ""mo...