CVE-2025-22121
- EPSS 0.09%
- Veröffentlicht 16.04.2025 14:13:05
- Zuletzt bearbeitet 19.01.2026 13:16:07
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.12%
- 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.05%
- 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.06%
- 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.12%
- Veröffentlicht 16.04.2025 14:12:57
- Zuletzt bearbeitet 19.01.2026 13:16:07
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...
CVE-2025-22109
- EPSS 0.08%
- Veröffentlicht 16.04.2025 14:12:56
- Zuletzt bearbeitet 03.11.2025 18:42:15
In the Linux kernel, the following vulnerability has been resolved: ax25: Remove broken autobind Binding AX25 socket by using the autobind feature leads to memory leaks in ax25_connect() and also refcount leaks in ax25_release(). Memory leak was de...
CVE-2025-22107
- EPSS 0.09%
- Veröffentlicht 16.04.2025 14:12:55
- Zuletzt bearbeitet 11.01.2026 17:15:52
In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() There are actually 2 problems: - deleting the last element doesn't require the memmove of element...
CVE-2025-22108
- EPSS 0.09%
- Veröffentlicht 16.04.2025 14:12:55
- Zuletzt bearbeitet 03.11.2025 18:42:23
In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Mask the bd_cnt field in the TX BD properly The bd_cnt field in the TX BD specifies the total number of BDs for the TX packet. The bd_cnt field has 5 bits and the maximum...
CVE-2025-22106
- EPSS 0.08%
- Veröffentlicht 16.04.2025 14:12:54
- Zuletzt bearbeitet 03.11.2025 18:42:40
In the Linux kernel, the following vulnerability has been resolved: vmxnet3: unregister xdp rxq info in the reset path vmxnet3 does not unregister xdp rxq info in the vmxnet3_reset_work() code path as vmxnet3_rq_destroy() is not invoked in this cod...
CVE-2025-22104
- EPSS 0.09%
- Veröffentlicht 16.04.2025 14:12:53
- Zuletzt bearbeitet 03.11.2025 18:44:21
In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Use kernel helpers for hex dumps Previously, when the driver was printing hex dumps, the buffer was cast to an 8 byte long and printed using string formatters. If the buff...