Lucene search
+L

38333 matches found

OSV
OSV
added 2025/10/07 4:15 p.m.10 views

UBUNTU-CVE-2023-53627

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Grab sasdev lock when traversing the members of sasdev.list When freeing slots in function slotcompletev3hw, it is possible that sasdev.list is being traversed elsewhere, and it may trigger a NULL pointer exception...

7.8CVSS5.7AI score0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/07 4:15 p.m.11 views

UBUNTU-CVE-2022-50524

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Check return value after calling platformgetresource platformgetresource may return NULL pointer, we need check its return value to avoid null-ptr-deref in resourcesize...

5.5CVSS5.7AI score0.00154EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 4:15 p.m.11 views

UBUNTU-CVE-2023-53678

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix system suspend without fbdev being initialized If fbdev is not initialized for some reason - in practice on platforms without display - suspending fbdev should be skipped during system suspend, fix this up. While at...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 4:15 p.m.11 views

UBUNTU-CVE-2023-53653

In the Linux kernel, the following vulnerability has been resolved: media: amphion: fix REVERSEINULL issues reported by coverity null-checking of a pointor is suggested before dereferencing it...

5.5CVSS5.7AI score0.00203EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.19 views

CVE-2023-53686 net/handshake: fix null-ptr-deref in handshake_nl_done_doit()

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

0.00127EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/07 3:21 p.m.11 views

EUVD-2025-32731

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

5.7AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.8 views

CVE-2023-53686 net/handshake: fix null-ptr-deref in handshake_nl_done_doit()

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.16 views

CVE-2023-53681 bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent

In the Linux kernel, the following vulnerability has been resolved: bcache: Fix bchbtreenodealloc to make the failure behavior consistent In some specific situations, the return value of bchbtreenodealloc may be NULL. This may lead to a potential NULL pointer dereference in caller function like a...

0.00145EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 3:21 p.m.16 views

EUVD-2025-32740

In the Linux kernel, the following vulnerability has been resolved: wifi: mt7601u: fix an integer underflow Fix an integer underflow that leads to a null pointer dereference in 'mt7601urxskbfromseg'. The variable 'dmalen' in the URB packet could be manipulated, which could trigger an integer...

5.8AI score0.00235EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 3:21 p.m.11 views

CVE-2023-53664 OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()

In the Linux kernel, the following vulnerability has been resolved: OPP: Fix potential null ptr dereference in devpmoppgetrequiredpstate "opp" pointer is dereferenced before the ISERRORNULL check. Fix it by removing the dereference to cache opptable and dereference it directly where opptable is...

6.5AI score
SaveExploits0References5
OSV
OSV
added 2025/10/07 3:21 p.m.6 views

CVE-2023-53657 ice: Don't tx before switchdev is fully configured

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.17 views

CVE-2023-53657 ice: Don't tx before switchdev is fully configured

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

0.00154EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 3:21 p.m.9 views

EUVD-2025-32775

In the Linux kernel, the following vulnerability has been resolved: ice: Don't tx before switchdev is fully configured There is possibility that iceeswitchportstartxmit might be called while some resources are still not allocated which might cause NULL pointer dereference. Fix this by checking if...

6AI score0.00154EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:21 p.m.43 views

CVE-2022-50555

CVE-2022-50555 : Linux kernel Tipc topsrv accept crashes due to a null pointer dereference when srv->listener is null (set by tipc_topsrv_stop). Root cause: concurrent use of a potentially null listener inside tipc_topsrv_accept; protection via srv->idr_lock, and a missing check allowed der...

7.8CVSS6AI score0.00215EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.10 views

CVE-2022-50555

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a null-ptr-deref in tipctopsrvaccept syzbot found a crash in tipctopsrvaccept: KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f Workqueue: tipcrcv tipctopsrvaccept RIP: 0010:kernelaccept+0x22d/0x350...

7.8CVSS5.3AI score0.00215EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.26 views

CVE-2022-50555 tipc: fix a null-ptr-deref in tipc_topsrv_accept

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a null-ptr-deref in tipctopsrvaccept syzbot found a crash in tipctopsrvaccept: KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f Workqueue: tipcrcv tipctopsrvaccept RIP: 0010:kernelaccept+0x22d/0x350...

7.8CVSS0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 3:21 p.m.7 views

CVE-2022-50555 tipc: fix a null-ptr-deref in tipc_topsrv_accept

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a null-ptr-deref in tipctopsrvaccept syzbot found a crash in tipctopsrvaccept: KASAN: null-ptr-deref in range 0x0000000000000008-0x000000000000000f Workqueue: tipcrcv tipctopsrvaccept RIP: 0010:kernelaccept+0x22d/0x350...

7.8CVSS6.4AI score
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32843

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null-deref in dmresume Why Fixing smatch error: dmresume error: we previously assumed 'aconnector-dclink' could be null How Check if dclink null at the beginning of the loop, so further checks can b...

6AI score0.00156EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/07 3:19 p.m.8 views

CVE-2023-53627 scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Grab sasdev lock when traversing the members of sasdev.list When freeing slots in function slotcompletev3hw, it is possible that sasdev.list is being traversed elsewhere, and it may trigger a NULL pointer exception...

7.8CVSS6.3AI score
SaveExploits0References5
CVE
CVE
added 2025/10/07 3:19 p.m.39 views

CVE-2023-53627

CVE-2023-53627 affects the Linux kernel SCSI driver histi_sas. The root cause is a race on sas_dev.list traversal during slot freeing in dereg_device_v3_hw() and hisi_sas_release_tasks(), which can trigger a NULL pointer dereference and kernel panic. The mitigation is to grab the sas_dev lock whi...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder