CVE-2025-71108
- EPSS 0.03%
- Veröffentlicht 14.01.2026 15:15:59
- Zuletzt bearbeitet 25.03.2026 19:32:29
In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Handle incorrect num_connectors capability The UCSI spec states that the num_connectors field is 7 bits, and the 8th bit is reserved and should be set to zero. So...
CVE-2025-71109
- EPSS 0.03%
- Veröffentlicht 14.01.2026 15:15:59
- Zuletzt bearbeitet 25.03.2026 19:32:01
In the Linux kernel, the following vulnerability has been resolved: MIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits Since commit e424054000878 ("MIPS: Tracing: Reduce the overhead of dynamic Function Tracer"), the macro UA...
CVE-2025-71098
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:57
- Zuletzt bearbeitet 25.03.2026 16:56:02
In the Linux kernel, the following vulnerability has been resolved: ip6_gre: make ip6gre_header() robust Over the years, syzbot found many ways to crash the kernel in ip6gre_header() [1]. This involves team or bonding drivers ability to dynamicall...
CVE-2025-71096
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:56
- Zuletzt bearbeitet 25.03.2026 16:59:19
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly The netlink response for RDMA_NL_LS_OP_IP_RESOLVE should always have a LS_NLA_TYPE_DGID attribute, it is invalid if ...
CVE-2025-71093
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:53
- Zuletzt bearbeitet 25.03.2026 17:41:23
In the Linux kernel, the following vulnerability has been resolved: e1000: fix OOB in e1000_tbi_should_accept() In e1000_tbi_should_accept() we read the last byte of the frame via 'data[length - 1]' to evaluate the TBI workaround. If the descriptor...
CVE-2025-71091
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:52
- Zuletzt bearbeitet 25.03.2026 18:03:23
In the Linux kernel, the following vulnerability has been resolved: team: fix check for port enabled in team_queue_override_port_prio_changed() There has been a syzkaller bug reported recently with the following trace: list_del corruption, ffff888...
CVE-2025-71087
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:49
- Zuletzt bearbeitet 25.03.2026 18:57:03
In the Linux kernel, the following vulnerability has been resolved: iavf: fix off-by-one issues in iavf_config_rss_reg() There are off-by-one bugs when configuring RSS hash key and lookup table, causing out-of-bounds reads to memory [1] and out-of-...
CVE-2025-71085
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:48
- Zuletzt bearbeitet 25.03.2026 18:57:30
In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() There exists a kernel oops caused by a BUG_ON(nhead < 0) at net/core/skbuff.c:2232 in pskb_expand_head(). This...
CVE-2025-71082
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:46
- Zuletzt bearbeitet 25.03.2026 19:38:23
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to...
CVE-2025-71083
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:46
- Zuletzt bearbeitet 25.03.2026 19:35:32
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Avoid NULL pointer deref for evicted BOs It is possible for a BO to exist that is not currently associated with a resource, e.g. because it has been evicted. When devcore...