Lucene search
+L

28 matches found

NVD
NVD
added 2026/07/25 10:17 a.m.15 views

CVE-2026-64371

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.5CVSS0.00125EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/07/25 10:17 a.m.18 views

CVE-2026-64371

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References14
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.45 views

CVE-2026-64371 proc: protect ptrace_may_access() with exec_update_lock (part 1)

In the Linux kernel, the following vulnerability has been resolved: proc: protect ptracemayaccess with execupdatelock part 1 Fix the easy cases where procfs currently calls ptracemayaccess without execupdatelock protection, where the fix is to simply add the extra lock or use mmaccess: -...

0.00125EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.59 views

CVE-2026-64371

CVE-2026-64371 is a race condition in the Linux kernel procfs subsystem where several functions call ptrace_may_access() without exec_update_lock protection. The affected functions include do_task_stat(), proc_pid_wchan(), proc_map_files_lookup(), proc_map_files_readdir(), proc_ns_get_link(), and...

5.5CVSS5.7AI score0.00125EPSS
SaveExploits0References9Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.13 views

PT-2026-64592

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the procfs component where the ptrace may access function is called without the necessary exec update lock protection. This lack of locking occurs within the following...

9.8CVSS5.7AI score0.00125EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/07/07 7:35 p.m.26 views

kernel: procfs: fix missing RCU protection when reading real_parent in do_task_stat()

A flaw was found in the Linux kernel's procfs component. When reading /proc/pid/stat, the dotaskstat function accesses task-realparent without proper Read-Copy-Update RCU protection. This missing protection creates a race condition, which can lead to a Use-After-Free UAF vulnerability. A local...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References5
AlmaLinux
AlmaLinux
added 2026/07/07 12:00 a.m.19 views

Important: kernel-rt security, bug fix, and enhancement update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: tcp: fix potential race in tcpv6synrecvsock CVE-2026-43198 kernel: netfilter: nfnetlinkcthelper: fix OOB read in...

9.8CVSS6.7AI score0.00571EPSS
SaveExploits0References14
OSV
OSV
added 2026/07/07 12:00 a.m.15 views

ALSA-2026:36349 Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: tcp: fix potential race in tcpv6synrecvsock CVE-2026-43198 kernel: netfilter: nfnetlinkcthelper: fix OOB read in nfnlcthelperdumptable CVE-2026-43450 kernel: sctp: revalidate list cursor...

9.8CVSS6.6AI score0.00571EPSS
SaveExploits0References14
RedHat Linux
RedHat Linux
added 2026/07/06 9:21 p.m.18 views

kernel: procfs: fix missing RCU protection when reading real_parent in do_task_stat()

A flaw was found in the Linux kernel's procfs component. When reading /proc/pid/stat, the dotaskstat function accesses task-realparent without proper Read-Copy-Update RCU protection. This missing protection creates a race condition, which can lead to a Use-After-Free UAF vulnerability. A local...

7.8CVSS6.6AI score0.0012EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/06/24 3:11 p.m.16 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: procfs: Fixed a missing RCU protection when reading realparent in dotaskstat. When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection. This leads to the following sequence of events: cpu 0 c...

7.8CVSS6.3AI score0.0012EPSS
SaveExploits0References3
NVD
NVD
added 2026/06/03 6:16 p.m.24 views

CVE-2026-46259

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading realparent in dotaskstat When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- dotaskstat var =...

7.8CVSS0.0012EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/06/03 3:49 p.m.23 views

EUVD-2026-34121

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading realparent in dotaskstat When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- dotaskstat var =...

5.8AI score0.0012EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/06/03 3:49 p.m.14 views

CVE-2026-46259

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading realparent in dotaskstat When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- dotaskstat var =...

5.7AI score0.0012EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/06/03 3:49 p.m.111 views

CVE-2026-46259

In the Linux kernel procfs path do_task_stat() reading /proc/[pid]/stat, task->real_parent is accessed without proper RCU protection, enabling a potential Use-After-Free when another task is released. The fix switches from task_tgid_nr_ns() to task_ppid_nr_ns() to add proper RCU protection for...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/06/03 3:49 p.m.75 views

CVE-2026-46259 procfs: fix missing RCU protection when reading real_parent in do_task_stat()

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading realparent in dotaskstat When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- dotaskstat var =...

7.8CVSS0.0012EPSS
SaveExploits0References8
OSV
OSV
added 2026/06/03 3:49 p.m.16 views

CVE-2026-46259 procfs: fix missing RCU protection when reading real_parent in do_task_stat()

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading realparent in dotaskstat When reading /proc/pid/stat, dotaskstat accesses task-realparent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- dotaskstat var =...

7.8CVSS6.3AI score
SaveExploits0References11
CNNVD
CNNVD
added 2026/06/03 12:00 a.m.16 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 the procfs module’s lack of RCU protection when reading task-realparent in the dotaskstat functio...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.8 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007430)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007430 advisory. In the Linux kernel, the following vulnerability has been resolved: fs/proc: dotaskstat: use sig-statslock to gather the threads/children stats locktasksighand can...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/28 12:00 a.m.30 views

PT-2026-46022

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the procfs component of the Linux kernel within the do task stat function. When reading the '/proc/pid/stat' endpoint, the system accesses the real parent variable witho...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 6:23 a.m.20 views

fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats

...

5.5CVSS7AI score0.00213EPSS
SaveExploits0
Rows per page
Query Builder