CVE-2026-23104
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:25
- Zuletzt bearbeitet 25.03.2026 11:16:18
In the Linux kernel, the following vulnerability has been resolved: ice: fix devlink reload call trace Commit 4da71a77fc3b ("ice: read internal temperature sensor") introduced internal temperature sensor reading via HWMON. ice_hwmon_init() was adde...
CVE-2026-23102
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:24
- Zuletzt bearbeitet 19.03.2026 19:30:19
In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: signal: Fix restoration of SVE context When SME is supported, Restoring SVE signal context can go wrong in a few ways, including placing the task into an invalid stat...
CVE-2026-23103
- EPSS 0.01%
- Veröffentlicht 04.02.2026 16:08:24
- Zuletzt bearbeitet 03.04.2026 14:16:23
In the Linux kernel, the following vulnerability has been resolved: ipvlan: Make the addrs_lock be per port Make the addrs_lock be per port, not per ipvlan dev. Initial code seems to be written in the assumption, that any address change must occur...
CVE-2026-23101
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:23
- Zuletzt bearbeitet 19.03.2026 19:33:02
In the Linux kernel, the following vulnerability has been resolved: leds: led-class: Only Add LED to leds_list when it is fully ready Before this change the LED was added to leds_list before led_init_core() gets called adding it the list before led...
CVE-2026-23100
- EPSS 0.03%
- Veröffentlicht 04.02.2026 16:08:22
- Zuletzt bearbeitet 18.04.2026 09:16:13
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb_pmd_shared() Patch series "mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)", v3. One functional fix, one performance regression fix, and ...
CVE-2026-23099
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:21
- Zuletzt bearbeitet 18.03.2026 20:09:32
In the Linux kernel, the following vulnerability has been resolved: bonding: limit BOND_MODE_8023AD to Ethernet devices BOND_MODE_8023AD makes sense for ARPHRD_ETHER only. syzbot reported: BUG: KASAN: global-out-of-bounds in __hw_addr_create net...
CVE-2026-23098
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:20
- Zuletzt bearbeitet 03.04.2026 14:16:23
In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nr_route_frame() In nr_route_frame(), old_skb is immediately freed without checking if nr_neigh->ax25 pointer is NULL. Therefore, if nr_neigh->ax25 is NU...
CVE-2026-23097
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:19
- Zuletzt bearbeitet 18.03.2026 12:47:17
In the Linux kernel, the following vulnerability has been resolved: migrate: correct lock ordering for hugetlb file folios Syzbot has found a deadlock (analyzed by Lance Yang): 1) Task (5749): Holds folio_lock, then tries to acquire i_mmap_rwsem(r...
CVE-2026-23096
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:18
- Zuletzt bearbeitet 18.03.2026 13:29:58
In the Linux kernel, the following vulnerability has been resolved: uacce: fix cdev handling in the cleanup path When cdev_device_add fails, it internally releases the cdev memory, and if cdev_device_del is then executed, it will cause a hang error...
CVE-2026-23094
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:17
- Zuletzt bearbeitet 17.03.2026 21:09:04
In the Linux kernel, the following vulnerability has been resolved: uacce: fix isolate sysfs check condition uacce supports the device isolation feature. If the driver implements the isolate_err_threshold_read and isolate_err_threshold_write callba...