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...
CVE-2025-22109
- EPSS 0.15%
- 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.18%
- Veröffentlicht 16.04.2025 14:12:55
- Zuletzt bearbeitet 14.07.2026 13:17:31
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-22104
- EPSS 0.18%
- 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...
CVE-2025-22105
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:53
- Zuletzt bearbeitet 01.06.2026 17:16:34
In the Linux kernel, the following vulnerability has been resolved: bonding: check xdp prog when set bond mode Following operations can trigger a warning[1]: ip netns add ns1 ip netns exec ns1 ip link add bond0 type bond mode balance-rr ...
CVE-2025-22103
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:52
- Zuletzt bearbeitet 24.11.2025 10:15:59
In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer dereference in l3mdev_l3_rcv When delete l3s ipvlan: ip link del link eth0 ipvlan1 type ipvlan mode l3s This may cause a null pointer dereference: ...
CVE-2025-22097
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:47
- Zuletzt bearbeitet 03.11.2025 20:17:44
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkms_exit() function might access an uninitialized or freed default_config pointe...
CVE-2025-22095
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:12:46
- Zuletzt bearbeitet 14.07.2026 13:17:31
In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulator_bulk_get() If the regulator_bulk_get() returns an error and no regulators are created, we need to set their number to zero. ...