<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Double Free (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/double-free.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/double-free-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Double Free (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:37 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-46164 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46164</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46164</guid>
    <pubDate>Thu, 28 May 2026 10:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46164</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: fix double free in create_space_info_sub_group() error path  When kobject_init_and_add() fails, the call chain is:  create_space_info_sub_group() -> btrfs_sysfs_add_space_info_type() -> kobject_init_and_add() -> failure -> kobject_put(&sub_group->kobj) -> space_info_release() -> kfree(sub_group)  Then control returns to c…</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46164">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-46129 – In the Linux kernel, the following vulnerability has been resolved:

btrfs: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-46129</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-46129</guid>
    <pubDate>Thu, 28 May 2026 10:16:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-46129</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  btrfs: fix double free in create_space_info() error path  When kobject_init_and_add() fails, the call chain is:  create_space_info() -> btrfs_sysfs_add_space_info_type() -> kobject_init_and_add() -> failure -> kobject_put(&space_info->kobj) -> space_info_release() -> kfree(space_info)  Then control returns to create_space_info()…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-46129">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-45972 – In the Linux kernel, the following vulnerability has been resolved:

smb: client...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45972</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45972</guid>
    <pubDate>Wed, 27 May 2026 14:17:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-45972</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  smb: client: fix potential UAF and double free in smb2_open_file()  Zero out @err_iov and @err_buftype before retrying SMB2_open() to prevent an UAF bug if @data != NULL, otherwise a double free.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45972">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-45852 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-45852</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-45852</guid>
    <pubDate>Wed, 27 May 2026 14:16:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-45852</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/rxe: Fix double free in rxe_srq_from_init  In rxe_srq_from_init(), the queue pointer 'q' is assigned to 'srq->rq.queue' before copying the SRQ number to user space. If copy_to_user() fails, the function calls rxe_queue_cleanup() to free the queue, but leaves the now-invalid pointer in 'srq->rq.queue'.  The caller of rxe_srq…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-45852">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-37239 – libbabl 0.1.62 contains a broken double free detection vulnerability that allows...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-37239</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-37239</guid>
    <pubDate>Sat, 16 May 2026 16:16:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-37239</strong></p>
  <p>libbabl 0.1.62 contains a broken double free detection vulnerability that allows attackers to bypass memory safety checks by exploiting signature overwriting in freed chunks. Attackers can call babl_free() twice on the same pointer without triggering detection, as libc's malloc metadata overwrites babl's signature field upon freeing, enabling potential memory corruption and code execution.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-37239">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-34341 – Double free in Windows Link-Layer Discovery Protocol (LLDP) allows an authorized...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-34341</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-34341</guid>
    <pubDate>Tue, 12 May 2026 18:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-34341</strong></p>
  <p>Double free in Windows Link-Layer Discovery Protocol (LLDP) allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-34341">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-33838 – Double free in Windows Message Queuing allows an authorized attacker to elevate ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33838</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33838</guid>
    <pubDate>Tue, 12 May 2026 18:17:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-33838</strong></p>
  <p>Double free in Windows Message Queuing allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33838">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43414 – In the Linux kernel, the following vulnerability has been resolved:

scsi: qla2x...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43414</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43414</guid>
    <pubDate>Fri, 08 May 2026 15:16:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43414</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  scsi: qla2xxx: Completely fix fcport double free  In qla24xx_els_dcmd_iocb() sp->free is set to qla2x00_els_dcmd_sp_free(). When an error happens, this function is called by qla2x00_sp_release(), when kref_put() releases the first and the last reference.  qla2x00_els_dcmd_sp_free() frees fcport by calling qla2x00_free_fcport().…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43414">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43328 – In the Linux kernel, the following vulnerability has been resolved:

cpufreq: go...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43328</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43328</guid>
    <pubDate>Fri, 08 May 2026 14:16:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43328</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  cpufreq: governor: fix double free in cpufreq_dbs_governor_init() error path  When kobject_init_and_add() fails, cpufreq_dbs_governor_init() calls kobject_put(&dbs_data->attr_set.kobj).  The kobject release callback cpufreq_dbs_data_release() calls gov->exit(dbs_data) and kfree(dbs_data), but the current error path then calls go…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43328">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43196 – In the Linux kernel, the following vulnerability has been resolved:

soc: ti: pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43196</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43196</guid>
    <pubDate>Wed, 06 May 2026 12:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43196</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  soc: ti: pruss: Fix double free in pruss_clk_mux_setup()  In the pruss_clk_mux_setup(), the devm_add_action_or_reset() indirectly calls pruss_of_free_clk_provider(), which calls of_node_put(clk_mux_np) on the error path. However, after the devm_add_action_or_reset() returns, the of_node_put(clk_mux_np) is called again, causing a…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43196">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-43120 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/irdma:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43120</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43120</guid>
    <pubDate>Wed, 06 May 2026 10:16:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-43120</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/irdma: Fix double free related to rereg_user_mr  If IB_MR_REREG_TRANS is set during rereg_user_mr, the umem will be released and a new one will be allocated in irdma_rereg_mr_trans. If any step of irdma_rereg_mr_trans fails after the new umem is allocated, it releases the umem, but does not set iwmr->region to NULL. The pro…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43120">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23918 – Double Free and possible RCE vulnerability in Apache HTTP Server with the HTTP/2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23918</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23918</guid>
    <pubDate>Mon, 04 May 2026 15:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23918</strong></p>
  <p>Double Free and possible RCE vulnerability in Apache HTTP Server with the HTTP/2 protocol.  This issue affects Apache HTTP Server: 2.4.66.  Users are recommended to upgrade to version 2.4.67, which fixes the issue.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23918">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-43011 – In the Linux kernel, the following vulnerability has been resolved:

net/x25: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-43011</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-43011</guid>
    <pubDate>Fri, 01 May 2026 15:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-43011</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net/x25: Fix potential double free of skb  When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1 (error). This error propagates back through the call chain:  x25_queue_rx_frame returns 1     |     v x25_state3_machine receives the return value 1 and takes the else branch at line 278, setting…</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43011">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31759 – In the Linux kernel, the following vulnerability has been resolved:

usb: ulpi: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31759</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31759</guid>
    <pubDate>Fri, 01 May 2026 15:16:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31759</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  usb: ulpi: fix double free in ulpi_register_interface() error path  When device_register() fails, ulpi_register() calls put_device() on ulpi->dev.  The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causi…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31759">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31745 – In the Linux kernel, the following vulnerability has been resolved:

reset: gpio...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31745</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31745</guid>
    <pubDate>Fri, 01 May 2026 15:16:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31745</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  reset: gpio: fix double free in reset_add_gpio_aux_device() error path  When __auxiliary_device_add() fails, reset_add_gpio_aux_device() calls auxiliary_device_uninit(adev).  The device release callback reset_gpio_aux_device_release() frees adev, but the current error path then calls kfree(adev) again, causing a double free.  Ke…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31745">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31787 – In the Linux kernel, the following vulnerability has been resolved:

xen/privcmd...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31787</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31787</guid>
    <pubDate>Thu, 30 Apr 2026 11:16:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31787</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xen/privcmd: fix double free via VMA splitting  privcmd_vm_ops defines .close (privcmd_close), but neither .may_split nor .open. When userspace does a partial munmap() on a privcmd mapping, the kernel splits the VMA via __split_vma(). Since may_split is NULL, the split is allowed. vm_area_dup() copies vm_private_data (a pages ar…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31787">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31686 – In the Linux kernel, the following vulnerability has been resolved:

mm/kasan: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31686</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31686</guid>
    <pubDate>Mon, 27 Apr 2026 18:16:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31686</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mm/kasan: fix double free for kasan pXds  kasan_free_pxd() assumes the page table is always struct page aligned.  But that's not always the case for all architectures.  E.g.  In case of powerpc with 64K pagesize, PUD table (of size 4096) comes from slab cache named pgtable-2^9.  Hence instead of page_to_virt(pxd_page()) let's ju…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31686">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31506 – In the Linux kernel, the following vulnerability has been resolved:

net: bcmasp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31506</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31506</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31506</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: bcmasp: fix double free of WoL irq  We do not need to free wol_irq since it was instantiated with devm_request_irq(). So devres will free for us.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31506">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31475 – In the Linux kernel, the following vulnerability has been resolved:

ASoC: sma13...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31475</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31475</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31475</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ASoC: sma1307: fix double free of devm_kzalloc() memory  A previous change added NULL checks and cleanup for allocation failures in sma1307_setting_loaded().  However, the cleanup for mode_set entries is wrong. Those entries are allocated with devm_kzalloc(), so they are device-managed resources and must not be freed with kfree(…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31475">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-31468 – In the Linux kernel, the following vulnerability has been resolved:

vfio/pci: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-31468</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-31468</guid>
    <pubDate>Wed, 22 Apr 2026 14:16:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-31468</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  vfio/pci: Fix double free in dma-buf feature  The error path through vfio_pci_core_feature_dma_buf() ignores its own advice to only use dma_buf_put() after dma_buf_export(), instead falling through the entire unwind chain.  In the unlikely event that we encounter file descriptor exhaustion, this can result in an unbalanced refco…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-31468">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2026-33824 – Double free in Windows IKE Extension allows an unauthorized attacker to execute ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-33824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-33824</guid>
    <pubDate>Tue, 14 Apr 2026 18:17:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2026-33824</strong></p>
  <p>Double free in Windows IKE Extension allows an unauthorized attacker to execute code over a network.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-33824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32219 – Double free in Microsoft Brokering File System allows an authorized attacker to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32219</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32219</guid>
    <pubDate>Tue, 14 Apr 2026 18:17:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32219</strong></p>
  <p>Double free in Microsoft Brokering File System allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32219">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32074 – Double free in Windows Projected File System allows an authorized attacker to el...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32074</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32074</guid>
    <pubDate>Tue, 14 Apr 2026 18:17:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32074</strong></p>
  <p>Double free in Windows Projected File System allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32074">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-32069 – Double free in Windows Projected File System allows an authorized attacker to el...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-32069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-32069</guid>
    <pubDate>Tue, 14 Apr 2026 18:17:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-32069</strong></p>
  <p>Double free in Windows Projected File System allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-32069">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26179 – Double free in Windows Kernel allows an authorized attacker to elevate privilege...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26179</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26179</guid>
    <pubDate>Tue, 14 Apr 2026 18:16:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26179</strong></p>
  <p>Double free in Windows Kernel allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26179">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26166 – Double free in Windows Shell allows an authorized attacker to elevate privileges...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26166</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26166</guid>
    <pubDate>Tue, 14 Apr 2026 18:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26166</strong></p>
  <p>Double free in Windows Shell allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26166">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-26163 – Double free in Windows Kernel allows an authorized attacker to elevate privilege...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-26163</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-26163</guid>
    <pubDate>Tue, 14 Apr 2026 18:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-26163</strong></p>
  <p>Double free in Windows Kernel allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-26163">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-54601 – An issue was discovered in the Wi-Fi driver in Samsung Mobile Processor amd Wear...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-54601</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-54601</guid>
    <pubDate>Mon, 06 Apr 2026 21:16:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-54601</strong></p>
  <p>An issue was discovered in the Wi-Fi driver in Samsung Mobile Processor amd Wearable Processor Exynos 980, 850, 1080, 1280, 1330, 1380, 1480, 1580, W920, W930, and W1000. Improper synchronization on a global variable leads to a double free. An attacker can trigger a race condition by invoking an ioctl function concurrently from multiple threads.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-54601">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23408 – In the Linux kernel, the following vulnerability has been resolved:

apparmor: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23408</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23408</guid>
    <pubDate>Wed, 01 Apr 2026 09:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23408</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  apparmor: Fix double free of ns_name in aa_replace_profiles()  if ns_name is NULL after 1071         error = aa_unpack(udata, &lh, &ns_name);  and if ent->ns_name contains an ns_name in 1089                 } else if (ent->ns_name) {  then ns_name is assigned the ent->ns_name 1095                         ns_name = ent->ns_name;…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23408">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23306 – In the Linux kernel, the following vulnerability has been resolved:

scsi: pm800...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23306</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23306</guid>
    <pubDate>Wed, 25 Mar 2026 11:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23306</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  scsi: pm8001: Fix use-after-free in pm8001_queue_command()  Commit e29c47fe8946 ("scsi: pm8001: Simplify pm8001_task_exec()") refactors pm8001_queue_command(), however it introduces a potential cause of a double free scenario when it changes the function to return -ENODEV in case of phy down/device gone state.  In this path, pm8…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23306">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2006-10002 – XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buff...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-10002</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-10002</guid>
    <pubDate>Thu, 19 Mar 2026 12:16:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2006-10002</strong></p>
  <p>XML::Parser versions through 2.45 for Perl could overflow the pre-allocated buffer size cause a heap corruption (double free or corruption) and crashes.  A :utf8 PerlIO layer, parse_stream() in Expat.xs could overflow the XML input buffer because Perl's read() returns decoded characters while SvPV() gives back multi-byte UTF-8 bytes that can exceed the pre-allocated buffer size. This can cause he…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-122</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-10002">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-69650 – GNU Binutils thru 2.46 readelf contains a double free vulnerability when process...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-69650</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-69650</guid>
    <pubDate>Fri, 06 Mar 2026 19:16:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-69650</strong></p>
  <p>GNU Binutils thru 2.46 readelf contains a double free vulnerability when processing a crafted ELF binary with malformed relocation data. During GOT relocation handling, dump_relocations may return early without initializing the all_relocations array. As a result, process_got_section_contents() may pass an uninitialized r_symbol pointer to free(), leading to a double free and terminating the progr…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-69650">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-71238 – In the Linux kernel, the following vulnerability has been resolved:

scsi: qla2x...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-71238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-71238</guid>
    <pubDate>Wed, 04 Mar 2026 15:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-71238</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  scsi: qla2xxx: Fix bsg_done() causing double free  Kernel panic observed on system,  [5353358.825191] BUG: unable to handle page fault for address: ff5f5e897b024000 [5353358.825194] #PF: supervisor write access in kernel mode [5353358.825195] #PF: error_code(0x0002) - not-present page [5353358.825196] PGD 100006067 P4D 0 [535335…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-71238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23068 – In the Linux kernel, the following vulnerability has been resolved:

spi: spi-sp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23068</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23068</guid>
    <pubDate>Wed, 04 Feb 2026 17:16:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23068</strong></p>
  <p>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 registers it using devm_spi_register_controller().  If devm_register_restart_handler() fails, the code jumps to the put_ctlr label and calls spi_controller_put(). However, since the controller was reg…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23068">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-21918 – A Double Free vulnerability in the flow processing daemon (flowd) of Juniper Net...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-21918</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-21918</guid>
    <pubDate>Thu, 15 Jan 2026 21:16:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-21918</strong></p>
  <p>A Double Free vulnerability in the flow processing daemon (flowd) of Juniper Networks Junos OS on SRX and MX Series allows an unauthenticated, network-based attacker to cause a Denial-of-Service (DoS). On all SRX and MX Series platforms, when during TCP session establishment a specific sequence of packets is encountered a double free happens. This causes flowd to crash and the respective FPC to r…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-21918">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-68968 – Double free vulnerability in the multi-mode input module.
Impact: Successful exp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-68968</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-68968</guid>
    <pubDate>Wed, 14 Jan 2026 03:15:51 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-68968</strong></p>
  <p>Double free vulnerability in the multi-mode input module. Impact: Successful exploitation of this vulnerability may affect the input function.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-68968">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-20863 – Double free in Windows Win32K - ICOMP allows an authorized attacker to elevate p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-20863</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-20863</guid>
    <pubDate>Tue, 13 Jan 2026 18:16:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-20863</strong></p>
  <p>Double free in Windows Win32K - ICOMP allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-20863">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-36919 – In aocc_read of aoc_channel_dev.c, there is a possible double free due to improp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-36919</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-36919</guid>
    <pubDate>Thu, 11 Dec 2025 20:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-36919</strong></p>
  <p>In aocc_read of aoc_channel_dev.c, there is a possible double free due to improper locking. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-36919">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62219 – Double free in Microsoft Wireless Provisioning System allows an authorized attac...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62219</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62219</guid>
    <pubDate>Tue, 11 Nov 2025 18:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62219</strong></p>
  <p>Double free in Microsoft Wireless Provisioning System allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-362</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62219">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59505 – Double free in Windows Smart Card allows an authorized attacker to elevate privi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59505</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59505</guid>
    <pubDate>Tue, 11 Nov 2025 18:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59505</strong></p>
  <p>Double free in Windows Smart Card allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59505">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-59289 – Double free in Windows Bluetooth Service allows an authorized attacker to elevat...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-59289</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-59289</guid>
    <pubDate>Tue, 14 Oct 2025 17:16:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-59289</strong></p>
  <p>Double free in Windows Bluetooth Service allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-59289">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-50543 – In the Linux kernel, the following vulnerability has been resolved:

RDMA/rxe: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50543</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50543</guid>
    <pubDate>Tue, 07 Oct 2025 16:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-50543</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  RDMA/rxe: Fix mr->map double free  rxe_mr_cleanup() which tries to free mr->map again will be called when rxe_mr_init_user() fails:     CPU: 0 PID: 4917 Comm: rdma_flush_serv Kdump: loaded Not tainted 6.1.0-rc1-roce-flush+ #25    Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.0-0-gd239552ce722-prebuilt.qemu…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50543">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-50499 – In the Linux kernel, the following vulnerability has been resolved:

media: dvb-...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50499</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50499</guid>
    <pubDate>Sat, 04 Oct 2025 16:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-50499</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  media: dvb-core: Fix double free in dvb_register_device()  In function dvb_register_device() -> dvb_register_media_device() -> dvb_create_media_entity(), dvb->entity is allocated and initialized. If the initialization fails, it frees the dvb->entity, and return an error code. The caller takes the error code and handles the error…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50499">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47316 – Memory corruption due to double free when multiple threads race to set the times...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47316</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47316</guid>
    <pubDate>Wed, 24 Sep 2025 16:15:36 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47316</strong></p>
  <p>Memory corruption due to double free when multiple threads race to set the timestamp store.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47316">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-39870 – In the Linux kernel, the following vulnerability has been resolved:

dmaengine: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-39870</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-39870</guid>
    <pubDate>Tue, 23 Sep 2025 06:15:46 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-39870</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  dmaengine: idxd: Fix double free in idxd_setup_wqs()  The clean up in idxd_setup_wqs() has had a couple bugs because the error handling is a bit subtle.  It's simpler to just re-write it in a cleaner way.  The issues here are:  1) If "idxd->max_wqs" is <= 0 then we call put_device(conf_dev) when    "conf_dev" hasn't been initial…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-39870">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-51006 – Within tcpreplay's tcprewrite, a double free vulnerability has been identified i...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-51006</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-51006</guid>
    <pubDate>Mon, 22 Sep 2025 14:15:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-51006</strong></p>
  <p>Within tcpreplay's tcprewrite, a double free vulnerability has been identified in the dlt_linuxsll2_cleanup() function in plugins/dlt_linuxsll2/linuxsll2.c. This vulnerability is triggered when tcpedit_dlt_cleanup() indirectly invokes the cleanup routine multiple times on the same memory region. By supplying a specifically crafted pcap file to the tcprewrite binary, a local attacker can exploit t…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-51006">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-50248 – In the Linux kernel, the following vulnerability has been resolved:

wifi: iwlwi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50248</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50248</guid>
    <pubDate>Mon, 15 Sep 2025 14:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-50248</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: iwlwifi: mvm: fix double free on tx path.  We see kernel crashes and lockups and KASAN errors related to ax210 firmware crashes.  One of the KASAN dumps pointed at the tx path, and it appears there is indeed a way to double-free an skb.  If iwl_mvm_tx_skb_sta returns non-zero, then the 'skb' sent into the method will be fr…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50248">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38731 – In the Linux kernel, the following vulnerability has been resolved:

drm/xe: Fix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38731</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38731</guid>
    <pubDate>Fri, 05 Sep 2025 18:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38731</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/xe: Fix vm_bind_ioctl double free bug  If the argument check during an array bind fails, the bind_ops are freed twice as seen below. Fix this by setting bind_ops to NULL after freeing.  ================================================================== BUG: KASAN: double-free in xe_vm_bind_ioctl+0x1b2/0x21f0 [xe] Free of add…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38731">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38682 – In the Linux kernel, the following vulnerability has been resolved:

i2c: core: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38682</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38682</guid>
    <pubDate>Thu, 04 Sep 2025 16:15:35 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38682</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  i2c: core: Fix double-free of fwnode in i2c_unregister_device()  Before commit df6d7277e552 ("i2c: core: Do not dereference fwnode in struct device"), i2c_unregister_device() only called fwnode_handle_put() on of_node-s in the form of calling of_node_put(client->dev.of_node).  But after this commit the i2c_client's fwnode now un…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38682">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38593 – In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38593</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38593</guid>
    <pubDate>Tue, 19 Aug 2025 17:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38593</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'  Function 'hci_discovery_filter_clear()' frees 'uuids' array and then sets it to NULL. There is a tiny chance of the following race:  'hci_cmd_sync_work()'   'update_passive_scan_sync()'     'hci_update_passive_scan_sync()'       'hci_discovery_filter_clear()…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38593">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38500 – In the Linux kernel, the following vulnerability has been resolved:

xfrm: inter...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38500</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38500</guid>
    <pubDate>Tue, 12 Aug 2025 16:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38500</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  xfrm: interface: fix use-after-free after changing collect_md xfrm interface  collect_md property on xfrm interfaces can only be set on device creation, thus xfrmi_changelink() should fail when called on such interfaces.  The check to enforce this was done only in the case where the xi was returned from xfrmi_locate() which does…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38500">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-23322 – NVIDIA Triton Inference Server for Windows and Linux contains a vulnerability wh...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23322</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23322</guid>
    <pubDate>Wed, 06 Aug 2025 13:15:39 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23322</strong></p>
  <p>NVIDIA Triton Inference Server for Windows and Linux contains a vulnerability where multiple requests could cause a double free when a stream is cancelled before it is processed. A successful exploit of this vulnerability might lead to denial of service.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23322">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38490 – In the Linux kernel, the following vulnerability has been resolved:

net: libwx:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38490</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38490</guid>
    <pubDate>Mon, 28 Jul 2025 12:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38490</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: libwx: remove duplicate page_pool_put_full_page()  page_pool_put_full_page() should only be invoked when freeing Rx buffers or building a skb if the size is too short. At other times, the pages need to be reused. So remove the redundant page put. In the original code, double free pages cause kernel panic:  [  876.949834]  _…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38490">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38423 – In the Linux kernel, the following vulnerability has been resolved:

ASoC: codec...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38423</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38423</guid>
    <pubDate>Fri, 25 Jul 2025 15:15:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38423</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ASoC: codecs: wcd9375: Fix double free of regulator supplies  Driver gets regulator supplies in probe path with devm_regulator_bulk_get(), so should not call regulator_bulk_free() in error and remove paths to avoid double free.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38423">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38421 – In the Linux kernel, the following vulnerability has been resolved:

platform/x8...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38421</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38421</guid>
    <pubDate>Fri, 25 Jul 2025 15:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38421</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  platform/x86/amd: pmf: Use device managed allocations  If setting up smart PC fails for any reason then this can lead to a double free when unloading amd-pmf.  This is because dev->buf was freed but never set to NULL and is again freed in amd_pmf_remove().  To avoid subtle allocation bugs in failures leading to a double free cha…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38421">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38341 – In the Linux kernel, the following vulnerability has been resolved:

eth: fbnic:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38341</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38341</guid>
    <pubDate>Thu, 10 Jul 2025 09:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38341</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  eth: fbnic: avoid double free when failing to DMA-map FW msg  The semantics are that caller of fbnic_mbx_map_msg() retains the ownership of the message on error. All existing callers dutifully free the page.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38341">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-49693 – Double free in Microsoft Brokering File System allows an authorized attacker to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49693</guid>
    <pubDate>Tue, 08 Jul 2025 17:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-49693</strong></p>
  <p>Double free in Microsoft Brokering File System allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49693">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-49688 – Double free in Windows Routing and Remote Access Service (RRAS) allows an unauth...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49688</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49688</guid>
    <pubDate>Tue, 08 Jul 2025 17:15:54 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-49688</strong></p>
  <p>Double free in Windows Routing and Remote Access Service (RRAS) allows an unauthorized attacker to execute code over a network.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49688">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-49667 – Double free in Windows Win32K - ICOMP allows an authorized attacker to elevate p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49667</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49667</guid>
    <pubDate>Tue, 08 Jul 2025 17:15:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-49667</strong></p>
  <p>Double free in Windows Win32K - ICOMP allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49667">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-47975 – Double free in Windows SSDP Service allows an authorized attacker to elevate pri...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-47975</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-47975</guid>
    <pubDate>Tue, 08 Jul 2025 17:15:37 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-47975</strong></p>
  <p>Double free in Windows SSDP Service allows an authorized attacker to elevate privileges locally.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-47975">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38206 – In the Linux kernel, the following vulnerability has been resolved:

exfat: fix ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38206</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38206</guid>
    <pubDate>Fri, 04 Jul 2025 14:15:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38206</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  exfat: fix double free in delayed_free  The double free could happen in the following path.  exfat_create_upcase_table()         exfat_create_upcase_table() : return error         exfat_free_upcase_table() : free ->vol_utbl         exfat_load_default_upcase_table : return error      exfat_kill_sb()            delayed_free()…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38206">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-50115 – In the Linux kernel, the following vulnerability has been resolved:

ASoC: SOF: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-50115</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-50115</guid>
    <pubDate>Wed, 18 Jun 2025 11:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-50115</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes  We have sanity checks for byte controls and if any of the fail the locally allocated scontrol->ipc_control_data is freed up, but not set to NULL.  On a rollback path of the error the higher level code will also try to free the scontrol->ipc_cont…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-50115">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49990 – In the Linux kernel, the following vulnerability has been resolved:

s390: fix d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49990</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49990</guid>
    <pubDate>Wed, 18 Jun 2025 11:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49990</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  s390: fix double free of GS and RI CBs on fork() failure  The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associated task. These pointers are initially copied on fork() via arch_dup_task_struct() and then cleared via copy_thread() before fork() returns. If fork()…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49990">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38079 – In the Linux kernel, the following vulnerability has been resolved:

crypto: alg...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38079</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38079</guid>
    <pubDate>Wed, 18 Jun 2025 10:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38079</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  crypto: algif_hash - fix double free in hash_accept  If accept(2) is called on socket type algif_hash with MSG_MORE flag set and crypto_ahash_import fails, sk2 is freed. However, it is also freed in af_alg_release, leading to slab-use-after-free error.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38079">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-38069 – In the Linux kernel, the following vulnerability has been resolved:

PCI: endpoi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-38069</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-38069</guid>
    <pubDate>Wed, 18 Jun 2025 10:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-38069</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops  Fix a kernel oops found while testing the stm32_pcie Endpoint driver with handling of PERST# deassertion:  During EP initialization, pci_epf_test_alloc_space() allocates all BARs, which are further freed if epc_set_bar() fails (for instance, due to no free…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-38069">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-23102 – An issue was discovered in Samsung Mobile Processor Exynos 980, 990, 1080, 2100,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-23102</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-23102</guid>
    <pubDate>Tue, 03 Jun 2025 19:15:38 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-23102</strong></p>
  <p>An issue was discovered in Samsung Mobile Processor Exynos 980, 990, 1080, 2100, 1280, 2200, 1380, 1480 and 2400. A Double Free in the mobile processor leads to privilege escalation.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-23102">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-37817 – In the Linux kernel, the following vulnerability has been resolved:

mcb: fix a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-37817</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-37817</guid>
    <pubDate>Thu, 08 May 2025 07:15:52 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-37817</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mcb: fix a double free bug in chameleon_parse_gdd()  In chameleon_parse_gdd(), if mcb_device_register() fails, 'mdev' would be released in mcb_device_register() via put_device(). Thus, goto 'err' label and free 'mdev' again causes a double free. Just return if mcb_device_register() fails.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-37817">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49789 – In the Linux kernel, the following vulnerability has been resolved:

scsi: zfcp:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49789</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49789</guid>
    <pubDate>Thu, 01 May 2025 15:16:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49789</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  scsi: zfcp: Fix double free of FSF request when qdio send fails  We used to use the wrong type of integer in 'zfcp_fsf_req_send()' to cache the FSF request ID when sending a new FSF request. This is used in case the sending fails and we need to remove the request from our internal hash table again (so we don't keep an invalid re…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49789">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-22097 – In the Linux kernel, the following vulnerability has been resolved:

drm/vkms: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-22097</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-22097</guid>
    <pubDate>Wed, 16 Apr 2025 15:16:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-22097</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/vkms: Fix use after free and double free on init error  If the driver initialization fails, the vkms_exit() function might access an uninitialized or freed default_config pointer and it might double free it.  Fix both possible errors by initializing default_config only when the driver initialization succeeded.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-22097">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-52930 – In the Linux kernel, the following vulnerability has been resolved:

drm/i915: F...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-52930</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-52930</guid>
    <pubDate>Thu, 27 Mar 2025 17:15:42 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-52930</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/i915: Fix potential bit_17 double-free  A userspace with multiple threads racing I915_GEM_SET_TILING to set the tiling to I915_TILING_NONE could trigger a double free of the bit_17 bitmask.  (Or conversely leak memory on the transition to tiled.)  Move allocation/free'ing of the bitmask within the section protected by the ob…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-52930">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-43454 – A double free issue was addressed with improved memory management. This issue is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43454</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43454</guid>
    <pubDate>Mon, 10 Mar 2025 20:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-43454</strong></p>
  <p>A double free issue was addressed with improved memory management. This issue is fixed in macOS Ventura 13.1, watchOS 9.2, iOS 16.2 and iPadOS 16.2, tvOS 16.2. An app may be able to execute arbitrary code with kernel privileges.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43454">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-57980 – In the Linux kernel, the following vulnerability has been resolved:

media: uvcv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-57980</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-57980</guid>
    <pubDate>Thu, 27 Feb 2025 02:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-57980</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  media: uvcvideo: Fix double free in error path  If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer to NULL. This results in the kfree() call in uvc_status_cleanup() trying to double-free the memory. Fix it by resetting the dev->status pointer to NUL…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-57980">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49541 – In the Linux kernel, the following vulnerability has been resolved:

cifs: fix p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49541</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49541</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:30 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49541</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  cifs: fix potential double free during failed mount  RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=2088799</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49541">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49530 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/pm:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49530</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49530</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:28 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49530</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/pm: fix double free in si_parse_power_table()  In function si_parse_power_table(), array adev->pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array itself is freed and returned with an error code. However, the array is later freed again in si_dpm_fini() function which is called when th…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49530">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49519 – In the Linux kernel, the following vulnerability has been resolved:

ath10k: ski...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49519</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49519</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:27 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49519</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ath10k: skip ath10k_halt during suspend for driver state RESTARTING  Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend event. The FW recovery is triggered by ath10k_core_restart() which calls driver clean up via ath10k_halt(). When the suspend event occurs between the FW…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49519">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49508 – In the Linux kernel, the following vulnerability has been resolved:

HID: elan: ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49508</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49508</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49508</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  HID: elan: Fix potential double free in elan_input_configured  'input' is a managed resource allocated with devm_input_allocate_device(), so there is no need to call input_free_device() explicitly or there will be a double free.  According to the doc of devm_input_allocate_device():  * Managed input devices do not need to be exp…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49508">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49455 – In the Linux kernel, the following vulnerability has been resolved:

misc: ocxl:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49455</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49455</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49455</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  misc: ocxl: fix possible double free in ocxl_file_register_afu  info_release() will be called in device_unregister() when info->dev's reference count is 0. So there is no need to call ocxl_afu_put() and kfree() again.  Fix this by adding free_minor() and return to err_unregister error path.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49455">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49410 – In the Linux kernel, the following vulnerability has been resolved:

tracing: Fi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49410</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49410</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49410</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  tracing: Fix potential double free in create_var_ref()  In create_var_ref(), init_var_ref() is called to initialize the fields of variable ref_field, which is allocated in the previous function call to create_hist_field(). Function init_var_ref() allocates the corresponding fields such as ref_field->system, but frees these field…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49410">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49391 – In the Linux kernel, the following vulnerability has been resolved:

remoteproc:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49391</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49391</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49391</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  remoteproc: mtk_scp: Fix a potential double free  'scp->rproc' is allocated using devm_rproc_alloc(), so there is no need to free it explicitly in the remove function.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49391">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49384 – In the Linux kernel, the following vulnerability has been resolved:

md: fix dou...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49384</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49384</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49384</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  md: fix double free of io_acct_set bioset  Now io_acct_set is alloc and free in personality. Remove the codes that free io_acct_set in md_free and md_stop.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49384">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-49290 – In the Linux kernel, the following vulnerability has been resolved:

mac80211: f...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-49290</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-49290</guid>
    <pubDate>Wed, 26 Feb 2025 07:01:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-49290</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mac80211: fix potential double free on mesh join  While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving mesh") fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a double free when rejoining the mesh:    ieee80211_leave_mesh()   -> kfree(sdata->u.mesh.ie);   ...   i…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-49290">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-47634 – In the Linux kernel, the following vulnerability has been resolved:

ubi: Fix ra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-47634</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-47634</guid>
    <pubDate>Wed, 26 Feb 2025 06:37:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-47634</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  ubi: Fix race condition between ctrl_cdev_ioctl and ubi_cdev_ioctl  Hulk Robot reported a KASAN report about use-after-free:  ==================================================================  BUG: KASAN: use-after-free in __list_del_entry_valid+0x13d/0x160  Read of size 8 at addr ffff888035e37d98 by task ubiattach/1385  [...]…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-416</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-47634">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-39564 – This is a similar, but different vulnerability than the issue reported as CVE-20...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-39564</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-39564</guid>
    <pubDate>Wed, 05 Feb 2025 16:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-39564</strong></p>
  <p>This is a similar, but different vulnerability than the issue reported as CVE-2024-39549.  A double-free vulnerability in the routing process daemon (rpd) of Juniper Networks Junos OS and Junos OS Evolved allows an attacker to send a malformed BGP Path attribute update which allocates memory used to log the bad path attribute. This double free of memory is causing an rpd crash, leading to a Denia…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-39564">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-56775 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56775</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56775</guid>
    <pubDate>Wed, 08 Jan 2025 18:15:18 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-56775</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: Fix handling of plane refcount  [Why] The mechanism to backup and restore plane states doesn't maintain refcount, which can cause issues if the refcount of the plane changes in between backup and restore operations, such as memory leaks if the refcount was supposed to go down, or double frees / invalid memory ac…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-401</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56775">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-56766 – In the Linux kernel, the following vulnerability has been resolved:

mtd: rawnan...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-56766</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-56766</guid>
    <pubDate>Mon, 06 Jan 2025 17:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-56766</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  mtd: rawnand: fix double free in atmel_pmecc_create_user()  The "user" pointer was converted from being allocated with kzalloc() to being allocated by devm_kzalloc().  Calling kfree(user) will lead to a double free.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-56766">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-53213 – In the Linux kernel, the following vulnerability has been resolved:

net: usb: l...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53213</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53213</guid>
    <pubDate>Fri, 27 Dec 2024 14:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-53213</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: usb: lan78xx: Fix double free issue with interrupt buffer allocation  In lan78xx_probe(), the buffer `buf` was being freed twice: once implicitly through `usb_free_urb(dev->urb_intr)` with the `URB_FREE_BUFFER` flag and again explicitly by `kfree(buf)`. This caused a double free issue.  To resolve this, reordered `kmalloc()…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53213">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-53191 – In the Linux kernel, the following vulnerability has been resolved:

wifi: ath12...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53191</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53191</guid>
    <pubDate>Fri, 27 Dec 2024 14:15:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-53191</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  wifi: ath12k: fix warning when unbinding  If there is an error during some initialization related to firmware, the buffers dp->tx_ring[i].tx_status are released. However this is released again when the device is unbinded (ath12k_pci), and we get: WARNING: CPU: 0 PID: 2098 at mm/slub.c:4689 free_large_kmalloc+0x4d/0x80 Call Trace…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53191">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-53133 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-53133</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-53133</guid>
    <pubDate>Wed, 04 Dec 2024 15:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-53133</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: Handle dml allocation failure to avoid crash  [Why] In the case where a dml allocation fails for any reason, the current state's dml contexts would no longer be valid. Then subsequent calls dc_state_copy_internal would shallow copy invalid memory and if the new state was released, a double free would occur.  [Ho…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-53133">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-35368 – FFmpeg n7.0 is affected by a Double Free via the rkmpp_retrieve_frame function w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-35368</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-35368</guid>
    <pubDate>Fri, 29 Nov 2024 20:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-35368</strong></p>
  <p>FFmpeg n7.0 is affected by a Double Free via the rkmpp_retrieve_frame function within libavcodec/rkmppdec.c.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-35368">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-50276 – In the Linux kernel, the following vulnerability has been resolved:

net: vertex...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50276</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50276</guid>
    <pubDate>Tue, 19 Nov 2024 02:16:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-50276</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  net: vertexcom: mse102x: Fix possible double free of TX skb  The scope of the TX skb is wider than just mse102x_tx_frame_spi(), so in case the TX skb room needs to be expanded, we should free the the temporary skb instead of the original skb. Otherwise the original TX skb pointer would be freed again in mse102x_tx_work(), which…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50276">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-10934 – In OpenBSD 7.5 before errata 008 and OpenBSD 7.4 before errata 021, 
avoid possi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-10934</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-10934</guid>
    <pubDate>Fri, 15 Nov 2024 20:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-10934</strong></p>
  <p>In OpenBSD 7.5 before errata 008 and OpenBSD 7.4 before errata 021,  avoid possible mbuf double free in NFS client and server implementation, do not use uninitialized variable in error handling of NFS server.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-10934">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47426 – Substance3D - Painter versions 10.1.0 and earlier are affected by a Double Free ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47426</guid>
    <pubDate>Tue, 12 Nov 2024 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47426</strong></p>
  <p>Substance3D - Painter versions 10.1.0 and earlier are affected by a Double Free vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-50215 – In the Linux kernel, the following vulnerability has been resolved:

nvmet-auth:...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50215</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50215</guid>
    <pubDate>Sat, 09 Nov 2024 11:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-50215</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  nvmet-auth: assign dh_key to NULL after kfree_sensitive  ctrl->dh_key might be used across multiple calls to nvmet_setup_dhgroup() for the same controller. So it's better to nullify it after release on error path in order to avoid double free later in nvmet_destroy_auth().  Found by Linux Verification Center (linuxtesting.org) w…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50215">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-50159 – In the Linux kernel, the following vulnerability has been resolved:

firmware: a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50159</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50159</guid>
    <pubDate>Thu, 07 Nov 2024 10:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-50159</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  firmware: arm_scmi: Fix the double free in scmi_debugfs_common_setup()  Clang static checker(scan-build) throws below warning：   |  drivers/firmware/arm_scmi/driver.c:line 2915, column 2   |        Attempt to free released memory.  When devm_add_action_or_reset() fails, scmi_debugfs_common_cleanup() will run twice which causes d…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50159">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-47404 – in OpenHarmony v4.1.0 and prior versions allow a local attacker cause the common...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-47404</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-47404</guid>
    <pubDate>Tue, 05 Nov 2024 08:15:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-47404</strong></p>
  <p>in OpenHarmony v4.1.0 and prior versions allow a local attacker cause the common permission is upgraded to root and sensitive information leak through double free.</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-47404">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-50071 – In the Linux kernel, the following vulnerability has been resolved:

pinctrl: nu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50071</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50071</guid>
    <pubDate>Tue, 29 Oct 2024 01:15:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-50071</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()  'new_map' is allocated using devm_* which takes care of freeing the allocated data on device removal, call to  	.dt_free_map = pinconf_generic_dt_free_map  double frees the map as pinconf_generic_dt_free_map() calls pinctrl_utils_free_map().  Fix this by…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50071">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-44098 – In lwis_device_event_states_clear_locked of lwis_event.c, there is a possible pr...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-44098</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-44098</guid>
    <pubDate>Fri, 25 Oct 2024 11:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-44098</strong></p>
  <p>In lwis_device_event_states_clear_locked of lwis_event.c, there is a possible privilege escalation due to a double free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-44098">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-50055 – In the Linux kernel, the following vulnerability has been resolved:

driver core...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-50055</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-50055</guid>
    <pubDate>Mon, 21 Oct 2024 20:15:17 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-50055</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  driver core: bus: Fix double free in driver API bus_register()  For bus_register(), any error which happens after kset_register() will cause that @priv are freed twice, fixed by setting @priv with NULL after the first free.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50055">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-49989 – In the Linux kernel, the following vulnerability has been resolved:

drm/amd/dis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49989</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49989</guid>
    <pubDate>Mon, 21 Oct 2024 18:15:19 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-49989</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  drm/amd/display: fix double free issue during amdgpu module unload  Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to be freed. Otherwise, a double free issue may occur when unloading the amdgpu module.  [  279.190523] RIP: 0010:__slab_free+0x152/0x2f0 [  279.190577…</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49989">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-49853 – In the Linux kernel, the following vulnerability has been resolved:

firmware: a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-49853</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-49853</guid>
    <pubDate>Mon, 21 Oct 2024 13:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-49853</strong></p>
  <p>In the Linux kernel, the following vulnerability has been resolved:  firmware: arm_scmi: Fix double free in OPTEE transport  Channels can be shared between protocols, avoid freeing the same channel descriptors twice when unloading the stack.</p>
  <p><strong>CVSS:</strong> 7.8 · <strong>CWE:</strong> CWE-415</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-49853">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
