Lucene search
+L

83302 matches found

CVE
CVE
added 2 days ago18 views

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

5.3AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

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

5.3AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago29 views

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

0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago15 views

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

5.3AI score0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago6 views

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

5.3AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago6 views

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

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago18 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
CVE
CVE
added 2 days ago18 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 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
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 ago5 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 ago15 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
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 ago17 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 ago12 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
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 ago14 views

CVE-2026-68303

The CVE-2026-68303 entry describes a Linux kernel fix in drm/vc4: hvs/v3d where unbind functions used dev_get_drvdata(master). When vc4-drm is removed before dependent drivers, vc4_hvs_unbind/vc4_v3d_unbind could dereference a freed pointer. The remediation is to use the data pointer passed to th...

5.3AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2 days ago14 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
Rows per page
Query Builder