Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
0.0 NA
CVE-2026-23077 — mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge

In the Linux kernel, the following vulnerability has been resolved: mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge Patch series "mm/vma: fix anon_vma UAF on mremap() faulted, unfault…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23076 — ALSA: ctxfi: Fix potential OOB access in audio mixer handling

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Fix potential OOB access in audio mixer handling In the audio mixer handling code of ctxfi driver, the conf field is…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23075 — can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak

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: …

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23074 — net/sched: Enforce that teql can only be used as root qdisc

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 …

linux_kernel | Authorization
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23073 — wifi: rsi: Fix memory corruption due to not set vif driver data size

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 dri…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23072 — l2tp: Fix memleak in l2tp_udp_encap_recv().

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 cite…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23071 — regmap: Fix race condition in hwspinlock irqsave routine

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 …

linux_kernel | Race Condition
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23070 — Octeontx2-af: Add proper checks for fwdata

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 …

linux_kernel | Misconfiguration
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23069 — vsock/virtio: fix potential underflow in virtio_transport_get_credit()

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() us…

linux_kernel | Denial of Service
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23068 — spi: spi-sprd-adi: Fix double free in probe error path

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 …

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23067 — iommu/io-pgtable-arm: fix size_t signedness bug in unmap path

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 (negati…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23066 — rxrpc: Fix recvmsg() unconditional requeue

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg() unconditional requeue If rxrpc_recvmsg() fails because MSG_DONTWAIT was specified but the call at the front …

linux_kernel | Race Condition
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23065 — platform/x86/amd: Fix memory leak in wbrf_record()

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_…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23064 — net/sched: act_ife: avoid possible NULL deref

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ife: avoid possible NULL deref tcf_ife_encode() must make sure ife_encode() does not return NULL. syzbot reported…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23063 — uacce: ensure safe queue release with state management

In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling `put_queue` carries risks since it cannot guarantee that …

linux_kernel | Misconfiguration
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23062 — platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kernel panic in GET_INSTANCE_ID macro The GET_INSTANCE_ID macro that caused a kernel panic when acc…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23061 — can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak

In the Linux kernel, the following vulnerability has been resolved: can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23060 — crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec

In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec authencesn assumes an ESP/ESN-formatted AAD. When as…

linux_kernel | Cryptography
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
0.0 NA
CVE-2026-23059 — scsi: qla2xxx: Sanitize payload size to prevent member overflow

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Sanitize payload size to prevent member overflow In qla27xx_copy_fpin_pkt() and qla27xx_copy_multiple_pkt(), the f…

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 05, 2026
Feb 04, 2026
Feb 05, 2026
0.0 NA
CVE-2026-23058 — can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak

In the Linux kernel, the following vulnerability has been resolved: can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: …

linux_kernel | Memory Corruption
Feb 04, 2026 Feb 06, 2026
Feb 04, 2026
Feb 06, 2026
Showing 20 of 5210 Results