CVE-2026-23457
- EPSS 0.07%
- Veröffentlicht 03.04.2026 15:15:38
- Zuletzt bearbeitet 27.04.2026 14:16:34
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp() sip_help_tcp() parses the SIP Content-Length header with simple_strtoul(), which returns unsigned l...
CVE-2026-23456
- EPSS 0.07%
- Veröffentlicht 03.04.2026 15:15:37
- Zuletzt bearbeitet 27.04.2026 14:16:34
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case In decode_int(), the CONS case calls get_bits(bs, 2) to read a length value, then calls get_uint(bs, len) witho...
CVE-2026-23455
- EPSS 0.08%
- Veröffentlicht 03.04.2026 15:15:36
- Zuletzt bearbeitet 27.04.2026 14:16:33
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() In DecodeQ931(), the UserUserIE code path reads a 16-bit length from the packet, then decrements it by 1 to skip...
- 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-23442
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:26
- Zuletzt bearbeitet 27.04.2026 14:16:33
In the Linux kernel, the following vulnerability has been resolved: ipv6: add NULL checks for idev in SRv6 paths __in6_dev_get() can return NULL when the device has no IPv6 configuration (e.g. MTU < IPV6_MIN_MTU or after NETDEV_UNREGISTER). Add NU...
CVE-2026-23439
- EPSS 0.02%
- Veröffentlicht 03.04.2026 15:15:23
- Zuletzt bearbeitet 23.04.2026 20:59:18
In the Linux kernel, the following vulnerability has been resolved: udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n When CONFIG_IPV6 is disabled, the udp_sock_create6() function returns 0 (success) without actually creating...
CVE-2026-23410
- EPSS 0.01%
- Veröffentlicht 01.04.2026 08:36:39
- Zuletzt bearbeitet 24.04.2026 15:23:43
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race on rawdata dereference There is a race condition that leads to a use-after-free situation: because the rawdata inodes are not refcounted, an attacker can start o...
CVE-2026-23411
- EPSS 0.01%
- Veröffentlicht 01.04.2026 08:36:39
- Zuletzt bearbeitet 24.04.2026 15:23:12
In the Linux kernel, the following vulnerability has been resolved: apparmor: fix race between freeing data and fs accessing it AppArmor was putting the reference to i_private data on its end after removing the original entry from the file system. ...