Lucene search
+L

388343 matches found

Cvelist
Cvelist
added 2026/09/11 7:45 p.m.24 views

CVE-2026-89604 efivarfs: Rate limit statfs() handler

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Rate limit statfs handler Ravi reports that statfs may be called by unprivileged users on the efivarfs mount point, which may result in a flood of calls to the QueryVariableInfo runtime service. These calls are...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76516

In the Linux kernel, the following vulnerability has been resolved: efivarfs: Rate limit statfs handler Ravi reports that statfs may be called by unprivileged users on the efivarfs mount point, which may result in a flood of calls to the QueryVariableInfo runtime service. These calls are...

5.8AI score0.00205EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.9 views

EUVD-2026-76515

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

5.8AI score0.00142EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:45 p.m.19 views

CVE-2026-89603

CVE-2026-89603 is a race condition in the Linux kernel's syscall_trace_enter() that allows seccomp filter bypass via ptrace. When a thread is stopped for ptrace, another thread can install a seccomp filter with SECCOMP_FILTER_FLAG_TSYNC; however, syscall_trace_enter() evaluates a cached 'work' va...

8.4CVSS5.8AI score0.00142EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/11 7:45 p.m.8 views

CVE-2026-89603 entry: Fix seccomp bypass after ptrace with TSYNC

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS5.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.28 views

CVE-2026-89603 entry: Fix seccomp bypass after ptrace with TSYNC

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS0.00142EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.9 views

CVE-2026-89603

In the Linux kernel, the following vulnerability has been resolved: entry: Fix seccomp bypass after ptrace with TSYNC Sashiko review pointed out the following issue. If a thread is stopped in syscalltraceenter for ptrace, another thread can install a seccomp filter with SECCOMPFILTERFLAGTSYNC e.g...

8.4CVSS6AI score0.00142EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:45 p.m.12 views

CVE-2026-89602

CVE-2026-89602 affects the erofs (Enhanced Read-Only File System) component of the Linux kernel . When resizing global buffers, a failed partial resize leaves a retry path that either returns a spurious -ENOMEM (same-size retry) or allocates a temporary pointer array too small for the existing po...

7.8CVSS6AI score0.00172EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.7 views

CVE-2026-89602

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

7.8CVSS6AI score0.00172EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:45 p.m.6 views

EUVD-2026-76514

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

6AI score0.00172EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.26 views

CVE-2026-89602 erofs: skip sufficiently large global buffers when resizing

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

7.8CVSS0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89602 erofs: skip sufficiently large global buffers when resizing

In the Linux kernel, the following vulnerability has been resolved: erofs: skip sufficiently large global buffers when resizing zerofsgbufnrpages is advanced only after every global buffer has been grown. If a resize fails after some buffers were enlarged, a retry revisits those enlarged buffers...

7.8CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:45 p.m.13 views

CVE-2026-89601

This vulnerability affects the Linux kernel ext2 filesystem in the ext2_setsize() and ext2_xattr_set2() functions. The root cause is that for IS_SYNC inodes , sync_inode_metadata() is called without first marking the inode dirty; since that function only operates on already-dirty inodes, inode up...

8.8CVSS5.8AI score0.00348EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.9 views

CVE-2026-89601

In the Linux kernel, the following vulnerability has been resolved: ext2: Fix lost inode updates for ISSYNC inodes ext2setsize and ext2xattrset2 had a construct like: if ISSYNCinode syncinodemetadatainode, 1; else markinodedirtyinode; which leads to lost inode updates for ISSYNC inodes because...

8.8CVSS5.9AI score0.00348EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:45 p.m.6 views

CVE-2026-89601 ext2: Fix lost inode updates for IS_SYNC inodes

In the Linux kernel, the following vulnerability has been resolved: ext2: Fix lost inode updates for ISSYNC inodes ext2setsize and ext2xattrset2 had a construct like: if ISSYNCinode syncinodemetadatainode, 1; else markinodedirtyinode; which leads to lost inode updates for ISSYNC inodes because...

8.8CVSS5.9AI score
SaveExploits0References5
EUVD
EUVD
added 2026/09/11 7:45 p.m.8 views

EUVD-2026-76513

In the Linux kernel, the following vulnerability has been resolved: ext2: Fix lost inode updates for ISSYNC inodes ext2setsize and ext2xattrset2 had a construct like: if ISSYNCinode syncinodemetadatainode, 1; else markinodedirtyinode; which leads to lost inode updates for ISSYNC inodes because...

5.8AI score0.00348EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.26 views

CVE-2026-89601 ext2: Fix lost inode updates for IS_SYNC inodes

In the Linux kernel, the following vulnerability has been resolved: ext2: Fix lost inode updates for ISSYNC inodes ext2setsize and ext2xattrset2 had a construct like: if ISSYNCinode syncinodemetadatainode, 1; else markinodedirtyinode; which leads to lost inode updates for ISSYNC inodes because...

8.8CVSS0.00348EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/11 7:45 p.m.16 views

CVE-2026-89600

CVE-2026-89600 is a use-after-free vulnerability in the Linux kernel's fanotify subsystem . The root cause: fsnotify_pre_content() builds a file_range on the triggering task's stack, and fanotify_alloc_perm_event() stores a pointer to range.pos in a heap-allocated permission event. If a signal in...

7.8CVSS6.7AI score0.00124EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.10 views

CVE-2026-89600

In the Linux kernel, the following vulnerability has been resolved: fanotify: fix use-after-free of file range info fsnotifyprecontent builds its filerange on the triggering task's stack. fanotifyallocpermevent saves a pointer to range.pos in the heap-allocated permission event so...

7.8CVSS6.8AI score0.00124EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.26 views

CVE-2026-89600 fanotify: fix use-after-free of file range info

In the Linux kernel, the following vulnerability has been resolved: fanotify: fix use-after-free of file range info fsnotifyprecontent builds its filerange on the triggering task's stack. fanotifyallocpermevent saves a pointer to range.pos in the heap-allocated permission event so...

7.8CVSS0.00124EPSS
SaveExploits0References3
Rows per page
Query Builder