CVE-2022-50268
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:04
- Zuletzt bearbeitet 03.12.2025 18:16:12
In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...
CVE-2022-50267
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:03
- Zuletzt bearbeitet 03.12.2025 18:15:12
In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked...
CVE-2022-50266
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:02
- Zuletzt bearbeitet 02.12.2025 19:27:30
In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs to be called always fails. This is because before that we set...
CVE-2022-50265
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:01
- Zuletzt bearbeitet 03.12.2025 18:14:05
In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_wait kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race...
CVE-2022-50264
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:00
- Zuletzt bearbeitet 02.12.2025 19:22:11
In the Linux kernel, the following vulnerability has been resolved: clk: socfpga: Fix memory leak in socfpga_gate_init() Free @socfpga_clk and @ops on the error path to avoid memory leak issue.
CVE-2023-53196
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:06:43
- Zuletzt bearbeitet 02.12.2025 19:13:50
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: qcom: Fix potential memory leak Function dwc3_qcom_probe() allocates memory for resource structure which is pointed by parent_res pointer. This memory is not freed. This...
CVE-2023-53192
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:06:37
- Zuletzt bearbeitet 02.12.2025 02:42:17
In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fib_multipath_hash() and rt6_multipath_hash(). Passing the 32 bit hash returned by ...
CVE-2023-53191
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:06:33
- Zuletzt bearbeitet 02.12.2025 02:42:36
In the Linux kernel, the following vulnerability has been resolved: irqchip/alpine-msi: Fix refcount leak in alpine_msix_init_domains of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not ...
CVE-2023-53189
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:05:26
- Zuletzt bearbeitet 02.12.2025 02:55:18
In the Linux kernel, the following vulnerability has been resolved: ipv6/addrconf: fix a potential refcount underflow for idev Now in addrconf_mod_rs_timer(), reference idev depends on whether rs_timer is not pending. Then modify rs_timer timeout. ...
CVE-2023-53188
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:04:52
- Zuletzt bearbeitet 02.12.2025 02:55:34
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix race on port output assume the following setup on a single machine: 1. An openvswitch instance with one bridge and default flows 2. two network namespaces "se...