Lucene search
+L

389247 matches found

CVE
CVE
added 2026/09/11 7:46 p.m.15 views

CVE-2026-89753

CVE-2026-89753 affects the Linux kernel in the memory management subsystem (mm/vmscan ). The root cause is that the scan loop in shrink_lruvec() only calls cond_resched(), which is a no-op on PREEMPTION kernels . Since involuntary preemption does not count as a Tasks-RCU quiescent state , a recla...

5.8AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89753 mm/vmscan: report RCU-tasks quiescent states in shrink_lruvec()

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: report RCU-tasks quiescent states in shrinklruvec I am seeing some rcutasks stalls in the Meta fleet during reclaim. INFO: rcutasks detected stalls on tasks: 0000000088620d09: .. nvcsw: 6735/6735 holdout: 1 idlecpu: -1...

5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89752 mm: memcg: stop reclaim when a limit update is superseded

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:46 p.m.16 views

CVE-2026-89752

A race condition in the Linux kernel's memory cgroup (memcg) subsystem can cause an indefinite reclaim loop when two open files concurrently update memory.max or memory.high. Because kernfs serializes operations only per open file, a first writer may continue reclaiming toward a stale target afte...

5.8AI score0.00176EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76665

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: report RCU-tasks quiescent states in shrinklruvec I am seeing some rcutasks stalls in the Meta fleet during reclaim. INFO: rcutasks detected stalls on tasks: 0000000088620d09: .. nvcsw: 6735/6735 holdout: 1 idlecpu: -1...

5.8AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:46 p.m.7 views

CVE-2026-89752 mm: memcg: stop reclaim when a limit update is superseded

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: stop reclaim when a limit update is superseded kernfs serializes file operations only per open file, so separate open files can update the same memory.high or memory.max file concurrently. Both handlers store the new...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89753

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: report RCU-tasks quiescent states in shrinklruvec I am seeing some rcutasks stalls in the Meta fleet during reclaim. INFO: rcutasks detected stalls on tasks: 0000000088620d09: .. nvcsw: 6735/6735 holdout: 1 idlecpu: -1...

5.9AI score0.00176EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76663

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

5.8AI score0.00172EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.13 views

CVE-2026-89751

CVE-2026-89751 is an off-by-one error in the Linux kernel's x86 TDX (Trusted Domain Extensions) port I/O handling. The functions handle_in() and handle_out() in arch/x86/coco/tdx/tdx.c compute a bitmask using GENMASK(BITS_PER_BYTE * size, 0). Since GENMASK(h, l) includes bit h , this produces a m...

5.8AI score0.00172EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89751 x86/tdx: Fix off-by-one in port I/O handling

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

0.00172EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89751

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

5.9AI score0.00172EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.8 views

CVE-2026-89751 x86/tdx: Fix off-by-one in port I/O handling

In the Linux kernel, the following vulnerability has been resolved: x86/tdx: Fix off-by-one in port I/O handling handlein and handleout in arch/x86/coco/tdx/tdx.c use: u64 mask = GENMASKBITSPERBYTE size, 0; GENMASKh, l includes bit h. For size=1 INB, this produces GENMASK8, 0 = 0x1FF 9 bits inste...

5.9AI score
SaveExploits0References9
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76662

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

6AI score0.00159EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.16 views

CVE-2026-89750

CVE-2026-89750 is a Use-After-Free vulnerability in the Linux kernel's tracing/user_events subsystem. During fork, dup_task_struct() copies the user_event_mm pointer from the parent into the child without acquiring a reference. If user_event_mm_alloc() subsequently fails, the stale pointer is lef...

7.8CVSS6AI score0.00159EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.29 views

CVE-2026-89750 tracing/user_events: Clear copied tracing state before fork duplication

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89750 tracing/user_events: Clear copied tracing state before fork duplication

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS6.1AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89750

In the Linux kernel, the following vulnerability has been resolved: tracing/userevents: Clear copied tracing state before fork duplication duptaskstruct copies usereventmm from the parent into the child, without grabbing a reference to it. usereventmmdup should replace it, but it leaves that copi...

7.8CVSS6.3AI score0.00159EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.28 views

CVE-2026-89749 tracing: Fix crash passing ERR_PTR to kthread_stop()

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERRPTR to kthreadstop eventteststuff calls kthreadrun and unconditionally passes the returned taskstruct pointer to kthreadstop. kthreadrun returns an error pointer such as ERRPTR-ENOMEM when kthread...

0.00211EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76661

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERRPTR to kthreadstop eventteststuff calls kthreadrun and unconditionally passes the returned taskstruct pointer to kthreadstop. kthreadrun returns an error pointer such as ERRPTR-ENOMEM when kthread...

5.7AI score0.00211EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.30 views

CVE-2026-89748 tracing: Fix retry exhaustion in simple ring buffer reader swap

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix retry exhaustion in simple ring buffer reader swap simpleringbufferswapreaderpage starts with retry set to 8 and post-decrements it only after a failed link replacement. On the final attempt, a successful replacement...

7.8CVSS0.00154EPSS
SaveExploits0References2
Rows per page
Query Builder