Lucene search
+L

1797 matches found

OSV
OSV
added 2026/03/18 10:05 a.m.11 views

CVE-2026-23248 perf/core: Fix refcount bug and potential UAF in perf_mmap

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix refcount bug and potential UAF in perfmmap Syzkaller reported a refcountt: addition on 0; use-after-free warning in perfmmap. The issue is caused by a race condition between a failing mmap setup and a concurrent mm...

7.8CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/03/18 10:05 a.m.43 views

CVE-2026-23248 perf/core: Fix refcount bug and potential UAF in perf_mmap

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix refcount bug and potential UAF in perfmmap Syzkaller reported a refcountt: addition on 0; use-after-free warning in perfmmap. The issue is caused by a race condition between a failing mmap setup and a concurrent mm...

7.8CVSS0.0012EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/18 10:05 a.m.58 views

CVE-2026-23248

CVE-2026-23248 affects the Linux kernel perf/core component, specifically the perf_mmap path that initializes a ring_buffer. The issue is a race between a failing mmap() setup and a concurrent mmap() on a dependent event (e.g., due to output redirection). The ring_buffer pointer (event->rb) is...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2026/03/18 12:00 a.m.21 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from a race condition in the perfmmap function. This condition may lead to improper reuse after...

7.8CVSS7AI score0.0012EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/03/18 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-23248

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf/core: Fix refcount bug and potential UAF in perfmmap Syzkaller reported a refcountt: addition on 0; use-after-free warning in perfmmap. The issue is caused...

7.8CVSS6.7AI score0.0012EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/24 9:10 a.m.9 views

SUSE-SU-2026:20498-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and Micro 6.1 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-54013: interconnect: Fix locking for runpm vs reclaim bsc1256280. - CVE-2025-38321: smb: Log an error when closeallcacheddirs fails bsc1246328. ...

9.8CVSS7.1AI score0.00693EPSS
SaveExploits8References1096
SUSE CVE
SUSE CVE
added 2026/02/18 12:25 a.m.10 views

SUSE CVE-2026-23127

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling refcountinc&event-mmapcount inside perfmmaprb, the following warning is triggered: refcountt: addition on 0; use-after-free. WARNING: lib/refcount.c:25 PoC:...

5.5CVSS5.6AI score0.00104EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/02/16 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-23127

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling...

5.5CVSS5.3AI score0.00104EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/02/16 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-23159

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user...

5.5CVSS5.6AI score0.00119EPSS
SaveExploits0References3
NVD
NVD
added 2026/02/14 4:15 p.m.15 views

CVE-2026-23159

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

5.5CVSS0.00119EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 4:15 p.m.13 views

UBUNTU-CVE-2026-23159

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2026/02/14 4:15 p.m.9 views

CVE-2026-23159

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

5.5CVSS5.8AI score0.00119EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2026/02/14 4:01 p.m.36 views

CVE-2026-23159 perf: sched: Fix perf crash with new is_user_task() helper

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

0.00119EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/14 4:01 p.m.57 views

CVE-2026-23159

CVE-2026-23159 is a Linux kernel vulnerability related to perf: sched crashing when tracing user-space tasks. The issue arose from an unsafe test for user-space task memory access: older checks relied on task_struct.mm, newer code attempted PF_KTHREAD checks and is_user_task() but not all kernel ...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/02/14 4:01 p.m.10 views

CVE-2026-23159 perf: sched: Fix perf crash with new is_user_task() helper

In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new isusertask helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use to be possible to test if a task is a user task or not...

5.4AI score
SaveExploits0References7
NVD
NVD
added 2026/02/14 3:16 p.m.11 views

CVE-2026-23127

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling refcountinc&event-mmapcount inside perfmmaprb, the following warning is triggered: refcountt: addition on 0; use-after-free. WARNING: lib/refcount.c:25 PoC:...

5.5CVSS0.00104EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/02/14 3:16 p.m.13 views

CVE-2026-23127

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling refcountinc&event-mmapcount inside perfmmaprb, the following warning is triggered: refcountt: addition on 0; use-after-free. WARNING: lib/refcount.c:25 PoC:...

5.5CVSS5.7AI score0.00104EPSS
SaveExploits0References4
OSV
OSV
added 2026/02/14 3:16 p.m.9 views

UBUNTU-CVE-2026-23127

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling refcountinc&event-mmapcount inside perfmmaprb, the following warning is triggered: refcountt: addition on 0; use-after-free. WARNING: lib/refcount.c:25 PoC:...

5.5CVSS5.7AI score0.00104EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/02/14 3:09 p.m.43 views

CVE-2026-23127 perf: Fix refcount warning on event->mmap_count increment

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling refcountinc&event-mmapcount inside perfmmaprb, the following warning is triggered: refcountt: addition on 0; use-after-free. WARNING: lib/refcount.c:25 PoC:...

0.00104EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/14 3:09 p.m.10 views

CVE-2026-23127 perf: Fix refcount warning on event->mmap_count increment

In the Linux kernel, the following vulnerability has been resolved: perf: Fix refcount warning on event-mmapcount increment When calling refcountinc&event-mmapcount inside perfmmaprb, the following warning is triggered: refcountt: addition on 0; use-after-free. WARNING: lib/refcount.c:25 PoC:...

5.2AI score
SaveExploits0References5
Rows per page
Query Builder