Lucene search
+L

392646 matches found

CVE
CVE
added 2026/08/15 5:54 a.m.40 views

CVE-2026-72267

CVE-2026-72267 affects the Linux kernel fbdev CarmineFB component. The issue is a memory leak: modelist allocated in fb_videomode_to_modelist() is not freed on error paths, addressed by calling fb_destroy_modelist(). Connected sources confirm the exact fix and function sequence across multiple ke...

5.3AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.38 views

CVE-2026-72265

In the Linux kernel, CVE-2026-72265 fixes a memory leak in fbdev/nvidiafb_probe. In nvidiafb_probe(), memory allocated for modelist in nvidia_set_fbinfo() was not freed on error paths; the fix calls fb_destroy_modelist() to free it. No exploitation details are provided in the documents.

5.3AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.38 views

CVE-2026-72263

The CVE-2026-72263 issue affects the Linux kernel ASoC: SOF topology loader. When a topology filename contains "dummy" and tplg_cnt is 0, snd_sof_load_topology returns -EINVAL without freeing the allocated tplg_files (kcalloc), causing a memory leak on such loads. The fixed behavior sets ret = -E...

5.4AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:54 a.m.40 views

CVE-2026-72264

The CVE-2026-72264 issue is in the Linux kernel’s fbdev/tridentfb code. In trident_pci_probe(), memory allocated for a modelist via fb_videomode_to_modelist() may not be freed along error paths, creating a potential memory leak. The fix ensures the modelist is destroyed with fb_destroy_modelist()...

5.3AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.37 views

CVE-2026-72261

Summary: CVE-2026-72261 affects the Linux kernel ASoC: SOF ipc3-control path. In snd_sof_update_control, the code validates firmware-provided cdata->num_elems against local_cdata->data->size but does not verify it against the actual allocation size. If local_cdata->data->size was p...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:54 a.m.40 views

CVE-2026-72262

CVE-2026-72262 : In the Linux kernel ASoC SOF ipc3-control pathway, there is a heap overflow in bytes_ext_put/get due to incorrect bounds checks on the ipc_control_data buffer. The cdata->data payload sits after the struct and max_size was evaluated against the entire allocation, allowing writ...

7.8CVSS5.8AI score0.00177EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:54 a.m.46 views

CVE-2026-72260

CVE-2026-72260 (Linux kernel, ASoC MT8192) : The vulnerability arises in the MT8192 AFE probe where runtime PM is enabled during regmap cache reinitialization and pm_runtime_get_sync() is called without validating its return value. If runtime resume fails, the probe continues, potentially leaving...

5.3AI score0.00216EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:54 a.m.41 views

CVE-2026-72259

In the Linux kernel ASoC: mediatek mt8192 driver, reserved memory assigned during MT8192 AFE probe was not released on success. The issue is fixed by registering a devm cleanup action so the reserved-memory assignment is released on probe failure or driver unbind. This mode highlights the specifi...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:54 a.m.39 views

CVE-2026-72258

CVE-2026-72258 concerns the Linux kernel ASoC: mediatek mt8183 driver. The issue is that the MT8183 AFE probe can assign reserved memory via of_reserved_mem_device_init(), but the reservation is not released when the driver is removed or on subsequent probe failures. The flaw is resolved by regis...

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:54 a.m.42 views

CVE-2026-72257

CVE-2026-72257 affects the Linux kernel ASoC qcom stack (q6apm). The root cause is a potential NULL pointer dereference in graph_callback when a late DSP buffer-done response races with q6apm_free_fragments() which frees and NULLs rx/tx buffers under graph->lock. The code path can dereference ...

5.4AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:54 a.m.39 views

CVE-2026-72256

CVE-2026-72256 (Linux kernel netfilter xt_cluster) : The issue arises in xt_cluster_mt() which treats any non-NULL nf_ct_get() result as a fully initialized conntrack and passes it to xt_cluster_hash(). When a template conntrack is attached to skb->_nfct before normal processing, it carries IP...

5.4AI score0.00216EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.46 views

CVE-2026-72254

The CVE-2026-72254 entry concerns the Linux kernel netfilter NFT_FIB logic. A fib expression in a netdev egress base chain could dereference nft_in(pkt) on the transmit path, yielding a NULL pointer dereference during eval. The root cause is that nft_fib_validate() masks the hook with NF_INET_* v...

7.5CVSS5.3AI score0.00595EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:54 a.m.55 views

CVE-2026-72255

The CVE affects the Linux kernel, specifically netfilter nf_queue interactions with bridged traffic. A br_netfilter fake rtable is embedded in struct net_bridge and attached to bridged packets via skb_dst_set_noref. When such a packet is queued to NFQUEUE, __nf_queue() upgrades the fake dst with ...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:54 a.m.47 views

CVE-2026-72253

Summary (CVE-2026-72253) : In the Linux kernel, the netfilter nf_conntrack_sip path is fixed to validate skb_dst() before use. The SIP helper relies on skb_dst() being present when sip_external_media is enabled, but tc ingress and Open vSwitch may not guarantee routing information, so the toggle ...

7.5CVSS5.3AI score0.00677EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.55 views

CVE-2026-72252

CVE-2026-72252 affects the Linux kernel netfilter nft_set_pipapo mechanism. On memory allocation failure, the cloned nft_pipapo_match can enter a bad state where lookup tables may be resized inconsistently, bits toggled, and the scratch map undersized, enabling a subsequent insertion in the same ...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:54 a.m.64 views

CVE-2026-72251

CVE-2026-72251 concerns the Linux kernel netfilter nf_nat_sip path. The issue is a memory-pointer/buffer handling flaw: if skb_ensure_writable() reallocates a cloned/fragmented skb, nf_nat_sip() may not update the destination pointer (dptr ) to the new buffer, risking a stale data pointer and pot...

9.8CVSS5.8AI score0.00714EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.42 views

CVE-2026-72250

The CVE-2026-72250 entry documents a Linux kernel vulnerability in netfilter nf_conntrack_reasm where IPv6 defragmentation erroneously adjusts skb->mac_header. Specifically, nf_ct_frag6_reasm() advances skb->mac_header after dropping the IPv6 fragment header, but on NF_INET_LOCAL_OUT the ma...

7.8CVSS5.3AI score0.00169EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:54 a.m.40 views

CVE-2026-72249

The CVE-2026-72249 entry documents a Linux kernel netfilter flowtable bug: when pushing IPIP headers, the code uses the wrong direction’s route to calculate headroom, causing iph->frag_off and headroom handling to be incorrect. The issue arises from accessing the other tuple to set IP source/d...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:54 a.m.49 views

CVE-2026-72248

The CVE-2026-72248 entry pertains to the Linux kernel netfilter flowtable: IPIP tunnels with direct xmit can crash the tunnel transmit path due to missing dst_entry when checking headroom and setting iph->frag_off. The workaround/patch moves dst_cache and dst_cookie out of the runtime union so...

9.8CVSS5.4AI score0.00516EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:54 a.m.38 views

CVE-2026-72247

The CVE-2026-72247 issue affects the Linux kernel netfilter nf_conncount dedup logic. Root cause: in __nf_conncount_add(), the code used zone->dir (a u8 bitmask) as the direction argument to nf_ct_zone_id()/nf_ct_zone_equal(), which misinterpreted the direction and could cause incorrect zone I...

7.5CVSS5.4AI score0.00696EPSS
SaveExploits0References8
Rows per page
Query Builder