Lucene search
+L

65235 matches found

CVE
CVE
added 2 days ago19 views

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...

5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago4 views

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...

5.3AI score
SaveExploits0References8
OSV
OSV
added 2 days ago2 views

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...

5.3AI score
SaveExploits0References8
EUVD
EUVD
added 2 days ago7 views

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...

5.2AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago22 views

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...

5.2AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-55409

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76connacgethephycap mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-68308

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76connacgethephycap mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2 days ago16 views

CVE-2026-68308

CVE-2026-68308 details a Linux kernel issue in the mt76 mt7996 driver where the routine mt76_connac_get_he_phy_cap() can theoretically return NULL. The vulnerability arises from dereferencing the cap pointer without validating it first; the fix is to check the pointer before use. The issue has be...

5.2AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago4 views

CVE-2026-68308 wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76connacgethephycap mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.3AI score
SaveExploits0References8
OSV
OSV
added 2 days ago3 views

CVE-2026-68307 wifi: mt76: mt7925: fix crash in reset link replay

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix crash in reset link replay During reset recovery, mt7925vifconnectiter replays firmware state for links tracked in mvif-validlinks. After MLO link changes or MCU timeout recovery, the driver bitmap can...

5.4AI score
SaveExploits0References7
EUVD
EUVD
added 2 days ago8 views

EUVD-2026-55407

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: fix possible NULL-pointer deref in mt7996mcustabfereht mt76connacgetehtphycap routine can theoretically return NULL so check cap pointer before dereferencing it...

5.2AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago18 views

CVE-2026-68306

In the Linux kernel, the wifi mt76 mt7996 driver vulnerability CVE-2026-68306 could cause a NULL pointer dereference in mt7996_mcu_sta_bfer_eht() if mt76_connac_get_eht_phy_cap() returns NULL. The advisory notes that the cap pointer must be checked before dereferencing it, and the issue has been ...

5.2AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago14 views

CVE-2026-68305

CVE-2026-68305 : In the Linux kernel, the issue occurs in the DRM Xe/ VF path where CCS read/write buffers are freed during BO destruction. If BOs are destroyed after the device is unbound but while the DRM internals remain, a NULL pointer dereference can occur when accessing device resources. Th...

5.2AI score0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2 days ago4 views

CVE-2026-68305 drm/xe/vf: Add drm_dev guards when detaching CCS read/write buffers

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Add drmdev guards when detaching CCS read/write buffers CCS read/write buffers are freed during BO destruction. In some cases, BOs may be destroyed after the device is unbound but while the DRM structure remains valid,...

5.3AI score
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55406

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Add drmdev guards when detaching CCS read/write buffers CCS read/write buffers are freed during BO destruction. In some cases, BOs may be destroyed after the device is unbound but while the DRM structure remains valid,...

5.2AI score0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago16 views

CVE-2026-68282

In the Linux kernel DRM/rockchip stack (analogix_dp), a missing error check for platform_get_resource() return value could lead to a NULL pointer dereference if memory resource is unavailable. The provided descriptions indicate this has been resolved by adding the necessary error check. No exploi...

5.3AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-55383

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: analogixdp: Add missing error check for platformgetresource Add missing error check for platformgetresource return value to prevent NULL pointer dereference when memory resource is not available...

5.3AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-68275 drm/amdgpu: check amdgpu_vm_bo_find() result in GET_MAPPING_INFO

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check amdgpuvmbofind result in GETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO path of amdgpugemopioctl looks up the bova for the buffer object in the caller's VM via amdgpuvmbofind, but uses the returned pointer without...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago14 views

CVE-2026-68275

The CVE-2026-68275 entry concerns the Linux kernel DRM/AMDGPU driver. In the AMDGPU GEM GET_MAPPING_INFO path, amdgpu_gem_op_ioctl() looks up the BO in the caller’s VM via amdgpu_vm_bo_find() but does not verify the returned pointer before using it. If no bo_va exists for the BO in that VM (the n...

5.5AI score0.00173EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2 days ago3 views

CVE-2026-68273

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix context pstate override handling There are several problems in the context pstate handling code. The most serious ones are potential use-after-free and NULL pointer dereferences at context initialization time. Bot...

5.3AI score0.00175EPSS
SaveExploits0
Rows per page
Query Builder