CVE-2025-39806
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:09
- Zuletzt bearbeitet 12.05.2026 13:17:12
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor...
CVE-2025-39805
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:06
- Zuletzt bearbeitet 06.12.2025 22:15:51
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregister_netdev call order in macb_remove() When removing a macb device, the driver calls phy_exit() before unregister_netdev(). This leads to a WARN from kernfs: ...
CVE-2022-50332
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:49:42
- Zuletzt bearbeitet 04.12.2025 13:46:08
In the Linux kernel, the following vulnerability has been resolved: video/aperture: Call sysfb_disable() before removing PCI devices Call sysfb_disable() from aperture_remove_conflicting_pci_devices() before removing PCI devices. Without, simpledrm...
CVE-2022-50240
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:01:45
- Zuletzt bearbeitet 24.11.2025 17:25:46
In the Linux kernel, the following vulnerability has been resolved: android: binder: stop saving a pointer to the VMA Do not record a pointer to a VMA outside of the mmap_lock for later use. This is unsafe and there are a number of failure paths *...
CVE-2025-39800
- EPSS 0.02%
- Veröffentlicht 15.09.2025 12:36:43
- Zuletzt bearbeitet 12.05.2026 13:17:12
In the Linux kernel, the following vulnerability has been resolved: btrfs: abort transaction on unexpected eb generation at btrfs_copy_root() If we find an unexpected generation for the extent buffer we are cloning at btrfs_copy_root(), we just WAR...
CVE-2025-39801
- EPSS 0.02%
- Veröffentlicht 15.09.2025 12:36:43
- Zuletzt bearbeitet 12.05.2026 13:17:12
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Remove WARN_ON for device endpoint command timeouts This commit addresses a rarely observed endpoint command timeout which causes kernel panic due to warn when 'panic_on...
CVE-2025-39798
- EPSS 0.01%
- Veröffentlicht 12.09.2025 15:59:34
- Zuletzt bearbeitet 12.05.2026 13:17:12
In the Linux kernel, the following vulnerability has been resolved: NFS: Fix the setting of capabilities when automounting a new filesystem Capabilities cannot be inherited when we cross into a new filesystem. They need to be reset to the minimal d...
CVE-2025-39797
- EPSS 0.03%
- Veröffentlicht 12.09.2025 15:59:33
- Zuletzt bearbeitet 24.11.2025 18:04:53
In the Linux kernel, the following vulnerability has been resolved: xfrm: Duplicate SPI Handling The issue originates when Strongswan initiates an XFRM_MSG_ALLOCSPI Netlink message, which triggers the kernel function xfrm_alloc_spi(). This function...
CVE-2025-39795
- EPSS 0.02%
- Veröffentlicht 12.09.2025 15:59:32
- Zuletzt bearbeitet 12.05.2026 13:17:11
In the Linux kernel, the following vulnerability has been resolved: block: avoid possible overflow for chunk_sectors check in blk_stack_limits() In blk_stack_limits(), we check that the t->chunk_sectors value is a multiple of the t->physical_block_...
CVE-2025-39794
- EPSS 0.02%
- Veröffentlicht 12.09.2025 15:59:31
- Zuletzt bearbeitet 12.05.2026 13:17:11
In the Linux kernel, the following vulnerability has been resolved: ARM: tegra: Use I/O memcpy to write to IRAM Kasan crashes the kernel trying to check boundaries when using the normal memcpy.