CVE-2022-50095
Linux Kernel vulnerability analysis and mitigation

Overview

In the Linux kernel, a vulnerability was discovered in the posix-cpu-timers subsystem related to CPU timer handling during process execution. The issue was identified and resolved in June 2025. The vulnerability affects the Linux kernel's timer management functionality during exec operations (NVD, Wiz).

Technical details

The vulnerability was introduced by commit 55e8c8eb2c7b which changed the timer deletion mechanism to look up tasks by PID instead of task pointers. When a non-leader thread calls execve(), it switches PIDs with the leader process. During exit_itimers, posix_cpu_timer_del cannot find the task because the timer still references the old PID. This results in armed timers not being disarmed and remaining in the timerqueue_list while their memory is freed (NVD, Wiz).

Impact

The vulnerability leads to a use-after-free condition when the timerqueue_list is processed after the memory has been released. This could potentially result in system crashes or other undefined behavior (NVD, Wiz).

Mitigation and workarounds

The fix involves cleaning up the timers from the de-threaded task before freeing them, which prevents the use-after-free condition. This was implemented through a patch in the Linux kernel (NVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-68753HIGH7.8
  • Linux KernelLinux Kernel
  • linux-fips
NoYesJan 05, 2026
CVE-2025-68756HIGH7.1
  • Linux KernelLinux Kernel
  • linux-gcp-fips
NoYesJan 05, 2026
CVE-2025-68764MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-oracle-6.8
NoYesJan 05, 2026
CVE-2025-68758MEDIUM5.5
  • Linux KernelLinux Kernel
  • linux-nvidia-6.8
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel-devel
NoYesJan 05, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management