CVE-2024-49986
In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_devic
CVSS
7.8
High
EPSS
0.2%
p16
KEV
—
Exploit Today
5
0-100
Published: Oct 21, 2024 · Last modified: Aug 4, 2026 · CWE-416
0.2%EPSS · 30 days0.2%
2026-07-312026-08-28
In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors x86_android_tablet_remove() frees the pdevs[] array, so it should not be used after calling x86_android_tablet_remove(). When platform_device_register() fails, store the pdevs[x] PTR_ERR() value into the local ret variable before calling x86_android_tablet_remove() to avoid using pdevs[] after it has been freed.
- git.kernel.orghttps://git.kernel.org/stable/c/2fae3129c0c08e72b1fe93e61fd8fd203252094a
- git.kernel.orghttps://git.kernel.org/stable/c/73a98cf79e4dbfa3d0c363e826c65aae089b313c
- git.kernel.orghttps://git.kernel.org/stable/c/aac871e493fc8809e60209d9899b1af07e9dbfc8
- git.kernel.orghttps://git.kernel.org/stable/c/ba0b09a2f327319e252d8f3032019b958c0a5cd9
- git.kernel.orghttps://git.kernel.org/stable/c/f08adc5177bd4343df09033f62ab562c09ba7f7d
- lists.debian.orghttps://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-667984.3 MED—
——0Use after free in Microsoft Edge (Chromium-based) allows an unauthorized attacker to execute code over a network.11hCVE-2026-420079.1 CRI—
——0An attacker that has valid credentials can use a Sieve script with the editheader extension to trigger a use-after-free in the mail editing code, and to write memory contents beyond the intended buffer into the delivered mail. This causes memory leak and opportunity to do memory corruption during mail delivery, which can crash the delivery process and may allow execution of arbitrary code in the context of that process. Disable the Sieve editheader extension. Update to non-vulnerable version. No publicly available exploits are known.19hCVE-2026-19316—24.5%
——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.19hCVE-2026-77358—20.7%
——6cpp-httplib is a C++ header-only HTTP/HTTPS library. In versions 0.33.0 through 0.50.0, the TLS-enabled WebSocket client frees the TLS session before closing the WebSocket that still uses it, producing a use-after-free. In WebSocketClient::shutdown_and_close the SSL object is freed and the pointer cleared, but the subsequent WebSocket close still sends a close frame through the SSL socket stream, which holds a raw copy of the now-dangling session pointer and reads from and writes to the freed memory. The same freed-then-used ordering is reachable through the client's destructor and its connect path, so ordinary teardown of a secure WebSocket connection triggers the defect. This issue is fixed in version 0.50.1.2dCVE-2026-819349.8 CRI45.3%
——14Redis contains a use-after-free vulnerability in the 'tlsProcessPendingData()' function, which handles the TLS pending-data list if Redis is configured with TLS support. A remote, unauthenticated attacker may be able to execute arbitrary commands with the privileges of the Redis server. Fixed in Redis 8.2.9, 8.4.6, 8.6.6, 8.8.2, and 8.10.1.23hCVE-2026-264489.8 CRI30.7%
——9Stomper 5e2741e is vulnerable to Use-After-Free. When a client sends multiple CONNECT frames on the same TCP connection, and subsequently another client (or a later connection) sends SEND frames to a destination previously subscribed on that connection, the broker may dereference a pointer to a StompStreamSocket object that has already been freed. This results in a heap use-after-free and process crash. Because the protocol does not authenticate or restrict such sequences by default.18h