CVE-2022-50315
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:10
- Zuletzt bearbeitet 04.12.2025 15:21:57
In the Linux kernel, the following vulnerability has been resolved: ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS UBSAN complains about array-index-out-of-bounds: [ 1.980703] kernel: UBSAN: array-index-out-of-bounds in /build/linux-9H675w/l...
CVE-2022-50314
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:09
- Zuletzt bearbeitet 04.12.2025 15:22:06
In the Linux kernel, the following vulnerability has been resolved: nbd: Fix hung when signal interrupts nbd_start_device_ioctl() syzbot reported hung task [1]. The following program is a simplified version of the reproducer: int main(void) { in...
CVE-2022-50313
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:08
- Zuletzt bearbeitet 04.12.2025 15:22:16
In the Linux kernel, the following vulnerability has been resolved: erofs: fix order >= MAX_ORDER warning due to crafted negative i_size As syzbot reported [1], the root cause is that i_size field is a signed type, and negative i_size is also less ...
CVE-2022-50312
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:07
- Zuletzt bearbeitet 04.12.2025 15:22:27
In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just returning directly.
CVE-2022-50311
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:06
- Zuletzt bearbeitet 04.12.2025 15:23:00
In the Linux kernel, the following vulnerability has been resolved: cxl: Fix refcount leak in cxl_calc_capp_routing of_get_next_parent() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. This...
CVE-2022-50310
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:05
- Zuletzt bearbeitet 04.12.2025 15:23:20
In the Linux kernel, the following vulnerability has been resolved: ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failed If the initialization fails in calling addrconf_init_net(), devconf_all is the pointer that has been release...
CVE-2022-50309
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:04
- Zuletzt bearbeitet 04.12.2025 15:28:59
In the Linux kernel, the following vulnerability has been resolved: media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ne...
CVE-2022-50308
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:03
- Zuletzt bearbeitet 04.12.2025 15:29:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.
CVE-2022-50307
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:02
- Zuletzt bearbeitet 04.12.2025 15:30:58
In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix out-of-bounds access on cio_ignore free The channel-subsystem-driver scans for newly available devices whenever device-IDs are removed from the cio_ignore list using ...
CVE-2022-50306
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:46:01
- Zuletzt bearbeitet 04.12.2025 15:31:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN wh...