CVE-2025-22114
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:59
- Zuletzt bearbeitet 03.11.2025 18:37:45
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't clobber ret in btrfs_validate_super() Commit 2a9bb78cfd36 ("btrfs: validate system chunk array at btrfs_validate_super()") introduces a call to validate_sys_chunk_arra...
CVE-2025-22112
- EPSS 0.01%
- Veröffentlicht 16.04.2025 14:12:58
- Zuletzt bearbeitet 03.11.2025 18:37:52
In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix out-of-range access of vnic_info array The bnxt_queue_{start | stop}() access vnic_info as much as allocated, which indicates bp->nr_vnics. So, it should not reach b...
CVE-2025-22110
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:57
- Zuletzt bearbeitet 03.11.2025 18:41:54
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error It is possible that ctx in nfqnl_build_packet_message() could be used before it is properly initialize, ...
CVE-2025-22111
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:57
- Zuletzt bearbeitet 03.11.2025 18:41:42
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.02%
- 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.02%
- Veröffentlicht 16.04.2025 14:12:55
- Zuletzt bearbeitet 24.11.2025 10:16:00
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.03%
- 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.02%
- 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.02%
- 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.02%
- Veröffentlicht 16.04.2025 14:12:53
- Zuletzt bearbeitet 06.12.2025 22:15:50
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 ...