CVE-2026-31407
- EPSS 0.01%
- Veröffentlicht 06.04.2026 08:16:38
- Zuletzt bearbeitet 27.04.2026 14:16:36
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: add missing netlink policy validations Hyunwoo Kim reports out-of-bounds access in sctp and ctnetlink. These attributes are used by the kernel without any va...
CVE-2026-31408
- EPSS 0.03%
- Veröffentlicht 06.04.2026 08:16:38
- Zuletzt bearbeitet 27.04.2026 14:16:36
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_hold sco_recv_frame() reads conn->sk under sco_conn_lock() but immediately releases the lock without hold...
CVE-2026-31409
- EPSS 0.03%
- Veröffentlicht 06.04.2026 08:16:38
- Zuletzt bearbeitet 27.04.2026 14:16:37
In the Linux kernel, the following vulnerability has been resolved: ksmbd: unset conn->binding on failed binding request When a multichannel SMB2_SESSION_SETUP request with SMB2_SESSION_REQ_FLAG_BINDING fails ksmbd sets conn->binding = true but nev...
CVE-2026-31403
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:16:06
- Zuletzt bearbeitet 27.04.2026 14:16:36
In the Linux kernel, the following vulnerability has been resolved: NFSD: Hold net reference for the lifetime of /proc/fs/nfs/exports fd The /proc/fs/nfs/exports proc entry is created at module init and persists for the module's lifetime. exports_p...
CVE-2026-31402
- EPSS 0.17%
- Veröffentlicht 03.04.2026 15:16:05
- Zuletzt bearbeitet 27.04.2026 14:16:36
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache The NFSv4.0 replay cache uses a fixed 112-byte inline buffer (rp_ibuf[NFSD4_REPLAY_ISIZE]) to store encoded operation responses...
- EPSS 0.04%
- Veröffentlicht 03.04.2026 15:16:03
- Zuletzt bearbeitet 18.04.2026 09:16:29
In the Linux kernel, the following vulnerability has been resolved: nvdimm/bus: Fix potential use after free in asynchronous initialization Dingisoul with KASAN reports a use after free if device_add() fails in nd_async_device_register(). Commit b...
- EPSS 0.04%
- Veröffentlicht 03.04.2026 15:16:03
- Zuletzt bearbeitet 18.04.2026 09:16:30
In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix cache_request leak in cache_release When a reader's file descriptor is closed while in the middle of reading a cache_request (rp->offset != 0), cache_release() decremen...
CVE-2026-31396
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:16:00
- Zuletzt bearbeitet 27.04.2026 14:16:35
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use-after-free access to PTP clock PTP clock is registered on every opening of the interface and destroyed on every closing. However it may be accessed via get_ts_i...
CVE-2026-31393
- EPSS 0.06%
- Veröffentlicht 03.04.2026 15:15:58
- Zuletzt bearbeitet 27.04.2026 14:16:35
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before access l2cap_information_rsp() checks that cmd_len covers the fixed l2cap_info_rsp header (type + result, 4 bytes) b...
- EPSS 0.03%
- Veröffentlicht 03.04.2026 15:15:58
- Zuletzt bearbeitet 07.04.2026 13:20:55
In the Linux kernel, the following vulnerability has been resolved: mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stations ieee80211_chan_bw_change() iterates all stations and accesses link->reserved.oper via sta->sdata->link[link_id]...