- EPSS 0.04%
- Veröffentlicht 03.04.2026 15:15:34
- Zuletzt bearbeitet 18.04.2026 09:16:27
In the Linux kernel, the following vulnerability has been resolved: PM: runtime: Fix a race condition related to device removal The following code in pm_runtime_work() may dereference the dev->parent pointer after the parent device has been freed: ...
- EPSS 0.03%
- Veröffentlicht 03.04.2026 15:15:31
- Zuletzt bearbeitet 07.04.2026 13:21:09
In the Linux kernel, the following vulnerability has been resolved: net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check cdc_ncm_rx_verify_ndp16() validates that the NDP header and its DPE entries fit within the skb. The first check corre...
CVE-2026-23444
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:28
- Zuletzt bearbeitet 27.04.2026 14:16:33
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure ieee80211_tx_prepare_skb() has three error paths, but only two of them free the skb. The first error path (iee...
CVE-2026-23404
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:35
- Zuletzt bearbeitet 24.04.2026 18:40:10
In the Linux kernel, the following vulnerability has been resolved: apparmor: replace recursive profile removal with iterative approach The profile removal code uses recursion when removing nested profiles, which can lead to kernel stack exhaustion...
CVE-2026-23405
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:35
- Zuletzt bearbeitet 24.04.2026 18:40:27
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix: limit the number of levels of policy namespaces Currently the number of policy namespaces is not bounded relying on the user namespace limit. However policy namespac...
CVE-2026-23403
- EPSS 0.02%
- Veröffentlicht 01.04.2026 08:36:34
- Zuletzt bearbeitet 24.04.2026 18:39:58
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix memory leak in verify_header The function sets `*ns = NULL` on every call, leaking the namespace string allocated in previous iterations when multiple profiles are un...
CVE-2026-23396
- EPSS 0.02%
- Veröffentlicht 26.03.2026 10:22:49
- Zuletzt bearbeitet 24.04.2026 15:18:27
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix NULL deref in mesh_matches_local() mesh_matches_local() unconditionally dereferences ie->mesh_config to compare mesh configuration parameters. When called from ...
CVE-2026-23397
- EPSS 0.02%
- Veröffentlicht 26.03.2026 10:22:49
- Zuletzt bearbeitet 24.04.2026 15:18:09
In the Linux kernel, the following vulnerability has been resolved: nfnetlink_osf: validate individual option lengths in fingerprints nfnl_osf_add_callback() validates opt_num bounds and string NUL-termination but does not check individual option l...
CVE-2026-23391
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:33:15
- Zuletzt bearbeitet 24.04.2026 18:38:57
In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_CT: drop pending enqueued packets on template removal Templates refer to objects that can go away while packets are sitting in nfqueue refer to: - helper, this can b...
CVE-2026-23390
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:29:02
- Zuletzt bearbeitet 24.04.2026 18:32:24
In the Linux kernel, the following vulnerability has been resolved: tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow The dma_map_sg tracepoint can trigger a perf buffer overflow when tracing large scatter-gather lists. With ...