Lucene search
+L

369999 matches found

Cvelist
Cvelist
added 2026/08/15 5:59 a.m.29 views

CVE-2026-74428 rxrpc: Fix double unlock in rxrpc_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix double unlock in rxrpcrecvmsg Fix a double unlock in rxrpcrecvmsg when dealing with OOB messages...

9.8CVSS0.00352EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:59 a.m.21 views

CVE-2026-74427

The CVE-2026-74427 entry concerns the Linux kernel AFS subsystem. Affected component: afs code handling network namespaces and preallocation charging. Root cause: during netns teardown, the work item that precharges the rxrpc queue could remain active, and when net->live is false the charging ...

9.8CVSS5.4AI score0.00404EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:59 a.m.7 views

EUVD-2026-59574

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

5.4AI score0.00404EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:59 a.m.9 views

CVE-2026-74428 rxrpc: Fix double unlock in rxrpc_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix double unlock in rxrpcrecvmsg Fix a double unlock in rxrpcrecvmsg when dealing with OOB messages...

9.8CVSS5.4AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:59 a.m.16 views

CVE-2026-74428

The CVE-2026-74428 entry pertains to the Linux kernel, specifically a vulnerability in rxrpc_recvmsg() where a double unlock occurs while handling OOB messages. The issue is concrete: the function path for OOB messages can unlock a resource twice, potentially leading to memory corruption or simil...

9.8CVSS5.3AI score0.00352EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/15 5:59 a.m.10 views

CVE-2026-74427

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

5.2AI score0.00404EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/08/15 5:59 a.m.8 views

CVE-2026-74427

In the Linux kernel, the following vulnerability has been resolved: afs: Fix netns teardown to cancel the preallocation charger Fix the teardown of an afs network namespace to make sure it cancels the work item that keeps the preallocated rxrpc call/conn/peer queue charged before incoming calls a...

9.8CVSS5.4AI score0.00404EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:59 a.m.7 views

EUVD-2026-59573

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

5.3AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:59 a.m.8 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...

5.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:59 a.m.16 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 2026/08/15 5:59 a.m.31 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
Debian CVE
Debian CVE
added 2026/08/15 5:59 a.m.6 views

CVE-2026-74426

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

5.3AI score0.00165EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:59 a.m.7 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
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.34 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
Debian CVE
Debian CVE
added 2026/08/15 5:59 a.m.7 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
SaveExploits0
OSV
OSV
added 2026/08/15 5:59 a.m.5 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
CVE
CVE
added 2026/08/15 5:59 a.m.17 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
OSV
OSV
added 2026/08/15 5:59 a.m.8 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
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.39 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
EUVD
EUVD
added 2026/08/15 5:59 a.m.6 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
Rows per page
Query Builder