246661 matches found
CVE-2026-72007 pmdomain: imx: Fix i.MX8MP VC8000E power up sequence
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...
CVE-2026-72007
CVE-2026-72007 pertains to the Linux kernel handling of the i.MX8MP VC8000E power-up sequence. The issue, described under ERR050531, involves a potential timing issue with the VC8000E reset de-assertion edge and AXI clock, which may affect the VPU_NOC power-down handshake during VC8000E/VPUMIX cy...
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
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
This CVE concerns the Linux kernel wifi rt2x00 driver. The issue arises in rt2x00lib_probe_dev() which could take a full removal teardown path (rt2x00lib_remove_dev()) for probe failures before critical resources (drv_data, workqueue, intf_work, autowakeup_work, sleep_work) were initialized. The ...
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
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-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 ...
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
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-68479
CVE-2026-68479 affects the Linux kernel Bluetooth stack, specifically the btrtl driver. The vulnerability stems from rtlbt_parse_firmware() copying patch_length - 4 bytes before appending the firmware version. A malformed firmware patch shorter than the version field can cause an underflow, turni...
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...
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
CVE-2026-72003 observable in the Linux kernel affects the brcmfmac cyw WLAN driver. The issue arises in brcmf_notify_auth_frame_rx(), where the code derives mgmt_frame_len from e->datalen and subtracts offsetof(struct ieee80211_mgmt, u). If mgmt_frame_len is smaller than the 24-byte header off...