CVE-2022-48746
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:12
- Zuletzt bearbeitet 06.01.2025 21:29:47
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix handling of wrong devices during bond netevent Current implementation of bond netevent handler only check if the handled netdev is VF representor and it missing a ch...
CVE-2022-48747
- EPSS 0.03%
- Veröffentlicht 20.06.2024 12:15:12
- Zuletzt bearbeitet 24.03.2025 18:24:37
In the Linux kernel, the following vulnerability has been resolved: block: Fix wrong offset in bio_truncate() bio_truncate() clears the buffer outside of last block of bdev, however current bio_truncate() is using the wrong offset of page. So it ca...
CVE-2022-48726
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 21.11.2024 07:33:52
In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Protect mc during concurrent multicast leaves Partially revert the commit mentioned in the Fixes line to make sure that allocation and erasing multicast struct are locke...
CVE-2022-48727
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 01.10.2025 13:40:48
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Avoid consuming a stale esr value when SError occur When any exception other than an IRQ occurs, the CPU updates the ESR_EL2 register with the exception syndrome. An SE...
CVE-2022-48728
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 21.11.2024 07:33:52
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix AIP early init panic An early failure in hfi1_ipoib_setup_rn() can lead to the following panic: BUG: unable to handle kernel NULL pointer dereference at 00000000000...
CVE-2022-48729
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 21.11.2024 07:33:52
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix panic with larger ipoib send_queue_size When the ipoib send_queue_size is increased from the default the following panic happens: RIP: 0010:hfi1_ipoib_drain_tx_ring...
CVE-2022-48730
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 06.01.2025 21:33:14
In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fix potential spectre v1 gadget It appears like nr could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kerne...
CVE-2022-48731
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 01.04.2025 18:27:59
In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid scanning potential huge holes When using devm_request_free_mem_region() and devm_memremap_pages() to add ZONE_DEVICE memory, if requested free mem region's end p...
CVE-2022-48732
- EPSS 0.02%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 21.11.2024 07:33:53
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix off by one in BIOS boundary checking Bounds checking when parsing init scripts embedded in the BIOS reject access to the last byte. This causes driver initializati...
CVE-2022-48733
- EPSS 0.01%
- Veröffentlicht 20.06.2024 12:15:11
- Zuletzt bearbeitet 03.11.2025 22:16:01
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:create_snapshot(), we allocate a pending snapshot structure and then attach it to the transaction's list of ...