Lucene search
+L

66341 matches found

Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-74426 afs: fix NULL pointer dereference in afs_get_tree()

In the Linux kernel, the following vulnerability has been resolved: afs: fix NULL pointer dereference in afsgettree afsallocsbi uses kzalloc for memory allocation. And, if ctx-dynroot is not null, as-cell and as-volume are null. In traceafsgettree they are dereferenced. KASAN error message: KASAN...

0.00165EPSS
SaveExploits0References8
CVE
CVE
added 5 days ago12 views

CVE-2026-74426

CVE-2026-74426 (Linux kernel) : A NULL pointer dereference in the AFS filesystem during afs_get_tree() was fixed. The root cause involved afs_alloc_sbi() using kzalloc and, if ctx->dyn_root is non-null, as->cell and as->volume being null, leading to dereferencing these fields in trace_af...

5.3AI score0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-74425 afs: handle CB.InitCallBackState3 requests without a server record

In the Linux kernel, the following vulnerability has been resolved: afs: handle CB.InitCallBackState3 requests without a server record The cache manager callback path now attaches the server record to an incoming call through the rxrpc peer's app data. That association is not guaranteed to exist...

7.5CVSS0.0035EPSS
SaveExploits0References4
EUVD
EUVD
added 5 days ago7 views

EUVD-2026-59572

In the Linux kernel, the following vulnerability has been resolved: afs: handle CB.InitCallBackState3 requests without a server record The cache manager callback path now attaches the server record to an incoming call through the rxrpc peer's app data. That association is not guaranteed to exist...

5.4AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 5 days ago4 views

CVE-2026-74424 fbcon: fix NULL pointer dereference for a console without vc_data

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vcdata fbconnewmodelist runs when a framebuffer's modelist changes. For each console mapped to it with fbdisplayi.mode set, it reads vcconsi.d and passes the vcnum to...

5.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 5 days ago39 views

CVE-2026-74424 fbcon: fix NULL pointer dereference for a console without vc_data

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vcdata fbconnewmodelist runs when a framebuffer's modelist changes. For each console mapped to it with fbdisplayi.mode set, it reads vcconsi.d and passes the vcnum to...

0.00161EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago6 views

CVE-2026-74425 afs: handle CB.InitCallBackState3 requests without a server record

In the Linux kernel, the following vulnerability has been resolved: afs: handle CB.InitCallBackState3 requests without a server record The cache manager callback path now attaches the server record to an incoming call through the rxrpc peer's app data. That association is not guaranteed to exist...

7.5CVSS5.5AI score
SaveExploits0References7
CVE
CVE
added 5 days ago13 views

CVE-2026-74425

In the Linux kernel, CVE-2026-74425 affects the AFS cache manager: CB.InitCallBackState3 requests could arrive without an attached server record to the rxrpc peer’s app data. The fix makes CB.InitCallBackState3 follow the same pattern as other callbacks by checking for an attached server record b...

7.5CVSS5.4AI score0.0035EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 5 days ago6 views

CVE-2026-74424

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vcdata fbconnewmodelist runs when a framebuffer's modelist changes. For each console mapped to it with fbdisplayi.mode set, it reads vcconsi.d and passes the vcnum to...

5.3AI score0.00161EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59571

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix NULL pointer dereference for a console without vcdata fbconnewmodelist runs when a framebuffer's modelist changes. For each console mapped to it with fbdisplayi.mode set, it reads vcconsi.d and passes the vcnum to...

5.3AI score0.00161EPSS
SaveExploits0References7
CVE
CVE
added 5 days ago16 views

CVE-2026-74424

CVE-2026-74424 affects the Linux kernel framebuffer console driver (fbcon). The issue arises when fbcon_new_modelist() iterates consoles with fb_display[i].mode set; it can dereference a NULL vc_data because fbcon_set_disp() may set mode before validating vc_data, and fbcon_deinit() can leave the...

5.3AI score0.00161EPSS
SaveExploits0References7
OSV
OSV
added 5 days ago5 views

CVE-2026-74418 dma-fence: Fix potential tracepoint null pointer dereferences

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Fix potential tracepoint null pointer dereferences Tracedmafencesignaled, tracedmafencewaitend and tracedmafencedestroy can all currently dereference a null fence-ops pointer after it has been reset on fence signalling...

5.6AI score
SaveExploits0References5
CVE
CVE
added 5 days ago16 views

CVE-2026-74418

CVE-2026-74418 covers a Linux kernel issue in the dma-fence tracepoints where Trace_dma_fence_signaled, trace_dma_fence_wait_end, and trace_dma_fence_destroy could dereference a null fence->ops after signalling. The fix uses safe string getters for most tracepoints and moves signaling logic be...

5.4AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-74418 dma-fence: Fix potential tracepoint null pointer dereferences

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Fix potential tracepoint null pointer dereferences Tracedmafencesignaled, tracedmafencewaitend and tracedmafencedestroy can all currently dereference a null fence-ops pointer after it has been reset on fence signalling...

0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago8 views

EUVD-2026-59565

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Fix potential tracepoint null pointer dereferences Tracedmafencesignaled, tracedmafencewaitend and tracedmafencedestroy can all currently dereference a null fence-ops pointer after it has been reset on fence signalling...

5.5AI score0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago10 views

EUVD-2026-59561

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Remove the duplicate attr inode dirty marking action Syzbot reported a null-ptr-deref in 1. If the attributes file is not loaded during system mount, a trigger occurs 1 when setxattr is executed in userspace. Remove the...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 5 days ago36 views

CVE-2026-74414 hfsplus: Remove the duplicate attr inode dirty marking action

In the Linux kernel, the following vulnerability has been resolved: hfsplus: Remove the duplicate attr inode dirty marking action Syzbot reported a null-ptr-deref in 1. If the attributes file is not loaded during system mount, a trigger occurs 1 when setxattr is executed in userspace. Remove the...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 5 days ago19 views

CVE-2026-74414

CVE-2026-74414 affects the Linux kernel (hfsplus) where a null-pointer dereference could occur during setxattr if the attributes file is not loaded at mount time. The root cause is a duplicate attr inode dirty-marking action in hfsplus/xattr.c, leading to a potential dereference in hfsplus_setxat...

5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59554

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: cancel SSR work items during PCI shutdown A reboot can crash the kernel if it overlaps with WLAN firmware crash recovery SSR. The crash is a NULL pointer dereference in the MHI teardown path while freeing DMA-backed...

5.4AI score0.00218EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago11 views

CVE-2026-74407 wifi: ath11k: cancel SSR work items during PCI shutdown

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: cancel SSR work items during PCI shutdown A reboot can crash the kernel if it overlaps with WLAN firmware crash recovery SSR. The crash is a NULL pointer dereference in the MHI teardown path while freeing DMA-backed...

8.8CVSS5.5AI score
SaveExploits0References5
Rows per page
Query Builder