Lucene search
+L

414859 matches found

OSV
OSV
added 2026/09/11 7:44 p.m.11 views

CVE-2026-89555 mpls: reload header after pskb_may_pull()

In the Linux kernel, the following vulnerability has been resolved: mpls: reload header after pskbmaypull mplsselectmultipath calls mplsmultipathhash to choose a nexthop when an MPLS route has multiple nexthops. While walking the MPLS label stack, the hash routine caches hdr for the current label...

9.8CVSS6.3AI score
SaveExploits0References11
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76466

In the Linux kernel, the following vulnerability has been resolved: mpls: reload header after pskbmaypull mplsselectmultipath calls mplsmultipathhash to choose a nexthop when an MPLS route has multiple nexthops. While walking the MPLS label stack, the hash routine caches hdr for the current label...

6.3AI score0.00684EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.29 views

CVE-2026-89555

CVE-2026-89555 is a use-after-free in the Linux kernel's MPLS subsystem. In mpls_select_multipath(), a cached header pointer (hdr) is not reloaded after pskb_may_pull() reallocates the skb head via pskb_expand_head(), leaving hdr pointing to freed memory. A remote attacker can trigger the bug by ...

9.8CVSS6.3AI score0.00684EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76463

In the Linux kernel, the following vulnerability has been resolved: params: fix charp corruption on allocation failure paramsetcharp stores charp parameters in allocated memory after slab is available, and releases the previous value when the parameter is updated. The previous value is released...

5.8AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.14 views

CVE-2026-89552

In the Linux kernel, the following vulnerability has been resolved: params: fix charp corruption on allocation failure paramsetcharp stores charp parameters in allocated memory after slab is available, and releases the previous value when the parameter is updated. The previous value is released...

5.9AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89552 params: fix charp corruption on allocation failure

In the Linux kernel, the following vulnerability has been resolved: params: fix charp corruption on allocation failure paramsetcharp stores charp parameters in allocated memory after slab is available, and releases the previous value when the parameter is updated. The previous value is released...

0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.9 views

CVE-2026-89552 params: fix charp corruption on allocation failure

In the Linux kernel, the following vulnerability has been resolved: params: fix charp corruption on allocation failure paramsetcharp stores charp parameters in allocated memory after slab is available, and releases the previous value when the parameter is updated. The previous value is released...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/09/11 7:44 p.m.18 views

CVE-2026-89552

This Linux kernel vulnerability affects param_set_charp() in the kernel's params subsystem. The root cause is that the previous parameter value is freed before the replacement allocation succeeds; if kmalloc_parameter() fails, the parameter is left as NULL , leading to a kernel NULL pointer deref...

5.8AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76459

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: always drain cachecleaner before destroying a cachedetail sunrpcdestroycachedetail only cancels the global cachecleaner delayedwork when cachelist is empty. During per-netns teardown cachelist is never empty because...

5.8AI score0.00125EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89548

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: always drain cachecleaner before destroying a cachedetail sunrpcdestroycachedetail only cancels the global cachecleaner delayedwork when cachelist is empty. During per-netns teardown cachelist is never empty because...

7.8CVSS5.9AI score0.00125EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.31 views

CVE-2026-89548 SUNRPC: always drain cache_cleaner before destroying a cache_detail

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: always drain cachecleaner before destroying a cachedetail sunrpcdestroycachedetail only cancels the global cachecleaner delayedwork when cachelist is empty. During per-netns teardown cachelist is never empty because...

7.8CVSS0.00125EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:44 p.m.24 views

CVE-2026-89548

CVE-2026-89548 is a use-after-free in the Linux kernel's SUNRPC component. The function sunrpc_destroy_cache_detail() only cancels the global cache_cleaner delayed work when cache_list is empty. During per-netns teardown, cache_list is never empty (init_net's caches remain), so the cancel never f...

7.8CVSS5.8AI score0.00125EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89548 SUNRPC: always drain cache_cleaner before destroying a cache_detail

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: always drain cachecleaner before destroying a cachedetail sunrpcdestroycachedetail only cancels the global cachecleaner delayedwork when cachelist is empty. During per-netns teardown cachelist is never empty because...

7.8CVSS5.8AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89547

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Check svc pool percpu counter allocation svccreate initializes three per-pool percpucounter stats and ignores every return value. On SMP, percpucounterinit fails when allocpercpugfp cannot satisfy the allocation, leaving...

8.1CVSS5.9AI score0.00568EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.30 views

CVE-2026-89547 SUNRPC: Check svc pool percpu counter allocation

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Check svc pool percpu counter allocation svccreate initializes three per-pool percpucounter stats and ignores every return value. On SMP, percpucounterinit fails when allocpercpugfp cannot satisfy the allocation, leaving...

8.1CVSS0.00568EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 7:44 p.m.10 views

CVE-2026-89547 SUNRPC: Check svc pool percpu counter allocation

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Check svc pool percpu counter allocation svccreate initializes three per-pool percpucounter stats and ignores every return value. On SMP, percpucounterinit fails when allocpercpugfp cannot satisfy the allocation, leaving...

8.1CVSS5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89547

CVE-2026-89547 affects the Linux kernel's SUNRPC component. The function __svc_create() initializes three per-pool percpu_counter statistics but ignores all return values. On SMP systems, if percpu_counter_init() fails due to a per-cpu allocation failure (e.g., under memory pressure or fault inje...

8.1CVSS5.8AI score0.00568EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:44 p.m.10 views

EUVD-2026-76458

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Check svc pool percpu counter allocation svccreate initializes three per-pool percpucounter stats and ignores every return value. On SMP, percpucounterinit fails when allocpercpugfp cannot satisfy the allocation, leaving...

5.8AI score0.00568EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.29 views

CVE-2026-89546 SUNRPC: close backchannel before destroying callback service

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: close backchannel before destroying callback service A backchannel receive can complete a request while the NFS callback service is being torn down. xprtcompletebcrequest removes the request from bcpalist, drops...

9.8CVSS0.00516EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76457

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: close backchannel before destroying callback service A backchannel receive can complete a request while the NFS callback service is being torn down. xprtcompletebcrequest removes the request from bcpalist, drops...

5.7AI score0.00516EPSS
SaveExploits0References2
Rows per page
Query Builder