VulnSea

CWE-1341

CVEs classified under CWE-1341, newest first.

16 CVEsRSS

CVE-2026-89767Medium· 5.5⚖ disputed
1w ago

kernel: ovl: fix double end_creating() on the casefold-mismatch path (CVE-2026-89767)

A flaw was found in the Linux kernel's overlay file system (overlayfs). An unprivileged local user can trigger a specific error condition during the creation of a new directory. This error causes the system to incorrectly release a lock on…

SunlitRed Hat · Red Hat OpenShift Container Platform 4EPSS 0.15%via CSAF
CVE-2026-80989High· 7.0
1w ago

kernel: net: thunderbolt: Mark the connection down when bringing it up fails (CVE-2026-80989)

A flaw was found in the Linux kernel's Thunderbolt networking subsystem. When a Thunderbolt connection fails to establish, the system may not correctly update its state, leading to repeated attempts to tear down an already inactive connect…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.34%via CSAF
CVE-2026-89582High· 7.0
1w ago

kernel: bnx2x: fix double free in bnx2x_init_firmware() error path (CVE-2026-89582)

A flaw was found in the `bnx2x` component of the Linux kernel. This flaw occurs due to a double free vulnerability within the `bnx2x_init_firmware()` function's error handling path. Memory pointers are freed without being set to NULL, allo…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.18%via CSAF
CVE-2026-89563High· 7.0
1w ago

kernel: ip6_tunnel: use skb_cow_head() in ip6_tnl_xmit() (CVE-2026-89563)

A flaw was found in the `ip6_tunnel` module of the Linux kernel. Incorrect handling of socket buffers (skb) during headroom reallocation in the `ip6_tnl_xmit()` function can lead to a double-free vulnerability. This occurs when an error pa…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.14%via CSAF
CVE-2026-89741High· 7.0
1w ago

kernel: Revert "media: v4l2-dev: fix error handling in __video_register_device()" (CVE-2026-89741)

A flaw was found in the Linux kernel's media subsystem, specifically within the v4l2-dev component. This vulnerability arises from incorrect error handling in the `__video_register_device()` function. If a device registration fails, the sy…

TwilightRed Hat · Red Hat Enterprise Linux 9EPSS 0.16%via CSAF
CVE-2026-89161High· 7.4
1w ago

In PCRE2 before 10.48, pcre2_jit_match mishandles a previously copied subject being passed in as a context

In PCRE2 before 10.48, pcre2_jit_match mishandles a previously copied subject being passed in as a context. An incorrect free operation can occur.

Twilightpcre · pcre2EPSS 0.12%via NVD
CVE-2026-63652Medium· 6.5
1mo ago

FreeRDP is a free implementation of the Remote Desktop Protocol

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.28.0, rdpsnd_server_recv_formats in channels/rdpsnd/server/rdpsnd_main.c frees context->client_formats on a malformed Client Audio Formats PDU without clearing t…

SunlitRed Hat · Red Hat Enterprise Linux AppStream (v. 10)EPSS 0.34%via NVD
CVE-2026-66373High· 7.5
1mo ago

Redis before 8.8.0, in the unusual case where an authenticated attacker can execute RESTORE, allows remote code execution via a RESTORE payload where the same NACK (pending entry) is referenced by more than one consumer, because deleting…

Redis before 8.8.0, in the unusual case where an authenticated attacker can execute RESTORE, allows remote code execution via a RESTORE payload where the same NACK (pending entry) is referenced by more than one consumer, because deleting…

TwilightRed Hat · Red Hat Enterprise Linux AppStream (v. 9)EPSS 0.56%via NVD
CVE-2026-64387Critical· 9.8⚖ disputed
1mo ago

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix query directory replay double-free A response-bearing attempt can return a replayable error and free its response buffer

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix query directory replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2_query_directory_init…

Midnightlinux · linux_kernelEPSS 0.46%via NVD
CVE-2026-64385Critical· 9.8⚖ disputed
1mo ago

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2_ioctl() replay A response-bearing attempt can return a replayable error and free its response buffer

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2_ioctl() replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2_ioctl_init() fails b…

MidnightRed Hat · Red Hat Enterprise Linux 9EPSS 0.46%via NVD
CVE-2026-64384Critical· 9.8⚖ disputed
1mo ago

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix change notify replay double-free A response-bearing attempt can return a replayable error and free its response buffer

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix change notify replay double-free A response-bearing attempt can return a replayable error and free its response buffer. If SMB2_notify_init() fails be…

MidnightRed Hat · Red Hat Enterprise Linux BaseOS (v. 10)EPSS 0.46%via NVD
CVE-2026-64382High· 8.8
1mo ago

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2_open() replay A response-bearing attempt can return a replayable error and free its response buffer

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double-free in SMB2_open() replay A response-bearing attempt can return a replayable error and free its response buffer. If SMB2_open_init() fails bef…

TwilightRed Hat · Red Hat Enterprise Linux BaseOS (v. 10)EPSS 0.35%via NVD
CVE-2026-52987High· 7.8
3mo ago

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid double drm_exec_fini() in userq validate When new_addition is true, amdgpu_userq_vm_validate() calls drm_exec_fini(&exec) before iterating over the c…

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: avoid double drm_exec_fini() in userq validate When new_addition is true, amdgpu_userq_vm_validate() calls drm_exec_fini(&exec) before iterating over the c…

Twilightlinux · linux_kernelEPSS 0.14%via NVD
CVE-2026-46189High· 7.8
3mo ago

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so…

In the Linux kernel, the following vulnerability has been resolved: RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path Sashiko points out that pvrdma_uar_free() is already called within pvrdma_dealloc_ucontext(), so…

Twilightlinux · linux_kernelEPSS 0.14%via NVD
CVE-2026-33811High· 7.5
4mo ago

When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.

When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.

Twilightgolang · goEPSS 0.81%via NVD
CVE-2026-28387High· 8.1⚖ disputed
5mo ago

Issue summary: An uncommon configuration of clients performing DANE TLSA-based server authentication, when paired with uncommon server DANE TLSA records, may result in a use-after-free and/or double-free on the client side. Impact summa…

Issue summary: An uncommon configuration of clients performing DANE TLSA-based server authentication, when paired with uncommon server DANE TLSA records, may result in a use-after-free and/or double-free on the client side. Impact summa…

Twilightopenssl · opensslEPSS 0.67%via NVD
CWE-1341 vulnerabilities (CVEs) · VulnSea