CVE-2021-46933
- EPSS 0.02%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 22.04.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. ffs_data_clear is indirectly called from both ffs_fs_kill_sb and ffs_ep0_release, so it ends up being called twice when user...
CVE-2021-46934
- EPSS 0.02%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:58
In the Linux kernel, the following vulnerability has been resolved: i2c: validate user data in compat ioctl Wrong user data may cause warning in i2c_transfer(), ex: zero msgs. Userspace should not be able to trigger warnings, so this patch adds val...
CVE-2021-46935
- EPSS 0.02%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:58
In the Linux kernel, the following vulnerability has been resolved: binder: fix async_free_space accounting for empty parcels In 4.13, commit 74310e06be4d ("android: binder: Move buffer out of area shared with user space") fixed a kernel structure ...
CVE-2021-46921
- EPSS 0.02%
- Veröffentlicht 27.02.2024 10:15:06
- Zuletzt bearbeitet 21.11.2024 06:34:56
In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queued_write_lock_slowpath() While this code is executed with the wait_lock held, a reader can acquire the lock without holding wait_lock. The wri...
CVE-2021-46915
- 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: netfilter: nft_limit: avoid possible divide error in nft_limit_init div_u64() divides u64 by u32. nft_limit_init() wants to divide u64 by u64, use the appropriate math function (d...
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-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-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 ...