CVE-2022-50328
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:30
- Zuletzt bearbeitet 04.12.2025 13:42:22
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2_fc_wait_bufs In 'jbd2_fc_wait_bufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if u...
CVE-2022-50327
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:26
- Zuletzt bearbeitet 16.01.2026 20:07:10
In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: idle: Check acpi_fetch_acpi_dev() return value The return value of acpi_fetch_acpi_dev() could be NULL, which would cause a NULL pointer dereference to occur in ac...
CVE-2022-50326
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:24
- Zuletzt bearbeitet 03.12.2025 19:32:23
In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 ("media: airspy: respect the DMA coherency rules") moves variable buf from stack to heap, however, it only f...
CVE-2022-50325
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:49:19
- Zuletzt bearbeitet 04.12.2025 13:41:37
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return invalid RX size for LARGE_CONFIG_GET, memcpy_fromio() could end up copying too many bytes. ...
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-50323
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:48:57
- Zuletzt bearbeitet 04.12.2025 15:07:59
In the Linux kernel, the following vulnerability has been resolved: net: do not sense pfmemalloc status in skb_append_pagefrags() skb_append_pagefrags() is used by af_unix and udp sendpage() implementation so far. In commit 326140063946 ("tcp: TX ...
CVE-2022-50322
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:48:55
- Zuletzt bearbeitet 04.12.2025 15:12:01
In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against ...
CVE-2022-50321
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:48:54
- Zuletzt bearbeitet 03.12.2025 19:29:55
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit() The brcmf_netdev_start_xmit() returns NETDEV_TX_OK without freeing skb in case of pskb_expand_head() fails, a...
CVE-2022-50320
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:48:53
- Zuletzt bearbeitet 04.12.2025 15:19:05
In the Linux kernel, the following vulnerability has been resolved: ACPI: tables: FPDT: Don't call acpi_os_map_memory() on invalid phys address On a Packard Bell Dot SC (Intel Atom N2600 model) there is a FPDT table which contains invalid physical ...
CVE-2022-50319
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:48:52
- Zuletzt bearbeitet 04.12.2025 15:19:17
In the Linux kernel, the following vulnerability has been resolved: coresight: trbe: remove cpuhp instance node before remove cpuhp state cpuhp_state_add_instance() and cpuhp_state_remove_instance() should be used in pairs. Or there will lead to th...