CVE-2025-22128
- EPSS 0.16%
- Veröffentlicht 16.04.2025 14:13:10
- Zuletzt bearbeitet 03.11.2025 18:25:01
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in error path If a shared IRQ is used by the driver due to platform limitation, then the IRQ affinity hint is...
CVE-2025-22126
- EPSS 0.17%
- Veröffentlicht 16.04.2025 14:13:09
- Zuletzt bearbeitet 03.11.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: md: fix mddev uaf while iterating all_mddevs list While iterating all_mddevs list from md_notify_reboot() and md_exit(), list_for_each_entry_safe is used, and this can race with de...
CVE-2025-22124
- EPSS 0.16%
- Veröffentlicht 16.04.2025 14:13:08
- Zuletzt bearbeitet 03.11.2025 18:27:37
In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb In clustermd, separate write-intent-bitmaps are used for each cluster node: 0 4k ...
CVE-2025-22125
- EPSS 0.17%
- Veröffentlicht 16.04.2025 14:13:08
- Zuletzt bearbeitet 27.04.2026 14:16:22
In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: don't ignore IO flags If blk-wbt is enabled by default, it's found that raid write performance is quite bad because all IO are throttled by wbt of underlying disks...
CVE-2025-22120
- EPSS 0.17%
- Veröffentlicht 16.04.2025 14:13:05
- Zuletzt bearbeitet 03.11.2025 18:28:30
In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'out_mmap_sem' in ext4_setattr() Otherwise, if ext4_inode_attach_jinode() fails, a hung task will happen because filemap_invalidate_unlock() isn't called to ...
CVE-2025-22121
- EPSS 0.17%
- Veröffentlicht 16.04.2025 14:13:05
- Zuletzt bearbeitet 14.07.2026 13:17:31
In the Linux kernel, the following vulnerability has been resolved: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() There's issue as follows: BUG: KASAN: use-after-free in ext4_xattr_inode_dec_ref_all+0x6ff/0x790 Read of size 4 at add...
CVE-2025-22116
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:13:02
- Zuletzt bearbeitet 02.04.2026 12:16:17
In the Linux kernel, the following vulnerability has been resolved: idpf: check error for register_netdev() on init Current init logic ignores the error code from register_netdev(), which will cause WARN_ON() on attempt to unregister it, if there w...
CVE-2025-22115
- EPSS 0.12%
- Veröffentlicht 16.04.2025 14:13:01
- Zuletzt bearbeitet 03.11.2025 18:37:29
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix block group refcount race in btrfs_create_pending_block_groups() Block group creation is done in two phases, which results in a slightly unintuitive property: a block gr...
CVE-2025-22113
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:59
- Zuletzt bearbeitet 03.11.2025 18:38:15
In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying Presently we always BUG_ON if trying to start a transaction on a journal marked with JBD2_UNMOUNT, since this sho...
CVE-2025-22111
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:57
- Zuletzt bearbeitet 14.07.2026 13:17:31
In the Linux kernel, the following vulnerability has been resolved: net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. SIOCBRDELIF is passed to dev_ioctl() first and later forwarded to br_ioctl_call(), which causes unnecessary RTNL dance and t...