Lucene search
+L

48310 matches found

CVE
CVE
added 2026/09/11 7:44 p.m.11 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
CVE
CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89544

CVE-2026-89544 affects the Linux kernel's SUNRPC subsystem, specifically the gssx_dec_option_array() XDR option-array decoder. Four coupled defects in its error paths introduce a NULL dereference (when oa->count is set before oa->data allocation fails), a refcount leak on cr_group_info (rel...

7.5CVSS6.1AI score0.00567EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.27 views

CVE-2026-89544 SUNRPC: fix gssx_dec_option_array error path bugs

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

7.5CVSS0.00567EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:44 p.m.7 views

EUVD-2026-76455

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

6.1AI score0.00567EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.8 views

CVE-2026-89544 SUNRPC: fix gssx_dec_option_array error path bugs

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

7.5CVSS6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.13 views

CVE-2026-89544

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix gssxdecoptionarray error path bugs Four coupled defects in the gssx XDR option-array decoder make the error paths unsafe: a NULL deref in the caller, a refcount leak on the decoded groupinfo, and a latent use-after-fr...

7.5CVSS6.2AI score0.00567EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:44 p.m.8 views

EUVD-2026-76434

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

5.7AI score0.00627EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.26 views

CVE-2026-89528 svcrdma: Reject Read lists that exceed the page budget

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

7.5CVSS0.00627EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:44 p.m.15 views

CVE-2026-89528

CVE-2026-89528 affects the Linux kernel's svcrdma (RPC-over-RDMA) server. Individual Read segment lengths are validated at decode time, but nothing prevents a remote requester from sending multiple segments whose cumulative length exceeds the rq_pages array budget. When one segment fills the page...

7.5CVSS5.7AI score0.00627EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89528 svcrdma: Reject Read lists that exceed the page budget

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

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

CVE-2026-89528

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject Read lists that exceed the page budget Individual Read segment lengths are validated at decode time, but nothing prevents a requester from sending multiple segments whose cumulative length exceeds the rqpages arra...

7.5CVSS5.8AI score0.00627EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89518 sched_ext: Fix this_rq() assumptions in dispatch kfuncs

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix thisrq assumptions in dispatch kfuncs Under core scheduling, dispatch runs from within the core-wide pick and can target a sibling rq, so ops.dispatch may execute on a CPU different from the dispatched rq's. Several...

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

CVE-2026-89518 sched_ext: Fix this_rq() assumptions in dispatch kfuncs

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix thisrq assumptions in dispatch kfuncs Under core scheduling, dispatch runs from within the core-wide pick and can target a sibling rq, so ops.dispatch may execute on a CPU different from the dispatched rq's. Several...

6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.23 views

CVE-2026-89517 sched_ext: Fix rq->core_pick corruption under core scheduling

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix rq-corepick corruption under core scheduling Core scheduling's picknexttask picks what to run on every SMT sibling of the core in a single pass under the shared core-wide rq lock. The selection state is consistent...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 7:44 p.m.9 views

EUVD-2026-76423

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix rq-corepick corruption under core scheduling Core scheduling's picknexttask picks what to run on every SMT sibling of the core in a single pass under the shared core-wide rq lock. The selection state is consistent...

6AI score0.00198EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.14 views

CVE-2026-89517

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix rq-corepick corruption under core scheduling Core scheduling's picknexttask picks what to run on every SMT sibling of the core in a single pass under the shared core-wide rq lock. The selection state is consistent...

6.1AI score0.00198EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89517 sched_ext: Fix rq->core_pick corruption under core scheduling

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix rq-corepick corruption under core scheduling Core scheduling's picknexttask picks what to run on every SMT sibling of the core in a single pass under the shared core-wide rq lock. The selection state is consistent...

6AI score
SaveExploits0References5
CVE
CVE
added 2026/09/11 7:44 p.m.14 views

CVE-2026-89517

CVE-2026-89517 affects the Linux kernel's sched_ext (sched_ext) subsystem under core scheduling . Since commit 4c95380701f5, sched_ext's dispatch runs inside pick_next_task() and can drop the core-wide rq lock. When selections on the same core interleave through this dropped lock, they corrupt ea...

6AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89511 qede: Fix NULL pointer dereference in TPA fragment processing

In the Linux kernel, the following vulnerability has been resolved: qede: Fix NULL pointer dereference in TPA fragment processing Under memory pressure, the qede driver encounters NULL pointer dereferences when processing TPA continuation fragments. Commit 8a8633978b84 "qede: Add buildskb support...

7.5CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/09/11 7:43 p.m.22 views

CVE-2026-89511

CVE-2026-89511 is a NULL pointer dereference in the qede driver (QLogic 10GbE Ethernet) of the Linux kernel , leading to a kernel panic and Denial of Service (CVSS 3.1: 7.5 HIGH , AV:N/AC:L/PR:N). The root cause is a dropped assignment of tpa_info->buffer.data in qede_tpa_start(), introduced b...

7.5CVSS5.6AI score0.00716EPSS
SaveExploits0References8
Rows per page
Query Builder