Lucene search
+L

411140 matches found

EUVD
EUVD
added 2026/09/11 7:43 p.m.6 views

EUVD-2026-76385

In the Linux kernel, the following vulnerability has been resolved: sctp: stop processing a packet once its association is deleted sctpendpointbhrcv looks the association up only when chunk-asoc is NULL, and caches the result in chunk-asoc and chunk-transport without taking a reference. A packet...

5.9AI score0.00506EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.14 views

CVE-2026-89479

In the Linux kernel, the following vulnerability has been resolved: sctp: stop processing a packet once its association is deleted sctpendpointbhrcv looks the association up only when chunk-asoc is NULL, and caches the result in chunk-asoc and chunk-transport without taking a reference. A packet...

9.8CVSS6AI score0.00506EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89478

In the Linux kernel, the following vulnerability has been resolved: sctp: drop a chunk if its transport was removed sctprcv resolves the transport once per packet and leaves it in chunk-transport. The lookup reference, or the one sctpaddbacklog takes if the socket is owned by userspace, keeps it...

9.8CVSS5.9AI score0.00521EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76384

In the Linux kernel, the following vulnerability has been resolved: sctp: drop a chunk if its transport was removed sctprcv resolves the transport once per packet and leaves it in chunk-transport. The lookup reference, or the one sctpaddbacklog takes if the socket is owned by userspace, keeps it...

5.8AI score0.00521EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.30 views

CVE-2026-89478 sctp: drop a chunk if its transport was removed

In the Linux kernel, the following vulnerability has been resolved: sctp: drop a chunk if its transport was removed sctprcv resolves the transport once per packet and leaves it in chunk-transport. The lookup reference, or the one sctpaddbacklog takes if the socket is owned by userspace, keeps it...

9.8CVSS0.00521EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:43 p.m.37 views

CVE-2026-89478

CVE-2026-89478 is a use-after-free in the Linux kernel's SCTP implementation. An authenticated attacker can send an ASCONF DEL-IP to remove a transport while a DATA chunk is still in flight (on the socket backlog or direct path). The chunk's lingering transport reference causes the transport to b...

9.8CVSS5.8AI score0.00521EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89478 sctp: drop a chunk if its transport was removed

In the Linux kernel, the following vulnerability has been resolved: sctp: drop a chunk if its transport was removed sctprcv resolves the transport once per packet and leaves it in chunk-transport. The lookup reference, or the one sctpaddbacklog takes if the socket is owned by userspace, keeps it...

9.8CVSS5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.14 views

CVE-2026-89477

In the Linux kernel, the following vulnerability has been resolved: sctp: fix NULL deref on untransmitted RECONF completion sctpprocessstrresetoutreq, sctpprocessstrresetaddstrmout and sctpprocessstrresetresp complete a pending stream reconfiguration request by stopping the reconf timer on the...

7.5CVSS6AI score0.00508EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89477 sctp: fix NULL deref on untransmitted RECONF completion

In the Linux kernel, the following vulnerability has been resolved: sctp: fix NULL deref on untransmitted RECONF completion sctpprocessstrresetoutreq, sctpprocessstrresetaddstrmout and sctpprocessstrresetresp complete a pending stream reconfiguration request by stopping the reconf timer on the...

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

CVE-2026-89477

CVE-2026-89477 is a NULL pointer dereference in the Linux kernel's SCTP stream reconfiguration code. When a reconfiguration request is queued in asoc->strreset_chunk but not yet transmitted, chunk->transport remains NULL; three completion functions (sctp_process_strreset_outreq, sctp_proces...

7.5CVSS5.9AI score0.00508EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:43 p.m.7 views

EUVD-2026-76383

In the Linux kernel, the following vulnerability has been resolved: sctp: fix NULL deref on untransmitted RECONF completion sctpprocessstrresetoutreq, sctpprocessstrresetaddstrmout and sctpprocessstrresetresp complete a pending stream reconfiguration request by stopping the reconf timer on the...

5.9AI score0.00508EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.33 views

CVE-2026-89477 sctp: fix NULL deref on untransmitted RECONF completion

In the Linux kernel, the following vulnerability has been resolved: sctp: fix NULL deref on untransmitted RECONF completion sctpprocessstrresetoutreq, sctpprocessstrresetaddstrmout and sctpprocessstrresetresp complete a pending stream reconfiguration request by stopping the reconf timer on the...

7.5CVSS0.00508EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:43 p.m.12 views

CVE-2026-89460

CVE-2026-89460 affects the Linux kernel on s390 systems using the CPUMF (Command Processor Measurement Facility) PMU driver. The root cause is that per-CPU cpu_cf_events structures are allocated only for CPUs online at event-creation time. If a CPU is hotplugged online during a perf stat run with...

5.8AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 7:43 p.m.16 views

CVE-2026-89460 s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks

In the Linux kernel, the following vulnerability has been resolved: s390/cpumcf: Handle CPU hotplug via prepare/dead callbacks The command 'perf stat -e cycles -- ' crashes the kernel when CPUs are hotplug added during that run. Root cause is the allocation of struct cpucfevents at first event...

6AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.27 views

CVE-2026-89460 s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks

In the Linux kernel, the following vulnerability has been resolved: s390/cpumcf: Handle CPU hotplug via prepare/dead callbacks The command 'perf stat -e cycles -- ' crashes the kernel when CPUs are hotplug added during that run. Root cause is the allocation of struct cpucfevents at first event...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.16 views

CVE-2026-89460

In the Linux kernel, the following vulnerability has been resolved: s390/cpumcf: Handle CPU hotplug via prepare/dead callbacks The command 'perf stat -e cycles -- ' crashes the kernel when CPUs are hotplug added during that run. Root cause is the allocation of struct cpucfevents at first event...

5.9AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:43 p.m.9 views

EUVD-2026-76366

In the Linux kernel, the following vulnerability has been resolved: s390/cpumcf: Handle CPU hotplug via prepare/dead callbacks The command 'perf stat -e cycles -- ' crashes the kernel when CPUs are hotplug added during that run. Root cause is the allocation of struct cpucfevents at first event...

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

EUVD-2026-76363

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Guard sysfs discipline callbacks against unallocated private data Several sysfs show/store handlers call a discipline callback that dereferences device-private, either directly or through the DASDDEFINEATTR macro. Duri...

5.6AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.16 views

CVE-2026-89457 s390/dasd: Guard sysfs discipline callbacks against unallocated private data

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: Guard sysfs discipline callbacks against unallocated private data Several sysfs show/store handlers call a discipline callback that dereferences device-private, either directly or through the DASDDEFINEATTR macro. Duri...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/09/11 7:43 p.m.16 views

CVE-2026-89457

CVE-2026-89457 affects the s390/dasd subsystem in the Linux kernel. During dasd_generic_set_online(), a device's discipline is assigned before check_device() allocates device->private. Several sysfs show/store handlers dereference this pointer without a null check, so an unprivileged read of a...

5.6AI score0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder