
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-38352 is a race condition (use-after-free) vulnerability in the Linux kernel's POSIX CPU timers subsystem, specifically between the handle_posix_cpu_timers() and posix_cpu_timer_del() functions. It affects Linux kernel versions from 2.6.36 through multiple stable branches, with fixed versions at 5.4.295, 5.10.239, 5.15.186, 6.1.142, 6.6.94, 6.12.34, and 6.15.3. The vulnerability was published on July 22, 2025, and was included in Google's Android September 2025 Security Bulletin, affecting Android devices running vulnerable kernel versions. It carries a CVSS v3.1 base score of 7.4 (High) (Red Hat Advisory, Android Bulletin).
The root cause is a TOCTOU (Time-of-Check Time-of-Use) race condition (CWE-362, CWE-367) in the Linux kernel's posix-cpu-timers implementation. When an exiting non-autoreaping task has passed exit_notify() and calls handle_posix_cpu_timers() from an IRQ context, it can be reaped by its parent or debugger immediately after unlock_task_sighand(). A concurrent posix_cpu_timer_del() executing at that moment fails to detect timer->it.cpu.firing != 0 because cpu_timer_task_rcu() and/or lock_task_sighand() operations fail on the already-reaped task, leading to a use-after-free condition. The fix adds a tsk->exit_state check into run_posix_cpu_timers() to prevent this race. A public PoC exploit named "chronomaly" was released in January 2026 (GitHub chronomaly, Security Online).
Successful exploitation allows an unauthenticated local user to execute arbitrary code with kernel privileges or crash the kernel, resulting in high confidentiality, integrity, and availability impact. On Android devices, this translates to a local privilege escalation to root, enabling full device compromise, data exfiltration, and persistent access. The vulnerability affects a broad range of Linux-based systems including Android smartphones, servers running unpatched kernels, and embedded devices, with the potential for lateral movement once kernel-level access is achieved (Red Hat Advisory, BleepingComputer).
CVE-2025-38352 has been confirmed as actively exploited in the wild and was added to CISA's Known Exploited Vulnerabilities (KEV) catalog on September 4, 2025 (CISA KEV). A functional public PoC exploit named "chronomaly" was released in January 2026 by researcher farazsth98, demonstrating root access on vulnerable Linux kernels (GitHub chronomaly, CyberPress). Google's Threat Intelligence Group included this CVE in its 2025 zero-day review, and Lookout confirmed targeted exploitation against Android devices (Google TI Blog, Lookout). The EPSS score is approximately 0.024% (0.000240), though active exploitation has been confirmed independently of this score.
posix_cpu_timer_del() from a concurrent thread, racing against handle_posix_cpu_timers() being called from IRQ context after exit_notify().posix_cpu_timer_del() to operate on a freed task structure, enabling controlled kernel memory corruption via the use-after-free primitive.sh or shell processes with elevated privileges; processes rapidly forking and exiting in tight loops.dmesg or /var/log/kern.log referencing posix_cpu_timer_del, run_posix_cpu_timers, or handle_posix_cpu_timers; use-after-free KASAN reports if kernel debugging is enabled./tmp, /dev/shm, or world-writable directories; modifications to /etc/passwd or /etc/sudoers by non-root processes.auditd logs (syscall setuid/setgid to 0 from non-root context); exploitation tools matching the "chronomaly" binary signature (GitHub chronomaly, CISA KEV).Apply kernel updates immediately to patched versions: 5.4.295, 5.10.239, 5.15.186, 6.1.142, 6.6.94, 6.12.34, or 6.15.3 depending on your kernel branch. For Android devices, apply the September 2025 Android Security Bulletin patch or later (Android Bulletin). Major Linux distributions including Red Hat (RHSA-2025:15472 and related), Ubuntu (USN-7769-1 and related), SUSE, AlmaLinux, and Debian have all released patched kernel packages. IBM Netezza Appliance users should refer to IBM advisory node/7270538. No configuration-based workaround is available; patching is the only remediation. Systems with CONFIG_POSIX_CPU_TIMERS_TASK_WORK=y are less exposed but should still be patched (Red Hat Advisory, IBM Advisory).
Google confirmed active exploitation of CVE-2025-38352 in targeted attacks in its September 2025 Android Security Bulletin, and the vulnerability received significant media coverage from BleepingComputer, SecurityWeek, The Register, Forbes, and Help Net Security (BleepingComputer, SecurityWeek). Forbes noted that over 1 billion Android phones running older kernel versions may lack an immediate fix (Forbes). CISA added the vulnerability to its KEV catalog on September 4, 2025, mandating federal agency remediation. When the "chronomaly" PoC was released in January 2026, it generated renewed community discussion on social media platforms including Bluesky and Mastodon, with security researchers highlighting the practical exploitability of the race condition (Security Online, Google TI Blog).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."