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-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-53213
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:41
- Zuletzt bearbeitet 14.01.2026 18:16:29
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() Fix a slab-out-of-bounds read that occurs in kmemdup() called from brcmf_get_assoc_ies(). The bug could occur when ...
CVE-2022-50289
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:25
- Zuletzt bearbeitet 03.12.2025 19:26:03
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2_stack_glue_init() ocfs2_table_header should be free in ocfs2_stack_glue_init() if ocfs2_sysfs_init() failed, otherwise kmemleak will report memleak....
CVE-2022-50288
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:24
- Zuletzt bearbeitet 03.12.2025 19:25:31
In the Linux kernel, the following vulnerability has been resolved: qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure adapter->dcb would get silently freed inside qlcnic_dcb_enable() in case qlcnic_dcb_attach() would return an err...
CVE-2022-50285
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:21
- Zuletzt bearbeitet 04.12.2025 18:54:33
In the Linux kernel, the following vulnerability has been resolved: mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages The h->*_huge_pages counters are protected by the hugetlb_lock, but alloc_huge_page has a corner case where it ...
CVE-2022-50282
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:18
- Zuletzt bearbeitet 04.12.2025 18:56:27
In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdev_device_add() While doing fault injection test, I got the following report: ------------[ cut here ]------------ kobject: '(null)' (000000003995...
CVE-2022-50280
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:16
- Zuletzt bearbeitet 04.12.2025 14:55:40
In the Linux kernel, the following vulnerability has been resolved: pnode: terminate at peers of source The propagate_mnt() function handles mount propagation when creating mounts and propagates the source mount tree @source_mnt to all applicable n...
CVE-2022-50278
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:15
- Zuletzt bearbeitet 03.12.2025 19:17:01
In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnp_alloc_dev() After commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocated dynamically,...