CVE-2021-4439
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:10
- Zuletzt bearbeitet 21.11.2024 06:37:44
In the Linux kernel, the following vulnerability has been resolved: isdn: cpai: check ctr->cnr to avoid array index out of bound The cmtp_add_connection() would add a cmtp session to a controller and run a kernel thread to process cmtp. __module_...
CVE-2022-48724
- EPSS 0.01%
- Veröffentlicht 20.06.2024 12:15:10
- Zuletzt bearbeitet 21.11.2024 07:33:52
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() After commit e3beca48a45b ("irqdomain/treewide: Keep firmware node unconditionally allocated"). For tear down s...
CVE-2022-48714
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 17.09.2025 17:12:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Use VM_MAP instead of VM_ALLOC for ringbuf After commit 2fd3fb0be1d1 ("kasan, vmalloc: unpoison VM_ALLOC pages after mapping"), non-VM_ALLOC mappings will be marked as accessi...
CVE-2022-48715
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 01.10.2025 13:43:40
In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe Running tests with a debug kernel shows that bnx2fc_recv_frame() is modifying the per_cpu lport stats counters in a non-mpsafe way. ...
CVE-2022-48717
- EPSS 0.04%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 21.11.2024 07:33:51
In the Linux kernel, the following vulnerability has been resolved: ASoC: max9759: fix underflow in speaker_gain_control_put() Check for negative values of "priv->gain" to prevent an out of bounds access. The concern is that these might come from ...
CVE-2022-48720
- EPSS 0.02%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 01.10.2025 13:38:18
In the Linux kernel, the following vulnerability has been resolved: net: macsec: Fix offload support for NETDEV_UNREGISTER event Current macsec netdev notify handler handles NETDEV_UNREGISTER event by releasing relevant SW resources only, this caus...
CVE-2022-48721
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 01.10.2025 13:39:46
In the Linux kernel, the following vulnerability has been resolved: net/smc: Forward wakeup to smc socket waitqueue after fallback When we replace TCP with SMC and a fallback occurs, there may be some socket waitqueue entries remaining in smc socke...
CVE-2022-48722
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 17.09.2025 17:13:03
In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: ca8210: Stop leaking skb's Upon error the ieee802154_xmit_complete() helper is not called. Only ieee802154_wake_queue() is called manually. We then leak the skb st...
CVE-2022-48723
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:55
- Zuletzt bearbeitet 21.11.2024 07:33:51
In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphier_spi_probe() The issue happens in several error paths in uniphier_spi_probe(). When either dma_get_slave_caps() or devm_spi_regis...
CVE-2021-47617
- EPSS 0.03%
- Veröffentlicht 20.06.2024 11:15:54
- Zuletzt bearbeitet 21.11.2024 06:36:40
In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Fix infinite loop in IRQ handler upon power fault The Power Fault Detected bit in the Slot Status register differs from all other hotplug events in that it is sticky: ...