CVE-2022-50330
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:33
- Zuletzt bearbeitet 04.12.2025 13:44:36
In the Linux kernel, the following vulnerability has been resolved: crypto: cavium - prevent integer overflow loading firmware The "code_length" value comes from the firmware file. If your firmware is untrusted realistically there is probably very...
CVE-2022-50324
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:49:18
- Zuletzt bearbeitet 03.12.2025 19:30:24
In the Linux kernel, the following vulnerability has been resolved: mtd: maps: pxa2xx-flash: fix memory leak in probe Free 'info' upon remapping error to avoid a memory leak. [<miquel.raynal@bootlin.com>: Reword the commit log]
CVE-2022-50317
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:48:50
- Zuletzt bearbeitet 04.12.2025 15:19:42
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: [ 31.911505] i2c-core: driver [stdp2690-ge-b850v3-fw] unreg...
CVE-2022-50315
- EPSS 0.01%
- 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.01%
- 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-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-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-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...