364532 matches found
EUVD-2026-59106
In the Linux kernel, the following vulnerability has been resolved: pmdomain: imx: Fix i.MX8MP VC8000E power up sequence Per errata1: ERR050531: VPUNOC power down handshake may hang during VC8000E/VPUMIX power up/down cycling. Description: VC8000E reset de-assertion edge and AXI clock may have a...
EUVD-2026-59104
In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: avoid full teardown before work setup in probe rt2x00libprobedev uses the full rt2x00libremovedev teardown for all probe failures. However, drvdata allocation and workqueue allocation can fail before intfwork,...
EUVD-2026-59105
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: free mlx5stidxdata on final dealloc Workloads that repeatedly allocate and release mkeys carrying TPH steering-tag hints e.g. churning RDMA MRs leak one struct mlx5stidxdata per cycle; kmemleak flags it as unreferenced...
CVE-2026-72005
The CVE-2026-72005 entry concerns the Linux kernel wireless driver stack (rt2x00) where rt2x00lib_probe_dev() could enter a full removal teardown path before critical work items (intf_work, autowakeup_work, sleep_work) were initialized. If allocations fail during probe (drv_data or workqueue), th...
CVE-2026-72005
In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: avoid full teardown before work setup in probe rt2x00libprobedev uses the full rt2x00libremovedev teardown for all probe failures. However, drvdata allocation and workqueue allocation can fail before intfwork,...
CVE-2026-72005 wifi: rt2x00: avoid full teardown before work setup in probe
In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: avoid full teardown before work setup in probe rt2x00libprobedev uses the full rt2x00libremovedev teardown for all probe failures. However, drvdata allocation and workqueue allocation can fail before intfwork,...
CVE-2026-72006
The CVE-2026-72006 entry relates to the Linux kernel (net/mlx5) where the backing mlx5_st_idx_data was not freed on final deallocation, causing a memory leak in workloads that repeatedly allocate/release mkeys with TPH steering-tag hints. The root cause is that mlx5_st_dealloc_index() erases the ...
CVE-2026-72006
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: free mlx5stidxdata on final dealloc Workloads that repeatedly allocate and release mkeys carrying TPH steering-tag hints e.g. churning RDMA MRs leak one struct mlx5stidxdata per cycle; kmemleak flags it as unreferenced...
EUVD-2026-59103
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix memory leak in ieee80211registerhw If kmemdup fails while copying supported band structures, the error path jumps to failrate. This skips ratecontroldeinitialize and leaks the initialized local-ratectrl. Fix...
CVE-2026-72004 wifi: mac80211: fix memory leak in ieee80211_register_hw()
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix memory leak in ieee80211registerhw If kmemdup fails while copying supported band structures, the error path jumps to failrate. This skips ratecontroldeinitialize and leaks the initialized local-ratectrl. Fix...
CVE-2026-72004
CVE-2026-72004 — Linux kernel (wifi/mac80211) memory leak : In ieee80211_register_hw(), if kmemdup() fails while copying supported band structures, the error path jumps to fail_rate, skipping rate_control_deinitialize() and leaking the initialized local->rate_ctrl. The fix introduces a fail_ba...
CVE-2026-72004
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix memory leak in ieee80211registerhw If kmemdup fails while copying supported band structures, the error path jumps to failrate. This skips ratecontroldeinitialize and leaks the initialized local-ratectrl. Fix...
CVE-2026-68479
Summary (CVE-2026-68479): In the Linux kernel, the Bluetooth btrtl patch bounds issue affects the rtlbt_parse_firmware flow. The function copies patch_length - 4 bytes before appending the firmware version; if the firmware patch is malformed and shorter than the version field, this can underflow ...
EUVD-2026-59102
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...
CVE-2026-72003 wifi: brcmfmac: cyw: fix heap overflow on a short auth frame
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...
CVE-2026-72003
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cyw: fix heap overflow on a short auth frame brcmfnotifyauthframerx takes the frame length from the firmware event and copies the frame body with the management header offset subtracted: u32 mgmtframelen = e-datal...
CVE-2026-68479
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: validate firmware patch bounds rtlbtparsefirmware copies patchlength - 4 bytes before appending the firmware version. A malformed firmware patch shorter than the version field can make this subtraction underflow...
CVE-2026-68479 Bluetooth: btrtl: validate firmware patch bounds
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: validate firmware patch bounds rtlbtparsefirmware copies patchlength - 4 bytes before appending the firmware version. A malformed firmware patch shorter than the version field can make this subtraction underflow...
EUVD-2026-59101
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: validate firmware patch bounds rtlbtparsefirmware copies patchlength - 4 bytes before appending the firmware version. A malformed firmware patch shorter than the version field can make this subtraction underflow...
CVE-2026-72003
In the Linux kernel, the vulnerability CVE-2026-72003 affects the wifi driver brcmfmac (cyw) and results in a remotely triggerable heap overflow during SAE authentication. The root cause is in brcmf_notify_auth_frame_rx(), which derives mgmt_frame_len from e->datalen and subtracts offsetof(str...