Lucene search
+L

147 matches found

OSV
OSV
added yesterday4 views

UBUNTU-CVE-2026-72068

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

5.3AI score0.0022EPSS
SaveExploits0References11
NVD
NVD
added 3 days ago3 views

CVE-2026-72068

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 3 days ago14 views

CVE-2026-72068

CVE-2026-72068 affects the Linux kernel’s posix-cpu-timers, specifically the update_rlimit_cpu() path. On 32‑bit kernels, rlim_new * NSEC_PER_SEC is computed in 32-bit space, causing truncation when rlim_new > 4 seconds and leading to an incorrect (too small) nsecs value stored in the CPU time...

5.3AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 3 days ago3 views

EUVD-2026-59026

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

5.3AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 3 days ago5 views

CVE-2026-72068 posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

5.4AI score
SaveExploits0References11
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.9 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

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 rlimit. The code should be refactored so it’s clear which code is setting the limits, and the posix cp...

7.3CVSS5.4AI score0.00114EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/07/30 12:23 a.m.7 views

CVE-2026-64370

A flaw was found in the Linux kernel's posix-cpu-timers component. This vulnerability allows a local user to trigger a resource leak within the docpunanosleep function. The issue occurs because a process identifier PID reference is not properly released if a timer creation operation fails. This...

5.5CVSS5.8AI score0.00177EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/29 5:16 p.m.7 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.8CVSS0.0012EPSS
SaveExploits1References8
EUVD
EUVD
added 2026/07/29 4:47 p.m.19 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.0012EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/07/29 4:47 p.m.71 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.0012EPSS
SaveExploits1References8
OSV
OSV
added 2026/07/29 4:47 p.m.5 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
SaveExploits0References11
CVE
CVE
added 2026/07/29 4:47 p.m.271 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.0012EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.21 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.0012EPSS
SaveExploits1
EUVD
EUVD
added 2026/07/25 8:50 a.m.16 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.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.35 views

CVE-2026-64370

The CVE-2026-64370 issue concerns the Linux kernel’s posix-cpu-timers. In do_cpu_nanosleep(), posix_cpu_timer_create() takes a pid reference via get_pid() and stores it in timer.it.cpu.pid. If posix_cpu_timer_set() fails, the function returns without calling posix_cpu_timer_del(), causing a pid r...

5.7AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.9 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
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 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.4AI score0.00177EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/10 2:25 a.m.12 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:0 a.m.11 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.3AI score0.00114EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/09 2:16 p.m.21 views

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...

7.3CVSS0.00114EPSS
SaveExploits0References8
Rows per page
Query Builder