Lucene search
+L

203 matches found

OSV
OSV
added 2026/07/29 5:16 p.m.9 views

AZL-94148 CVE-2026-64560 affecting package kernel for versions less than 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec race Wongi and Jungwoo decoded and reported a non-leader exec related race which can result in an UAF: systimerdelete exec posixcputimerdel // Observes old leader p =...

7.8CVSS6AI score0.00416EPSS
SaveExploits4References1
UbuntuCve
UbuntuCve
added 2026/07/29 5:16 p.m.12 views

CVE-2026-64560

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec race Wongi and Jungwoo decoded and reported a non-leader exec related race which can result in an UAF: systimerdelete exec posixcputimerdel // Observes old leader p =...

7.8CVSS5.1AI score0.00416EPSS
SaveExploits4References2
EUVD
EUVD
added 2026/07/29 4:47 p.m.32 views

EUVD-2026-50417

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec race Wongi and Jungwoo decoded and reported a non-leader exec related race which can result in an UAF: systimerdelete exec posixcputimerdel // Observes old leader p =...

5.7AI score0.00416EPSS
SaveExploits4References2
Cvelist
Cvelist
added 2026/07/29 4:47 p.m.80 views

CVE-2026-64560 posix-cpu-timers: Prevent UAF caused by non-leader exec() race

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec race Wongi and Jungwoo decoded and reported a non-leader exec related race which can result in an UAF: systimerdelete exec posixcputimerdel // Observes old leader p =...

7.8CVSS0.00416EPSS
SaveExploits4References8
OSV
OSV
added 2026/07/29 4:47 p.m.10 views

CVE-2026-64560 posix-cpu-timers: Prevent UAF caused by non-leader exec() race

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec race Wongi and Jungwoo decoded and reported a non-leader exec related race which can result in an UAF: systimerdelete exec posixcputimerdel // Observes old leader p =...

7.8CVSS5.7AI score
SaveExploits0References12
CVE
CVE
added 2026/07/29 4:47 p.m.525 views

CVE-2026-64560

CVE-2026-64560 documents a Linux kernel issue in posix-cpu-timers that can cause a Use-After-Free when a timer is deleted during a non-leader exec() race. The vulnerability arises as sys_timer_delete() may observe an old leader while a leader change occurs, leading to a freed posix timer object b...

7.8CVSS5.7AI score0.00416EPSS
SaveExploits4References9
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.26 views

PT-2026-65857

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.18.41 Linux kernel versions prior to 6.12.100 Linux kernel versions prior to 6.6.147 Linux kernel versions prior to 6.1.180 Linux kernel versions prior to 5.15.213 Linux kernel versions prior to 5.10.262...

7.8CVSS5.5AI score0.00416EPSS
SaveExploits4
Microsoft CVE
Microsoft CVE
added 2026/07/26 8:09 a.m.9 views

posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path

...

5.5CVSS5.2AI score0.00125EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 10:17 a.m.11 views

AZL-93861 CVE-2026-64370 affecting package kernel for versions less than 6.6.145.2-1

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.5CVSS5.8AI score0.00125EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.17 views

CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References15
EUVD
EUVD
added 2026/07/25 8:50 a.m.19 views

EUVD-2026-48914

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.7AI score0.00125EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.53 views

CVE-2026-64370

CVE-2026-64370 is a Linux kernel vulnerability in the posix-cpu-timers subsystem. In do_cpu_nanosleep(), the call to posix_cpu_timer_create() acquires a pid reference via get_pid() and stores it in timer.it.cpu.pid. When the subsequent posix_cpu_timer_set() call fails, the function returns withou...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64370 posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.7AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.22 views

CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64370

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in...

5.5CVSS5.6AI score0.00125EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/06/26 9:09 a.m.16 views

CVE-2026-53180

A flaw was found in the Linux kernel's timer migration handling. An incorrect assumption in the tmigrhandleremotecpu function regarding local softirq path handling of CPU timers can lead to a livelock. This occurs when a timer expires after the local timer wheel advances but before remote handlin...

7.5CVSS5.8AI score0.00486EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.10 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: AppArmor: Fixed the rlimit settings for posix cpu timers. posix cpu timers require an additional step beyond simply setting the rlimit. The code should be refactored so it’s clear which code is setting the limits, and the posi...

7.3CVSS6.8AI score0.00114EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/10 2:25 a.m.15 views

SUSE CVE-2026-46328

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix rlimit for posix cpu timers Posix cpu timers requires an additional step beyond setting the rlimit. Refactor the code so its clear when what code is setting the limit and conditionally update the posix cpu timers wh...

6.5CVSS5.4AI score0.00114EPSS
SaveExploits0References17
Tenable Nessus
Tenable Nessus
added 2026/06/10 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-46328

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - apparmor: fix rlimit for posix cpu timers Posix cpu timers requires an additional step beyond setting the rlimit. Refactor the code so its clear when what code ...

7.3CVSS7.2AI score0.00114EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/06/09 4:45 p.m.16 views

CVE-2026-46328

A flaw was found in the Linux kernel's AppArmor security module. The system's rlimit resource limit for POSIX Portable Operating System Interface CPU timers was not correctly enforced. This issue, stemming from an overlooked step in applying resource limits, could allow a local attacker to bypass...

7.3CVSS5.4AI score0.00114EPSS
SaveExploits0References4
Rows per page
Query Builder