← Back to CVE List
Vulnerability Analysis
posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()

CVE-2025-38352

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() If an exiting non-autoreaping task has already passed exit_notify() and calls handle_posix_cpu_timers() from IRQ, it can be reaped by its parent or debugger right after unlock_task_sighand(). If a concurrent posix_cpu_timer_del() runs at that moment, it won't be able to detect timer->it.cpu.firing != 0: cpu_timer_task_rcu() and/or lock_task_sighand() will fail. Add the tsk->exit_state check into run_posix_cpu_timers() to fix this. This fix is not needed if CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y, because exit_task_work() is called before exit_notify(). But the check still makes sense, task_work_add(&tsk->posix_cputimers_work.work) will fail anyway in this case.

CISA KEV SSVC: Active Exploitation
CVSS Base Score
7.4
HIGH
Exploitability:1.5
Impact Score:5.9
Temporal Score:-
EPSS:1.25%

Threat Intelligence Signals

CISA KEV
YES
KEV Date Added
2025-09-04
Ransomware Use
Unknown
KEV Due Date
2025-09-25
VulnCheck In-the-Wild
No
Nuclei Template
No
EPSS Score
1.250%
EPSS Percentile
66.5th pct
GitHub Severity
HIGH
SSVC Exploitation
Active
SSVC Automatable
No
Vulnerability Class

Identity & Timeline

Status-
Assigning Authority-
CVSS Version / Source-
Reserved-
Published-
Patch Date (date_public)-
Exploit DB Date-
First GitHub PoC Date-
Last Updated-
Time to Patch (Days to fix)-
Exploit Release Gap-
PoC Release Gap-
Exploit DB ReferencesNone identified

Affected Products & Versions

Vendor Product Affected Versions
No affected products specified.

References

No reference links found.

LINK COPIED TO CLIPBOARD