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-64429 — gpio: eic-sprd: use raw_spinlock_t in the irq startup path

In the Linux kernel, the following vulnerability has been resolved: gpio: eic-sprd: use raw_spinlock_t in the irq startup path sprd_eic_irq_unmask() enables the GPIO IRQ and then updates controller…

| Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64428 — gpio: sch: use raw_spinlock_t in the irq startup path

In the Linux kernel, the following vulnerability has been resolved: gpio: sch: use raw_spinlock_t in the irq startup path sch_irq_unmask() enables the GPIO IRQ and then updates the controller state…

| Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64427 — HID: logitech-dj: Fix maxfield check in DJ short report validation

In the Linux kernel, the following vulnerability has been resolved: HID: logitech-dj: Fix maxfield check in DJ short report validation Commit b6a57912854e ("HID: logitech-dj: Prevent REPORT_ID_DJ_S…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64426 — io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE

In the Linux kernel, the following vulnerability has been resolved: io_uring/nop: fix file reference leak with IOSQE_FIXED_FILE NOP file-acquisition support choses between a fixed (registered) file…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64425 — io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item

In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: re-check IO_WQ_BIT_EXIT for each linked work item commit 10dc95939817 ("io_uring/io-wq: check IO_WQ_BIT_EXIT insi…

| Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64424 — netpoll: fix a use-after-free on shutdown path

In the Linux kernel, the following vulnerability has been resolved: netpoll: fix a use-after-free on shutdown path There is a use-after-free error on netpoll, which is clearly detected by KASAN. …

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64423 — ipv4: igmp: remove multicast group from hash table on device destruction

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: remove multicast group from hash table on device destruction When a device is destroyed under RTNL, ip_mc_destroy_dev…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64422 — net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes

In the Linux kernel, the following vulnerability has been resolved: net: ipv4: bound TCP reordering sysctl writes and MTU probe sizes Reject invalid `net.ipv4.tcp_reordering` values before they rea…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64421 — media: nxp: imx8-isi: Fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix use-after-free on remove KASAN reports a slab-use-after-free in __media_entity_remove_link() during rmm…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64420 — mfd: cros_ec: Delay dev_set_drvdata() until probe success

In the Linux kernel, the following vulnerability has been resolved: mfd: cros_ec: Delay dev_set_drvdata() until probe success If ec_device_probe() fails, cros_ec_class_release releases memory for t…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64419 — mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()

In the Linux kernel, the following vulnerability has been resolved: mm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show() Reading the debugfs "count" file of a memcg-aware shrinker can…

| Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64418 — mm: shrinker: fix shrinker_info teardown race with expansion

In the Linux kernel, the following vulnerability has been resolved: mm: shrinker: fix shrinker_info teardown race with expansion expand_shrinker_info() iterates all visible memcgs under shrinker_mu…

| Race Condition
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64417 — mm: shrinker: fix NULL pointer dereference in debugfs

In the Linux kernel, the following vulnerability has been resolved: mm: shrinker: fix NULL pointer dereference in debugfs shrinker_debugfs_add() creates both "count" and "scan" debugfs files uncond…

| Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64416 — mm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless host

In the Linux kernel, the following vulnerability has been resolved: mm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless host lookup_swap_cgroup_id() passes swap_cgroup_ctrl[type].m…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64415 — mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockup

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockup We hit a real softlockup in an internal stress te…

| Denial of Service
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64414 — netfilter: handle unreadable frags

In the Linux kernel, the following vulnerability has been resolved: netfilter: handle unreadable frags sashiko reports: When an skb with unreadable fragments (such as from devmem TCP, where skb_f…

| Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64413 — netfilter: ebtables: zero chainstack array

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpu_possible_…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64412 — netfilter: ebtables: module names must be null-terminated

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: module names must be null-terminated We need to explicitly check the length, else we may pass non-null termi…

| Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64411 — netfilter: ebtables: terminate table name before find_table_lock()

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: terminate table name before find_table_lock() update_counters() and compat_update_counters() forward a user-…

| Memory Corruption
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
0.0 NA
CVE-2026-64410 — netfilter: flowtable: IPIP tunnel hardware offload is not yet support

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: IPIP tunnel hardware offload is not yet support No driver supports for IPIP tunnels yet, give up early on s…

| Misconfiguration
Jul 25, 2026 Jul 25, 2026
Jul 25, 2026
Jul 25, 2026
Showing 20 of 9527 Results