Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64560

7.8 · HIGH
Published Jul 29, 2026 EPSS 0.40% (33th pctl)

Overview

CVE-2026-64560 is a high-severity vulnerability. It was published on July 29, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

posix-cpu-timers: Prevent UAF caused by non-leader exec() race

Wongi and Jungwoo decoded and reported a non-leader exec() related race

which can result in an UAF:

sys_timer_delete() exec()

posix_cpu_timer_del()

// Observes old leader

p = pid_task(pid, pid_type); de_thread()

switch_leader();

release_task(old_leader)

__exit_signal(old_leader)

sighand = lock(old_leader, sighand);

posix_cpu_timers*_exit();

sighand = lock_task_sighand(p) unhash_task(old_leader);

sh = lock(p, sighand) old_leader->sighand = NULL;

unlock(sighand);

(p->sighand == NULL)

unlock(sh)

return NULL;

// Returns without action

if(!sighand)

return 0;

free_posix_timer();

This is "harmless" unless the deleted timer was armed and enqueued in

p->signal because on exec() a TGID targeted timer is inherited.

As sys_timer_delete() freed th

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64560?

CVE-2026-64560 is a high-severity vulnerability. It was published on July 29, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-64560?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-64560?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64560?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64560 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.