CVE-2021-46917
- EPSS 0.03%
- Veröffentlicht 27.02.2024 07:15:08
- Zuletzt bearbeitet 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq cleanup of WQCFG registers A pre-release silicon erratum workaround where wq reset does not clear WQCFG registers was leaked into upstream code. Use wq rese...
CVE-2021-46918
- EPSS 0.01%
- Veröffentlicht 27.02.2024 07:15:08
- Zuletzt bearbeitet 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: clear MSIX permission entry on shutdown Add disabling/clearing of MSIX permission entries on device shutdown to mirror the enabling of the MSIX entries on probe. C...
CVE-2021-46919
- EPSS 0.03%
- Veröffentlicht 27.02.2024 07:15:08
- Zuletzt bearbeitet 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix wq size store permission state WQ size can only be changed when the device is disabled. Current code allows change when device is enabled but wq is disabled. C...
CVE-2021-46920
- EPSS 0.01%
- Veröffentlicht 27.02.2024 07:15:08
- Zuletzt bearbeitet 21.11.2024 06:34:56
In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback Current code blindly writes over the SWERR and the OVERFLOW bits. Write back the bits actually read instead so th...
CVE-2021-46909
- EPSS 0.01%
- Veröffentlicht 27.02.2024 07:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:54
In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 ("PCI: Add a call to pci_assign_irq() in pci_device_probe()"), the PCI code will call the IRQ mapping function ...
CVE-2021-46910
- EPSS 0.04%
- Veröffentlicht 27.02.2024 07:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:54
In the Linux kernel, the following vulnerability has been resolved: ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabled The debugging code for kmap_local() doubles the number of per-CPU fixmap slots allocated for kmap_loca...
CVE-2021-46911
- EPSS 0.02%
- Veröffentlicht 27.02.2024 07:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:54
In the Linux kernel, the following vulnerability has been resolved: ch_ktls: Fix kernel panic Taking page refcount is not ideal and causes kernel panic sometimes. It's better to take tx_ctx lock for the complete skb transmit, to avoid page cleanup ...
CVE-2021-46912
- EPSS 0.02%
- Veröffentlicht 27.02.2024 07:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: net: Make tcp_allowed_congestion_control readonly in non-init netns Currently, tcp_allowed_congestion_control is global and writable; writing to it in any net namespace will leak i...
CVE-2021-46913
- EPSS 0.02%
- Veröffentlicht 27.02.2024 07:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy() breaks when using connlimit in set elements. Use nft_expr_clone() to initialize the connlimit expression list, o...
CVE-2021-46914
- EPSS 0.03%
- Veröffentlicht 27.02.2024 07:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pci_disable_device() called in __ixgbe_shutdown() decreases dev->enable_cnt by 1. pci_enable_device_mem() which increa...