CVE-2023-53559
- EPSS 0.14%
- Veröffentlicht 04.10.2025 15:17:03
- Zuletzt bearbeitet 21.03.2026 01:01:22
In the Linux kernel, the following vulnerability has been resolved: ip_vti: fix potential slab-use-after-free in decode_session6 When ip_vti device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. ...
CVE-2023-53557
- EPSS 0.13%
- Veröffentlicht 04.10.2025 15:17:02
- Zuletzt bearbeitet 21.03.2026 00:59:31
In the Linux kernel, the following vulnerability has been resolved: fprobe: Release rethook after the ftrace_ops is unregistered While running bpf selftests it's possible to get following fault: general protection fault, probably for non-canonic...
CVE-2023-53558
- EPSS 0.13%
- Veröffentlicht 04.10.2025 15:17:02
- Zuletzt bearbeitet 21.03.2026 01:00:18
In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic() pr_info() is called with rtp->cbs_gbl_lock spin lock locked. Because pr_info() calls printk() that might sleep, ...
CVE-2023-53556
- EPSS 0.14%
- Veröffentlicht 04.10.2025 15:17:01
- Zuletzt bearbeitet 21.03.2026 00:59:57
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix use-after-free in free_netdev We do netif_napi_add() for all allocated q_vectors[], but potentially do netif_napi_del() for part of them, then kfree q_vectors and leave i...
CVE-2023-53555
- EPSS 0.12%
- Veröffentlicht 04.10.2025 15:17:00
- Zuletzt bearbeitet 23.03.2026 18:41:06
In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: initialize damo_filter->list from damos_new_filter() damos_new_filter() is not initializing the list field of newly allocated filter object. However, DAMON sysfs in...
CVE-2023-53553
- EPSS 0.13%
- Veröffentlicht 04.10.2025 15:16:59
- Zuletzt bearbeitet 23.03.2026 18:40:55
In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: avoid struct memcpy overrun warning A previous patch addressed the fortified memcpy warning for most builds, but I still see this one with gcc-9: In file included fro...
CVE-2023-53554
- EPSS 0.17%
- Veröffentlicht 04.10.2025 15:16:59
- Zuletzt bearbeitet 23.03.2026 18:40:35
In the Linux kernel, the following vulnerability has been resolved: staging: ks7010: potential buffer overflow in ks_wlan_set_encode_ext() The "exc->key_len" is a u16 that comes from the user. If it's over IW_ENCODING_TOKEN_MAX (64) that could lea...
CVE-2023-53552
- EPSS 0.16%
- Veröffentlicht 04.10.2025 15:16:58
- Zuletzt bearbeitet 23.03.2026 18:43:07
In the Linux kernel, the following vulnerability has been resolved: drm/i915: mark requests for GuC virtual engines to avoid use-after-free References to i915_requests may be trapped by userspace inside a sync_file or dmabuf (dma-resv) and held ind...
CVE-2023-53550
- EPSS 0.13%
- Veröffentlicht 04.10.2025 15:16:57
- Zuletzt bearbeitet 06.04.2026 13:33:04
In the Linux kernel, the following vulnerability has been resolved: cpufreq: amd-pstate: fix global sysfs attribute type In commit 3666062b87ec ("cpufreq: amd-pstate: move to use bus_get_dev_root()") the "amd_pstate" attributes where moved from a d...
CVE-2023-53551
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:16:57
- Zuletzt bearbeitet 21.03.2026 00:33:44
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Add null pointer check in gserial_resume Consider a case where gserial_disconnect has already cleared gser->ioport. And if a wakeup interrupt triggers afterw...