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-23129 — dpll: Prevent duplicate registrations

In the Linux kernel, the following vulnerability has been resolved: dpll: Prevent duplicate registrations Modify the internal registration helpers dpll_xa_ref_{dpll,pin}_add() to reject duplicate r…

Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23128 — arm64: Set __nocfi on swsusp_arch_resume()

In the Linux kernel, the following vulnerability has been resolved: arm64: Set __nocfi on swsusp_arch_resume() A DABT is reported[1] on an android based system when resume from hiberate. This happe…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23127 — perf: Fix refcount warning on event->mmap_count increment

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event->mmap_count increment When calling refcount_inc(&event->mmap_count) inside perf_mmap_rb(), th…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23126 — netdevsim: fix a race issue related to the operation on bpf_bound_progs list

In the Linux kernel, the following vulnerability has been resolved: netdevsim: fix a race issue related to the operation on bpf_bound_progs list The netdevsim driver lacks a protection mechanism fo…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23125 — sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT

In the Linux kernel, the following vulnerability has been resolved: sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT A null-ptr-deref was reported in the SCTP transmit path when SCTP-…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23124 — ipv6: annotate data-race in ndisc_router_discovery()

In the Linux kernel, the following vulnerability has been resolved: ipv6: annotate data-race in ndisc_router_discovery() syzbot found that ndisc_router_discovery() could read and write in6_dev->ra_…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23123 — interconnect: debugfs: initialize src_node and dst_node to empty strings

In the Linux kernel, the following vulnerability has been resolved: interconnect: debugfs: initialize src_node and dst_node to empty strings The debugfs_create_str() API assumes that the string poi…

linux_kernel | Misconfiguration
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23122 — igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue

In the Linux kernel, the following vulnerability has been resolved: igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue The previous 7 KB per queue caused TX unit hangs under heavy timestamp…

linux_kernel | Denial of Service
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23121 — mISDN: annotate data-race around dev->work

In the Linux kernel, the following vulnerability has been resolved: mISDN: annotate data-race around dev->work dev->work can re read locklessly in mISDN_read() and mISDN_poll(). Add READ_ONCE()/WRI…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23120 — l2tp: avoid one data-race in l2tp_tunnel_del_work()

In the Linux kernel, the following vulnerability has been resolved: l2tp: avoid one data-race in l2tp_tunnel_del_work() We should read sk->sk_socket only when dealing with kernel sockets. syzbot r…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23119 — bonding: provide a net pointer to __skb_flow_dissect()

In the Linux kernel, the following vulnerability has been resolved: bonding: provide a net pointer to __skb_flow_dissect() After 3cbf4ffba5ee ("net: plumb network namespace into __skb_flow_dissect"…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23118 — rxrpc: Fix data-race warning and potential load/store tearing

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix data-race warning and potential load/store tearing Fix the following: BUG: KCSAN: data-race in rxrpc_peer_kee…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23117 — ice: add missing ice_deinit_hw() in devlink reinit path

In the Linux kernel, the following vulnerability has been resolved: ice: add missing ice_deinit_hw() in devlink reinit path devlink-reload results in ice_init_hw failed error, and then removing the…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23116 — pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu

In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu For i.MX8MQ platform, the ADB in the VPUMIX domain has no …

linux_kernel | Misconfiguration
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23115 — serial: Fix not set tty->port race condition

In the Linux kernel, the following vulnerability has been resolved: serial: Fix not set tty->port race condition Revert commit bfc467db60b7 ("serial: remove redundant tty_port_link_device()") becau…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23114 — arm64/fpsimd: ptrace: Fix SVE writes on !SME systems

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: ptrace: Fix SVE writes on !SME systems When SVE is supported but SME is not supported, a ptrace write to the NT_ARM…

linux_kernel | Misconfiguration
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23113 — io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop

In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop Currently this is checked before running the pending work. Normally thi…

linux_kernel | Denial of Service
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2025-71200 — mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in HS200/HS400 mode When operating in HS200 or HS400 timing modes, reducin…

linux_kernel | Denial of Service
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
4.3 MEDIUM
CVE-2026-2312 — Media Library Folders <= 8.3.6 - Insecure Direct Object Reference to Authenticated (Autho…

The Media Library Folders plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 8.3.6 via the delete_maxgalleria_media() and maxgalleria_rename_…

media_library_folders | Remote | Authorization
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
6.4 MEDIUM
CVE-2026-1512 — Essential Addons for Elementor <= 6.5.9 - Authenticated (Contributor+) Stored Cross-Site …

The Essential Addons for Elementor – Popular Elementor Templates & Widgets plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the plugin's Info Box widget in all versions up to, an…

essential_addons_for_elementor | Remote | Cross-Site Scripting
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
Showing 20 of 5042 Results