CVE-2026-46259

No CVSS score published

Source data as of:

At a glance

Severity
No CVSS score published
CVSS
No CVSS score in the NVD record
EPSS
EPSS not provided by FIRST.org for this CVE
CISA KEV
No
Published
2026-06-03 · Modified: 2026-06-03

CVSS / EPSS / KEV

EPSS EPSS not provided by FIRST.org for this CVE Source: FIRST.org
CISA KEV No Source: CISA

Source — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. Data & Sources

Description

In the Linux kernel, the following vulnerability has been resolved: procfs: fix missing RCU protection when reading real_parent in do_task_stat() When reading /proc/[pid]/stat, do_task_stat() accesses task->real_parent without proper RCU protection, which leads to: cpu 0 cpu 1 ----- ----- do_task_stat var = task->real_parent release_task call_rcu(delayed_put_task_struct) task_tgid_nr_ns(var) rcu_read_lock <--- Too late to protect task->real_parent! task_pid_ptr <--- UAF! rcu_read_unlock This patch uses task_ppid_nr_ns() instead of task_tgid_nr_ns() to add proper RCU protection for accessing task->real_parent.

Record details

CVE ID
CVE-2026-46259
CISA KEV
No
Affected configurations (CPE)
0
Published
2026-06-03
Modified
2026-06-03
Status
Received

References

Reference URLs as listed by NVD, grouped by a mechanical match on the link's host/pattern. Labels describe the link type only.