Lucene search
+L

1908494 matches found

Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80520

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS5.5AI score0.00432EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.33 views

CVE-2026-74752 sctp: validate cookie AUTH state before use

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cookie AUTH state before use When cookie authentication is disabled, COOKIEECHO restores fixed-size AUTH fields directly from peer-controlled cookie bytes. A forged RANDOM length, HMAC list, or CHUNKS list can then...

9.8CVSS0.00434EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/26 2:36 p.m.30 views

CVE-2026-74752

CVE-2026-74752 is a critical (CVSS 9.8) vulnerability in the Linux kernel's SCTP implementation. When cookie authentication is disabled, the COOKIE_ECHO handler restores fixed-size AUTH fields directly from peer-controlled cookie bytes without validating them against local backing arrays. A forge...

9.8CVSS5.3AI score0.00434EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:36 p.m.6 views

CVE-2026-74752 sctp: validate cookie AUTH state before use

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cookie AUTH state before use When cookie authentication is disabled, COOKIEECHO restores fixed-size AUTH fields directly from peer-controlled cookie bytes. A forged RANDOM length, HMAC list, or CHUNKS list can then...

9.8CVSS5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.8 views

CVE-2026-74752

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cookie AUTH state before use When cookie authentication is disabled, COOKIEECHO restores fixed-size AUTH fields directly from peer-controlled cookie bytes. A forged RANDOM length, HMAC list, or CHUNKS list can then...

9.8CVSS5.4AI score0.00434EPSS
SaveExploits0
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74751 riscv: lib: Fix ZBB strnlen reading past count boundary

In the Linux kernel, the following vulnerability has been resolved: riscv: lib: Fix ZBB strnlen reading past count boundary The ZBB-optimized strnlen loop loads one word ahead before checking the aligned boundary: REGL t1, SZREGt0 // load next word addi t0, t0, SZREG // advance orc.b t1, t1 bgeu...

9.4CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.33 views

CVE-2026-74751 riscv: lib: Fix ZBB strnlen reading past count boundary

In the Linux kernel, the following vulnerability has been resolved: riscv: lib: Fix ZBB strnlen reading past count boundary The ZBB-optimized strnlen loop loads one word ahead before checking the aligned boundary: REGL t1, SZREGt0 // load next word addi t0, t0, SZREG // advance orc.b t1, t1 bgeu...

9.4CVSS0.00337EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.7 views

CVE-2026-74751

In the Linux kernel, the following vulnerability has been resolved: riscv: lib: Fix ZBB strnlen reading past count boundary The ZBB-optimized strnlen loop loads one word ahead before checking the aligned boundary: REGL t1, SZREGt0 // load next word addi t0, t0, SZREG // advance orc.b t1, t1 bgeu...

9.4CVSS5.4AI score0.00337EPSS
SaveExploits0
CVE
CVE
added 2026/08/26 2:36 p.m.18 views

CVE-2026-74751

CVE-2026-74751 is a bug in the Linux kernel's RISC-V ZBB-optimized strnlen function. The loop loads one word ahead of the aligned boundary before performing the boundary check. When the string pointer is aligned and the count is a multiple of the word size, the loop can read a full word at exactl...

9.4CVSS5.4AI score0.00337EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/26 2:36 p.m.11 views

CVE-2026-74749

CVE-2026-74749 affects the Linux kernel 's rseq (restricted sequence) subsystem. When __exit_to_user_mode_loop() invokes rseq_grant_timeslice_extension() with interrupts enabled, a granted time slice extension calls hrtimer_rearm_deferred_tif(), which in turn calls __hrtimer_rearm_deferred() — a ...

5.4AI score0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/26 2:36 p.m.16 views

CVE-2026-74748

CVE-2026-74748 is a refcount race in the Linux kernel's netfilter ipset subsystem. The function __ip_set_put_byindex() resolves a set index under RCU but decrements the reference count only after acquiring ip_set_ref_lock. A concurrent ip_set_swap() call can interleave between these two steps, ca...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.30 views

CVE-2026-74748 netfilter: ipset: fix refcount race between list:set GC and swap

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS0.00138EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.6 views

CVE-2026-74749

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

5.4AI score0.00162EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.28 views

CVE-2026-74749 rseq: Prevent hard lockup on granted time slice extension

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/26 2:36 p.m.4 views

EUVD-2026-66579

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

5.4AI score0.00162EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:36 p.m.7 views

CVE-2026-74748 netfilter: ipset: fix refcount race between list:set GC and swap

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74749 rseq: Prevent hard lockup on granted time slice extension

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

5.7AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.6 views

CVE-2026-74748

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: fix refcount race between list:set GC and swap ipsetputbyindex resolved the index to a set pointer under RCU, then took ipsetreflock in ipsetput to decrement set-ref. ipsetswap holds that same lock while swappin...

7.8CVSS5.4AI score0.00138EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.31 views

CVE-2026-74745 eth: bnxt: avoid deadlock when canceling IRQ affinity notifier

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: avoid deadlock when canceling IRQ affinity notifier Unregistering IRQ affinity notifiers waits for the callback synchronously. bnxt takes the netdev instance lock in the notifier to restart the queue and cancels the wo...

7.5CVSS0.00359EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:36 p.m.8 views

CVE-2026-74745 eth: bnxt: avoid deadlock when canceling IRQ affinity notifier

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: avoid deadlock when canceling IRQ affinity notifier Unregistering IRQ affinity notifiers waits for the callback synchronously. bnxt takes the netdev instance lock in the notifier to restart the queue and cancels the wo...

7.5CVSS5.7AI score
SaveExploits0References5
Rows per page
Query Builder