Lucene search
+L

599985 matches found

EUVD
EUVD
added 2026/09/11 7:47 p.m.9 views

EUVD-2026-76678

In the Linux kernel, the following vulnerability has been resolved: pidfd: hold execupdatelock around namespace ioctl The PIDFDGETNAMESPACE ioctls in pidfdioctl perform a filesystem credentials ptrace access check before handing out a namespace file descriptor. The accompanying comment states tha...

5.8AI score0.00184EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:47 p.m.22 views

CVE-2026-89766

This Linux kernel vulnerability affects the PIDFD_GET_*_NAMESPACE ioctls in pidfd_ioctl(), which perform a ptrace credentials check before handing out a namespace file descriptor. Unlike the equivalent procfs paths (proc_ns_get_link, proc_ns_readlink), the pidfd path did not hold the target task'...

5.8AI score0.00184EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.32 views

CVE-2026-89746 tracing: Fix use-after-free with same-name named triggers

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

7.8CVSS0.00159EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/11 7:46 p.m.13 views

EUVD-2026-76658

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

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

CVE-2026-89746

CVE-2026-89746 is a use-after-free in the Linux kernel's tracing subsystem, triggered when two hist triggers on different events share the same name=. The second trigger's hist_data is freed by hist_register_trigger() but its entry in tr->hist_vars is not removed, leaving a dangling pointer. A...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/11 7:46 p.m.14 views

CVE-2026-89746

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:46 p.m.9 views

CVE-2026-89746 tracing: Fix use-after-free with same-name named triggers

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses the first as nameddata. Both are added to tr-histvars by savehistvars...

7.8CVSS6.7AI score
SaveExploits0References9
CVE
CVE
added 2026/09/11 7:45 p.m.22 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
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
OSV
OSV
added 2026/09/11 7:45 p.m.10 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
Debian CVE
Debian CVE
added 2026/09/11 7:45 p.m.11 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
Cvelist
Cvelist
added 2026/09/11 7:45 p.m.30 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:43 p.m.15 views

CVE-2026-81013

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix heap OOB read on empty password write validatepasswordinput computes length = strlenbuf and then checks buflength - 1 to strip a trailing newline, without checking that length is nonzero first. Writi...

6.5AI score0.0018EPSS
SaveExploits0
OSV
OSV
added 2026/09/11 7:43 p.m.7 views

CVE-2026-81013 platform/x86: hp-bioscfg: fix heap OOB read on empty password write

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix heap OOB read on empty password write validatepasswordinput computes length = strlenbuf and then checks buflength - 1 to strip a trailing newline, without checking that length is nonzero first. Writi...

6.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:43 p.m.10 views

EUVD-2026-76336

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix heap OOB read on empty password write validatepasswordinput computes length = strlenbuf and then checks buflength - 1 to strip a trailing newline, without checking that length is nonzero first. Writi...

6.4AI score0.0018EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.29 views

CVE-2026-81013 platform/x86: hp-bioscfg: fix heap OOB read on empty password write

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix heap OOB read on empty password write validatepasswordinput computes length = strlenbuf and then checks buflength - 1 to strip a trailing newline, without checking that length is nonzero first. Writi...

0.0018EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/11 7:43 p.m.17 views

CVE-2026-81013

CVE-2026-81013 is a heap out-of-bounds read in the Linux kernel's hp-bioscfg platform driver. The root cause is in validate_password_input(), which computes length = strlen(buf) and then checks buf[length - 1] to strip a trailing newline without first verifying that length is nonzero. Writing a b...

6.4AI score0.0018EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/11 7:42 p.m.15 views

CVE-2026-81008

CVE-2026-81008 is a slab use-after-free in the Linux kernel's interconnect subsystem, affecting icc_get() and of_icc_get_by_index(). When kasprintf() fails to allocate path->name, the error path calls kfree(path) directly, leaving dangling pointers in the req_list hlists that were already popu...

7.8CVSS6.7AI score0.00159EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/11 7:42 p.m.11 views

CVE-2026-81008

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix use after free in iccget and oficcgetbyindex In oficcgetbyindex and iccget, if the dynamic allocation for path-name fails via kasprintf, the error handling path directly calls kfreepath to free the path object a...

7.8CVSS6.8AI score0.00159EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:42 p.m.5 views

EUVD-2026-76331

In the Linux kernel, the following vulnerability has been resolved: interconnect: Fix use after free in iccget and oficcgetbyindex In oficcgetbyindex and iccget, if the dynamic allocation for path-name fails via kasprintf, the error handling path directly calls kfreepath to free the path object a...

6.7AI score0.00159EPSS
SaveExploits0References4
Rows per page
Query Builder