Lucene search
+L

386930 matches found

CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72405

The CVE-2026-72405 issue affects the Linux kernel’s net/udp_tunnel path, specifically udp_tunnel_nic_device_sync_work() and related workqueue handling. A concurrent operation could queue work twice; when the active worker clears the work_pending flag, it could reset it for the newly queued item, ...

7.8CVSS5.5AI score0.00134EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.24 views

CVE-2026-72404

CVE-2026-72404 concerns the Linux kernel TIPC UDP bearer teardown where a use-after-free can occur due to premature dst_cache_destroy() during cleanup_bearer(). The issue arises when dst_cache_destroy() frees per-CPU cache memory and cached entries before all readers finish, risking use-after-fre...

7.8CVSS5.4AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.19 views

CVE-2026-72403

Summary: CVE-2026-72403 concerns the Linux kernel ALSA FCP USB handling. A malformed vendor-specific USB interface with no endpoint descriptors can cause a NULL pointer dereference in fcp_find_fc_interface() when it incorrectly reads endpoint 0 from the first vendor-specific interface without ver...

5.3AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72402

CVE-2026-72402 : In the Linux kernel, the bpf verifier logs could reveal kernel pointer values via ldimm64 immediates for pointer-bearing pseudo sources. The function print_bpf_insn() previously masked only BPF_PSEUDO_MAP_FD and BPF_PSEUDO_MAP_VALUE; the risk extended to BPF_PSEUDO_MAP_IDX, BPF_P...

5.3AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72401

CVE-2026-72401 affects the Linux kernel’s BPF verifier path. The root cause is a leak of env->insn_aux_data when allocation of env->succ fails after env->insn_aux_data is allocated, due to vfree being placed before the err_free_env path. The fix moves vfree(env->insn_aux_data) into er...

5.4AI score0.0021EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.21 views

CVE-2026-72400

The CVE-2026-72400 entry documents a Linux kernel vulnerability in SEG6: the seg6_validate_srh() function reads fixed IPv6 Segment Routing Header (SRH) fields (e.g., srh->type, srh->hdrlen) before validating that the input length covers the fixed SRH struct. Through the BPF SEG6 encap path ...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.24 views

CVE-2026-72398

CVE-2026-72398 concerns the Linux kernel SCTP implementation. When cookie authentication is disabled, an INIT reconstructed during COOKIE-ECHO could be untrusted unless explicitly re-verified; the patch adds sctp_verify_init() checks after cookie unpacking in COOKIE-ECHO paths and tightens sctp_u...

9.8CVSS5.4AI score0.00704EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72399

The CVE-2026-72399 issue affects the Linux kernel net: enetc subsystem, where xdp_frame fragments can cause an out-of-bounds access to xdp_redirect_arr because the number of fragments may be greater than or equal to ENETC_MAX_SKB_FRAGS. This vulnerability originates from assuming the xdp_redirect...

9.8CVSS5.3AI score0.00672EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.14 views

CVE-2026-72396

The CVE-2026-72396 issue affects the Linux kernel hwmon adm1275 component and was resolved by preventing an out-of-bounds read of uninitialized stack memory. The bug occurred during support for ROHM BD127X0 hot-swap controllers, where i2c_smbus_read_block_data() could write up to 32 bytes into bl...

5.3AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.26 views

CVE-2026-72397

The CVE-2026-72397 issue affects Linux kernel hwmon/pmbus: pmbus_data2reg_vid() was hardcoding VR11 encoding regardless of vrm_version, while pmbus_reg2data_vid() respected it. This mismatch could cause incorrect PMBUS_VOUT_COMMAND values for drivers using non-VR11 VID modes, potentially leading ...

7.1CVSS5.4AI score0.00151EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.22 views

CVE-2026-72395

CVE-2026-72395 affects the Linux kernel hwmon: (pmbus) code. A worker that batches regulator events using atomic_or() could pass a combined bitmask to regulator_notifier_call_chain(), and the regulator_handle_critical() switch would fail to match, leaving the reason NULL and bypassing hw_protecti...

7.1CVSS5.4AI score0.00169EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:56 a.m.19 views

CVE-2026-72393

The CVE-2026-72393 issue affects the Linux kernel’s fbnic path for Ethernet devices. The bug arises in fbnic_tx_lso where skb_cow_head() may reallocate the skb and its shared info, causing a use-after-free by tracing a 4-byte read inside a freed skb region. This is a network-attack surface via UD...

9.8CVSS5.4AI score0.00588EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.22 views

CVE-2026-72394

The CVE pertains to the Linux kernel hwmon subsystem, specifically the aspeed-g6-pwm-tach driver. The aspeed_tach_val_to_rpm() function computes fan RPM from the tachometer value without guarding against tach value 0. If tach_div becomes 0, a subsequent do_div() division by zero triggers a kernel...

5.4AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.24 views

CVE-2026-72392

The CVE-2026-72392 entry describes a NULL pointer dereference in the Linux kernel during multi-batch inet6_dump_fib/walk logic for IPv6 fib6_dump_table and inet6_dump_fib. The root cause is that inet6_dump_fib() saves progress using a positional index in cb->args[1], which can be invalidated b...

5.4AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.17 views

CVE-2026-72391

Summary: CVE-2026-72391 affects the Linux kernel’s SFP MDIO bus handling. The code path in net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy previously leaked the struct mii_bus. The creation path allocates the I2C MDIO bus with mdio_i2c_alloc() (plain non-devm allocation) and registers it, ...

5.3AI score0.00205EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.27 views

CVE-2026-72390

The CVE-2026-72390 issue is in the Linux kernel net/sched sch_teql implementation. The teql master->slaves singly linked list was not protected against concurrent writes, allowing a slab-use-after-free via teql_master_xmit() while another CPU could hold a stale pointer to the list. The fix add...

7.8CVSS5.5AI score0.00162EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:56 a.m.33 views

CVE-2026-72389

The vulnerability CVE-2026-72389 affects the Linux kernel’s bridge STP implementation. The root cause is a missing IFF_UP check in br_topology_change_detection(), which could allow arming the topology change timer while a bridge is administratively down, potentially causing a use-after-free when ...

7.8CVSS5.4AI score0.0016EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:56 a.m.20 views

CVE-2026-72387

The vulnerability CVE-2026-72387 affects the Linux kernel's DRM panthor path. A potential invalid pointer dereference could occur in group_process_tiler_oom() when heaps is an ERR_PTR(); panthor_heap_pool_put() could dereference that pointer. The fix ensures the pointer is set to NULL in that cas...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/15 5:56 a.m.19 views

CVE-2026-72388

The CVE-2026-72388 entry concerns the Linux kernel DRM/Panthor driver. Root cause: when acquiring the dma_fence lock, drivers can be reached from hardirq context, requiring the IRQ-safe variant and a guard-model switch. Affected component is drm/panthor in the kernel’s fence handling; fix involve...

5.3AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.22 views

CVE-2026-72386

The CVE-2026-72386 affects the Linux kernel, in the DRM Panthor component. It describes a leak that occurs when a group is evicted before the tiler_oom_work is serviced; a group reference is tied to the pending tiler_oom_work and must be released if the cancel is effective. The fix ensures the gr...

5.3AI score0.002EPSS
SaveExploits0References4
Rows per page
Query Builder