- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:11
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: add bounds check for if_id in IRQ handler The IRQ handler extracts if_id from the upper 16 bits of the hardware status register and uses it to index into ethsw->ports...
CVE-2026-23178
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:10
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report() `i2c_hid_xfer` is used to read `recv_len + sizeof(__le16)` bytes of data into `ihid->rawbuf`. The former can co...
- EPSS 0.05%
- Veröffentlicht 14.02.2026 16:27:08
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: platform/x86: toshiba_haps: Fix memory leaks in add/remove routines toshiba_haps_add() leaks the haps object allocated by it if it returns an error after allocating that object suc...
- EPSS 0.05%
- Veröffentlicht 14.02.2026 16:27:06
- Zuletzt bearbeitet 15.04.2026 14:34:27
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: ocb: skip rx_no_sta when interface is not joined ieee80211_ocb_rx_no_sta() assumes a valid channel context, which is only present after JOIN_OCB. RX may run before...
CVE-2025-71222
- EPSS 0.03%
- Veröffentlicht 14.02.2026 16:27:05
- Zuletzt bearbeitet 19.03.2026 18:05:23
In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: ensure skb headroom before skb_push This avoids occasional skb_under_panic Oops from wl1271_tx_work. In this case, headroom is less than needed (typically 110 - 94 = ...
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:27:04
- Zuletzt bearbeitet 25.03.2026 11:16:15
In the Linux kernel, the following vulnerability has been resolved: dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue() Add proper locking in mmp_pdma_residue() to prevent use-after-free when accessing descriptor list and descriptor conte...
CVE-2025-71220
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:27:03
- Zuletzt bearbeitet 19.03.2026 18:06:27
In the Linux kernel, the following vulnerability has been resolved: smb/server: call ksmbd_session_rpc_close() on error path in create_smb2_pipe() When ksmbd_iov_pin_rsp() fails, we should call ksmbd_session_rpc_close().
CVE-2026-23168
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 18.03.2026 15:00:47
In the Linux kernel, the following vulnerability has been resolved: flex_proportions: make fprop_new_period() hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: ...
CVE-2026-23169
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 03.04.2026 14:16:24
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race in mptcp_pm_nl_flush_addrs_doit() syzbot and Eulgyu Kim reported crashes in mptcp_pm_nl_get_local_id() and/or mptcp_pm_nl_is_backup() Root cause is list_splice_ini...
CVE-2026-23170
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 18.03.2026 14:57:32
In the Linux kernel, the following vulnerability has been resolved: drm/imx/tve: fix probe device leak Make sure to drop the reference taken to the DDC device during probe on probe failure (e.g. probe deferral) and on driver unbind.