65279 matches found
EUVD-2026-55463
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix NULL pointer dereference in ath11khalsrngaccessbegin In ATH11KQMIEVENTFWREADY, ATH11KFLAGREGISTERED is set unconditionally even when ath11kcoreqmifirmwareready fails. This leaves the driver in an inconsistent...
CVE-2026-68362
CVE-2026-68362 concerns the Linux kernel driver ath11k. The issue was a NULL pointer dereference in ath11k_hal_srng_access_begin triggered by improper firmware_ready handling: ATH11K_QMI_EVENT_FW_READY would set ATH11K_FLAG_REGISTERED unconditionally, even if ath11k_core_qmi_firmware_ready() fail...
CVE-2026-68345
CVE-2026-68345 : In the Linux kernel, the vulnerability arises in arm_mpam where __destroy_component_cfg() adds each RIS mbwu_state to the MPAM garbage list. Since mbwu_state is allocated per RIS only for RISes with MBWU monitors, a component can have comp->cfg allocated while some RISes have ...
EUVD-2026-55446
In the Linux kernel, the following vulnerability has been resolved: armmpam: guard MBWU state before adding it to garbage destroycomponentcfg adds each RIS mbwustate object to the MPAM garbage list when destroying component configuration. However, mbwustate is allocated per RIS and only for RISes...
CVE-2026-68337 bpf: Reject redirect helpers without a bpf_net_context
In the Linux kernel, the following vulnerability has been resolved: bpf: Reject redirect helpers without a bpfnetcontext The bpfredirect helpers and skbdoredirect obtain the per-task bpfredirectinfo via bpfnetctxgetri, which dereferences the current-bpfnetcontext unconditionally. That context is...
CVE-2026-68336 bonding: fix devconf_all NULL dereference when IPv6 is disabled
In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconfall NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconfall is never initialized because inet6init exits before addrconfinit is called which initializes it...
CVE-2026-68336
In the Linux kernel, the following vulnerability has been resolved: bonding: fix devconfall NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the devconfall is never initialized because inet6init exits before addrconfinit is called which initializes it...
CVE-2026-68328
The CVE relates to the Linux kernel nfp subsystem. Specifically, nfp_cpp_resource_find() allocates a CPP mutex handle for a matching resource-table entry, and nfp_resource_try_acquire() passes that handle to nfp_cpp_mutex_trylock(). If nfp_cpp_mutex_alloc() fails and returns NULL, the resource lo...
CVE-2026-68327 wan: wanxl: Only reset hardware after BAR mapping
In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...
EUVD-2026-55428
In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...
CVE-2026-68327 wan: wanxl: Only reset hardware after BAR mapping
In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...
CVE-2026-68322
CVE-2026-68322 concerns the Linux kernel RDS subsystem. When IPv6 is explicitly disabled with ipv6.disable=1, inet6_addr_lst is never initialized, because inet6_init() exits before addrconf_init() runs. This leads to a NULL dereference in __ipv6_chk_addr_and_flags() when attempting to bind an RDS...
CVE-2026-68322
In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6addrlst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6addrlst is never initialized because inet6init exits before addrconfinit is called to initialize it. An attempt t...
CVE-2026-68317 pds_core: fix auxiliary device add/del races
In the Linux kernel, the following vulnerability has been resolved: pdscore: fix auxiliary device add/del races Two paths add or delete the same slot pf-vfsvfid.padev: a VF's pdscresetdone and the PF's devlink enablevnet/disablevnet handler. They serialize on configlock, but neither guards the sl...
EUVD-2026-55412
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: guard link STA in decap offload mt7925stasetdecapoffload iterates over the vif validlinks mask when updating decap offload state for an MLO station. The station may not have a link STA for every valid link of...
CVE-2026-68310
Summary: In the Linux kernel, the wifi MT7915 path (mt76) had a vulnerability where mt7915_mcu_bss_he_tlv() and mt7915_mcu_sta_bfer_tlv() dereferenced the HE PHY capability returned by mt76_connac_get_he_phy_cap() without confirming it was non-NULL. If no capability entry matches the vif type, th...
CVE-2026-68310 wifi: mt76: mt7915: guard HE capability lookups
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: guard HE capability lookups mt7915mcubsshetlv and mt7915mcustabfertlv both run after checking HE support, then dereference the HE PHY capability returned by mt76connacgethephycap. That helper can return NULL...
CVE-2026-68309 wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bss_he_tlv()
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: fix possible NULL-pointer deref in mt76connacmcuunibsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...
EUVD-2026-55410
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: fix possible NULL-pointer deref in mt76connacmcuunibsshetlv mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...
CVE-2026-68309
The vulnerability CVE-2026-68309 affects the Linux kernel driver for wifi mt76 (Connac) and fixes a NULL-pointer dereference in mt76_connac_mcu_uni_bss_he_tlv(). The root cause is that mt76_connac_get_he_phy_cap could return NULL, and the code may dereference the cap pointer without checking. A p...