Lucene search
+L

254815 matches found

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
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.6 views

CVE-2026-74750

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0
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
Cvelist
Cvelist
added 2026/08/26 2:36 p.m.32 views

CVE-2026-74750 ovpn: defer key slot crypto freeing to workqueue

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS0.00359EPSS
SaveExploits0References2
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
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74750 ovpn: defer key slot crypto freeing to workqueue

In the Linux kernel, the following vulnerability has been resolved: ovpn: defer key slot crypto freeing to workqueue Key slots are released through a kref and the existing release path frees the AEAD transforms from an RCU callback. That is not safe for all crypto implementations: cryptofreeaead...

7.5CVSS5.7AI score
SaveExploits0References5
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
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-74747 ipvs: revalidate ihl to prevent out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: ipvs: revalidate ihl to prevent out-of-bounds access While the outer IP header is already pulled into the skb head, we must be careful and revalidate the embedded headers after reading them from the skb frags to prevent...

7.8CVSS0.00129EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/26 2:36 p.m.8 views

CVE-2026-74747

In the Linux kernel, the following vulnerability has been resolved: ipvs: revalidate ihl to prevent out-of-bounds access While the outer IP header is already pulled into the skb head, we must be careful and revalidate the embedded headers after reading them from the skb frags to prevent...

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

CVE-2026-74747

CVE-2026-74747 affects the Linux kernel in the ipvs (IP Virtual Server) subsystem, specifically in ip_vs_nat_icmp() . After reading embedded IP headers from skb frags, the ihl field is not revalidated; a local process can modify it so that after skb_ensure_writable() a larger value is visible, ca...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:36 p.m.5 views

CVE-2026-74747 ipvs: revalidate ihl to prevent out-of-bounds access

In the Linux kernel, the following vulnerability has been resolved: ipvs: revalidate ihl to prevent out-of-bounds access While the outer IP header is already pulled into the skb head, we must be careful and revalidate the embedded headers after reading them from the skb frags to prevent...

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

CVE-2026-74746 netfilter: flowtable: publish GC-visible tuple last

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: publish GC-visible tuple last nfflowtableiterate only treats original-direction tuple nodes as owning entries. Publishing the original node first lets GC observe and free a flow while flowoffloadadd is still...

9.8CVSS0.00543EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/26 2:36 p.m.12 views

CVE-2026-74746

CVE-2026-74746 is a slab-use-after-free vulnerability in the Linux kernel netfilter flowtable subsystem. The root cause lies in nf_flow_table_iterate(), which treats only original-direction tuple nodes as owning entries. When the original node is published first, the garbage collector can observe...

9.8CVSS5.3AI score0.00543EPSS
SaveExploits0References8
Rows per page
Query Builder