CVE-2026-23075
- EPSS 0.12%
- Veröffentlicht 04.02.2026 16:08:00
- Zuletzt bearbeitet 18.03.2026 17:16:12
In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak...
CVE-2026-23074
- EPSS 0.13%
- Veröffentlicht 04.02.2026 16:07:59
- Zuletzt bearbeitet 30.06.2026 03:17:29
In the Linux kernel, the following vulnerability has been resolved: net/sched: Enforce that teql can only be used as root qdisc Design intent of teql is that it is only supposed to be used as root qdisc. We need to check for that constraint. Altho...
CVE-2026-23073
- EPSS 0.13%
- Veröffentlicht 04.02.2026 16:07:53
- Zuletzt bearbeitet 18.03.2026 20:13:57
In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory corruption due to not set vif driver data size The struct ieee80211_vif contains trailing space for vif driver data, when struct ieee80211_vif is allocated, t...
CVE-2026-23072
- EPSS 0.12%
- Veröffentlicht 04.02.2026 16:07:52
- Zuletzt bearbeitet 18.03.2026 17:17:52
In the Linux kernel, the following vulnerability has been resolved: l2tp: Fix memleak in l2tp_udp_encap_recv(). syzbot reported memleak of struct l2tp_session, l2tp_tunnel, sock, etc. [0] The cited commit moved down the validation of the protocol ...
CVE-2026-23071
- EPSS 0.1%
- Veröffentlicht 04.02.2026 16:07:51
- Zuletzt bearbeitet 18.03.2026 17:29:14
In the Linux kernel, the following vulnerability has been resolved: regmap: Fix race condition in hwspinlock irqsave routine Previously, the address of the shared member '&map->spinlock_flags' was passed directly to 'hwspin_lock_timeout_irqsave'. T...
CVE-2026-23070
- EPSS 0.12%
- Veröffentlicht 04.02.2026 16:07:50
- Zuletzt bearbeitet 25.03.2026 11:16:18
In the Linux kernel, the following vulnerability has been resolved: Octeontx2-af: Add proper checks for fwdata firmware populates MAC address, link modes (supported, advertised) and EEPROM data in shared firmware structure which kernel access via M...
CVE-2026-23068
- EPSS 0.13%
- Veröffentlicht 04.02.2026 16:07:49
- Zuletzt bearbeitet 13.03.2026 21:27:37
In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spi_alloc_host() to allocate the controller but registers it using devm_spi_register_controller(). ...
CVE-2026-23069
- EPSS 0.13%
- Veröffentlicht 04.02.2026 16:07:49
- Zuletzt bearbeitet 13.03.2026 21:27:26
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential underflow in virtio_transport_get_credit() The credit calculation in virtio_transport_get_credit() uses unsigned arithmetic: ret = vvs->peer_buf_allo...
CVE-2026-23067
- EPSS 0.11%
- Veröffentlicht 04.02.2026 16:07:48
- Zuletzt bearbeitet 13.03.2026 21:27:45
In the Linux kernel, the following vulnerability has been resolved: iommu/io-pgtable-arm: fix size_t signedness bug in unmap path __arm_lpae_unmap() returns size_t but was returning -ENOENT (negative error code) when encountering an unmapped PTE. S...
CVE-2026-23065
- EPSS 0.12%
- Veröffentlicht 04.02.2026 16:07:47
- Zuletzt bearbeitet 13.03.2026 21:27:57
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix memory leak in wbrf_record() The tmp buffer is allocated using kcalloc() but is not freed if acpi_evaluate_dsm() fails. This causes a memory leak in the error...