CVE-2023-52667
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fs_any_create_groups When kc
CVSS
7.8
High
EPSS
0.3%
p19
KEV
—
Exploit Today
6
0-100
Published: May 17, 2024 · Last modified: Aug 4, 2026 · CWE-415
0.3%EPSS · 30 days0.3%
2026-08-042026-08-31
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fs_any_create_groups When kcalloc() for ft->g succeeds but kvzalloc() for in fails, fs_any_create_groups() will free ft->g. However, its caller fs_any_create_table() will free ft->g again through calling mlx5e_destroy_flow_table(), which will lead to a double-free. Fix this by setting ft->g to NULL in fs_any_create_groups().
- git.kernel.orghttps://git.kernel.org/stable/c/2897c981ee63e1be5e530b1042484626a10b26d8
- git.kernel.orghttps://git.kernel.org/stable/c/65a4ade8a6d205979292e88beeb6a626ddbd4779
- git.kernel.orghttps://git.kernel.org/stable/c/72a729868592752b5a294d27453da264106983b1
- git.kernel.orghttps://git.kernel.org/stable/c/aef855df7e1bbd5aa4484851561211500b22707e
- git.kernel.orghttps://git.kernel.org/stable/c/b2fa86b2aceb4bc9ada51cea90f61546d7512cbe
- git.kernel.orghttps://git.kernel.org/stable/c/2897c981ee63e1be5e530b1042484626a10b26d8
- git.kernel.orghttps://git.kernel.org/stable/c/65a4ade8a6d205979292e88beeb6a626ddbd4779
- git.kernel.orghttps://git.kernel.org/stable/c/72a729868592752b5a294d27453da264106983b1
- git.kernel.orghttps://git.kernel.org/stable/c/aef855df7e1bbd5aa4484851561211500b22707e
- git.kernel.orghttps://git.kernel.org/stable/c/b2fa86b2aceb4bc9ada51cea90f61546d7512cbe
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-826772.4 LOW—
——0A vulnerability was determined in valkey-io valkey 9.1.0. Impacted is the function moduleTimerHandler of the file src/module.c of the component Module Timer Subsystem. This manipulation causes double free. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized. Patch name: b349fe2821e3998534b1454c1b64a478daf8c6b7. To fix this issue, it is recommended to deploy a patch.2dCVE-2026-19316—24.6%
——7A double-free vulnerability in the WatchGuard Fireware OS iked process allows a remote unauthenticated attacker to create a Denial of Service (DoS) condition in VPN processing by sending specially crafted network traffic.5dCVE-2026-751595.9 MED18.0%
——5An unauthenticated client that can reach a MongoDB Connector for BI deployment configured with Kerberos authentication may cause mongosqld to terminate when a crafted authentication exchange encounters a specific GSSAPI error-handling condition. This can interrupt BI Connector availability until the process restarts.5dCVE-2026-187987.5 HIG72.1%
——22Issue summary: QUIC server may double free QRX (QUIC record layer RX) object
when channel creation fails for initial packet.
Impact summary: Double free leads to heap corruption, which typically results in
termination of QUIC server process, leading to Denial of Service. There is so
far no evidence that this double free is exploitable for remote code execution,
thus it is considered highly improbable.
CWE: CWE-415: Double Free
Description: In order to validate initial packet, OpenSSL QUIC stack default
packet handler (port_default_packet_handler()) creates a so-called QRX object.
If the initial packet validates successfully with QRX object, the default packet
handler proceeds to channel (connection object) creation. The QRX object used
for packet validation is passed to port_bind_channel(), so it becomes part of
the newly created connection. If port_bind_channel() fails, then it also frees
the QRX object. Once port_bind_channel() returns, the port_default_packet_handler()
detects the failure and proceeds to the error branch, where the same QRX object is
freed for the second time.
The failure in port_bind_channel() function can be induced with a relatively
low effort by a malformed (non RFC 9000 compliant) INITIAL packet. If the packet
carries DCID (destination connection ID) which is shorter than 8 bytes, then
port_bind_channel() jumps to the error path after ossl_quic_lcidm_enrol_odcid()
detects that the DCID has invalid length.
FIPS impact: no
The FIPS module is not affected, as the QUIC implementation is outside of
the OpenSSL FIPS module boundary.5dCVE-2026-478957.5 HIG49.5%
——15In strongSwan before 6.0.7, identity parsing/cloning is mishandled. Parsed EAP-Identities that result in an empty but non-NULL encoding are not correctly cloned and trigger a double-free once the duplicates are destroyed.9dCVE-2026-452025.5 MED1.2%
——0Software installed and run as a non-privileged user may conduct GPU system calls which cause GPU memory leaks and possible kernel heap corruption.
Scenario caused by memory free paths not maintaining state data of upgraded higher order allocations. This could cause memory leak or double free event.6d