Lucene search
+L

292484 matches found

CVE
CVE
•added 2026/09/17 4:08 p.m.•21 views

CVE-2026-90303

CVE-2026-90303 affects the Linux kernel on ARM architecture. When CONFIG_DEBUG_USER=y and the kernel command-line option user_debug=31 are active, a user fault can trigger show_pte() without holding any lock. If another thread in the same process concurrently calls munmap() , page table pages may...

6.3AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:08 p.m.•10 views

CVE-2026-90303 ARM: 9485/1: mm: acquire mmap write lock around show_pte() for user faults

In the Linux kernel, the following vulnerability has been resolved: ARM: 9485/1: mm: acquire mmap write lock around showpte for user faults When CONFIGDEBUGUSER=y, and cmdline "userdebug=31" is set, a user fault may trigger showpte without any lock. If another thread in the same process...

6.3AI score
SaveExploits0References11
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•11 views

EUVD-2026-81964

In the Linux kernel, the following vulnerability has been resolved: ARM: 9485/1: mm: acquire mmap write lock around showpte for user faults When CONFIGDEBUGUSER=y, and cmdline "userdebug=31" is set, a user fault may trigger showpte without any lock. If another thread in the same process...

6.3AI score0.0022EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•8 views

CVE-2026-90303

In the Linux kernel, the following vulnerability has been resolved: ARM: 9485/1: mm: acquire mmap write lock around showpte for user faults When CONFIGDEBUGUSER=y, and cmdline "userdebug=31" is set, a user fault may trigger showpte without any lock. If another thread in the same process...

6.4AI score0.0022EPSS
SaveExploits0
CVE
CVE
•added 2026/09/17 4:08 p.m.•19 views

CVE-2026-90301

CVE-2026-90301 is a use-after-free in the Linux kernel's OCFS2 file system heartbeat subsystem (o2hb ). The struct o2hb_region is exposed to o2net negotiate handlers before the heartbeat runtime is fully initialized, and can be freed while in-flight callbacks or delayed timeout work still referen...

8.1CVSS5.9AI score0.00454EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•36 views

CVE-2026-90302 ocfs2: synchronize heartbeat callbacks with o2net teardown

In the Linux kernel, the following vulnerability has been resolved: ocfs2: synchronize heartbeat callbacks with o2net teardown Patch series "ocfs2: harden heartbeat teardown races". This series fixes two OCFS2 heartbeat/o2net teardown races found by KASAN. This patch of 2: Heartbeat callbacks sta...

0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•36 views

CVE-2026-90301 ocfs2: o2hb: quiesce negotiate handlers and timeout work

In the Linux kernel, the following vulnerability has been resolved: ocfs2: o2hb: quiesce negotiate handlers and timeout work Heartbeat regions publish struct o2hbregion as the private data for the NEGOTIMEOUT and NEGOAPPROVE o2net handlers as soon as makeitem creates the configfs region. The...

8.1CVSS0.00454EPSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•12 views

CVE-2026-90302

In the Linux kernel, the following vulnerability has been resolved: ocfs2: synchronize heartbeat callbacks with o2net teardown Patch series "ocfs2: harden heartbeat teardown races". This series fixes two OCFS2 heartbeat/o2net teardown races found by KASAN. This patch of 2: Heartbeat callbacks sta...

6AI score0.00211EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•9 views

EUVD-2026-81894

In the Linux kernel, the following vulnerability has been resolved: ocfs2: o2hb: quiesce negotiate handlers and timeout work Heartbeat regions publish struct o2hbregion as the private data for the NEGOTIMEOUT and NEGOAPPROVE o2net handlers as soon as makeitem creates the configfs region. The...

5.9AI score0.00454EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•10 views

EUVD-2026-81963

In the Linux kernel, the following vulnerability has been resolved: ocfs2: synchronize heartbeat callbacks with o2net teardown Patch series "ocfs2: harden heartbeat teardown races". This series fixes two OCFS2 heartbeat/o2net teardown races found by KASAN. This patch of 2: Heartbeat callbacks sta...

5.9AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 4:08 p.m.•6 views

CVE-2026-90302 ocfs2: synchronize heartbeat callbacks with o2net teardown

In the Linux kernel, the following vulnerability has been resolved: ocfs2: synchronize heartbeat callbacks with o2net teardown Patch series "ocfs2: harden heartbeat teardown races". This series fixes two OCFS2 heartbeat/o2net teardown races found by KASAN. This patch of 2: Heartbeat callbacks sta...

5.9AI score
SaveExploits0References11
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•8 views

CVE-2026-90301

In the Linux kernel, the following vulnerability has been resolved: ocfs2: o2hb: quiesce negotiate handlers and timeout work Heartbeat regions publish struct o2hbregion as the private data for the NEGOTIMEOUT and NEGOAPPROVE o2net handlers as soon as makeitem creates the configfs region. The...

8.1CVSS6AI score0.00454EPSS
SaveExploits0
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•36 views

CVE-2026-90300 bpf: Clear buf on error in __bpf_get_task_stack

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear buf on error in bpfgettaskstack Both bpfgettaskstack and bpfgettaskstacksleepable helpers that use bpfgettaskstack have buf defined as ARGPTRTOUNINITMEM argument and we should initialize the buf on every return path...

0.00198EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•12 views

EUVD-2026-81893

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear buf on error in bpfgettaskstack Both bpfgettaskstack and bpfgettaskstacksleepable helpers that use bpfgettaskstack have buf defined as ARGPTRTOUNINITMEM argument and we should initialize the buf on every return path...

6AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/17 4:08 p.m.•21 views

CVE-2026-90300

CVE-2026-90300 affects the Linux kernel BPF subsystem, specifically the __bpf_get_task_stack helper used by both bpf_get_task_stack and bpf_get_task_stack_sleepable. The buffer argument is declared as ARG_PTR_TO_UNINIT_MEM, requiring initialization on every return path, but the error/fail paths w...

6AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/17 4:08 p.m.•5 views

CVE-2026-90300 bpf: Clear buf on error in __bpf_get_task_stack

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear buf on error in bpfgettaskstack Both bpfgettaskstack and bpfgettaskstacksleepable helpers that use bpfgettaskstack have buf defined as ARGPTRTOUNINITMEM argument and we should initialize the buf on every return path...

6AI score
SaveExploits0References5
Debian CVE
Debian CVE
•added 2026/09/17 4:08 p.m.•8 views

CVE-2026-90300

In the Linux kernel, the following vulnerability has been resolved: bpf: Clear buf on error in bpfgettaskstack Both bpfgettaskstack and bpfgettaskstacksleepable helpers that use bpfgettaskstack have buf defined as ARGPTRTOUNINITMEM argument and we should initialize the buf on every return path...

6AI score0.00198EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•11 views

EUVD-2026-81892

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix sleepable check for tracing/lsm prog When CONFIGFUNCTIONERRORINJECTION is disabled, a sleepable tracing prog is allowed to attach to 'x64'-alike prefix symbols. It is because the verifier does not verify whether the symb...

5.9AI score0.00213EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/17 4:08 p.m.•12 views

EUVD-2026-81891

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: tcon: Drop TCON TOP device reference offinddevicebynode takes a device reference. Drop it after mux configuration succeeds...

5.8AI score0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/09/17 4:08 p.m.•35 views

CVE-2026-90298 drm/sun4i: tcon: Drop TCON TOP device reference

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: tcon: Drop TCON TOP device reference offinddevicebynode takes a device reference. Drop it after mux configuration succeeds...

0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder