Rewterz

Microsoft Active Directory 0-Day Actively Exploited

July 27, 2026
AI SOC Metrics That Matter: Measuring Detection, Response, and Operational Efficiency

AI SOC Metrics That Matter: Measuring Detection, Response, and Operational Efficiency

July 28, 2026

AI Discovers Linux Kernel Zero-Day Enabling Root Escalation

Severity

High

Analysis Summary

A critical local privilege escalation (LPE) vulnerability, CVE-2026-53264, has been discovered in the Linux kernel's net/sched packet scheduling subsystem. The flaw is caused by a use-after-free (UAF) condition resulting from an RCU synchronization mismatch in the tcf_idr_check_alloc() function, which manages shared traffic control actions. Under specific race conditions, an attacker can reference an object after it has been freed, enabling escalation from a low-privileged local account to root privileges. The vulnerability highlights the continued security challenges posed by complex kernel subsystems and the growing effectiveness of AI-assisted vulnerability research.

The vulnerability was identified using an AI-assisted research workflow that accelerated multiple stages of the discovery process, including bug identification, KASAN proof-of-concept generation, and race-condition optimization. Despite these advancements, researchers emphasized that manual analysis remained essential for validating exploitability, refining exploitation logic, and confirming real-world impact. The research demonstrates how artificial intelligence can significantly reduce the time required to uncover sophisticated kernel vulnerabilities while still relying on human expertise to develop reliable exploitation techniques.

Unlike traditional exploitation methods that require privileged network administration capabilities, the exploit bypasses these restrictions by abusing the RTM_NEWTFILTER and RTM_DELTFILTER netlink interfaces from within an unprivileged user namespace, where CAP_NET_ADMIN is locally available. Successful exploitation depends on unprivileged user namespaces being enabled and combines specific traffic control components, including clsact and flower, to reliably trigger the race condition. The exploit further achieves kernel compromise by bypassing KASLR, reclaiming freed memory through KEYCTL_UPDATE, constructing a Return-Oriented Programming (ROP) chain, overwriting /proc/sys/kernel/core_pattern, and ultimately executing attacker-controlled code with root privileges. Testing on CentOS Stream 9 demonstrated consistent root compromise, with some successful exploit attempts completing in under 10 seconds.

The Linux kernel stable tree has addressed the vulnerability through upstream commit 5057e1aca011e51ef51498c940ef96f3d3e8a305, and organizations are strongly encouraged to apply the latest vendor kernel updates immediately. As an additional mitigation, administrators should disable unprivileged user namespaces where operationally feasible to reduce the attack surface. During the same research effort, researchers also identified another exploitable kernel vulnerability, CVE-2026-64300, in kernel/events/core.c, reinforcing the need for comprehensive patch management. Overall, these findings demonstrate that AI-assisted security research is accelerating the discovery of high-impact vulnerabilities in critical open-source infrastructure, making timely patching and proactive hardening essential for protecting Linux desktop and server environments.

Impact

  • Privilege Escalation
  • Gain Access

Indicators of Compromise

CVE

  • CVE-2026-53264

  • CVE-2026-64300

Remediation

  • Apply the latest Linux kernel security updates released by your operating system vendor that include the fix for CVE-2026-53264 (upstream commit: 5057e1aca011e51ef51498c940ef96f3d3e8a305).
  • Update all Linux desktop and server systems to the latest supported kernel version and prioritize patching internet-facing, multi-user, and production environments.
  • Disable unprivileged user namespaces (CLONE_NEWUSER) wherever they are not operationally required, as the exploit relies on this feature to gain the necessary capabilities.
  • Apply patches for related kernel vulnerabilities, including CVE-2026-64300, to eliminate additional privilege escalation paths identified during the same research.
  • Restrict local user access and enforce the principle of least privilege to minimize the risk of untrusted users exploiting local privilege escalation vulnerabilities.
  • Monitor and audit Netlink traffic and suspicious modifications to Linux traffic control (tc) configurations, particularly involving RTM_NEWTFILTER, RTM_DELTFILTER, clsact, and flower filters.
  • Deploy Endpoint Detection and Response (EDR) or host-based monitoring capable of detecting abnormal kernel activity, privilege escalation attempts, and suspicious changes to critical files such as /proc/sys/kernel/core_pattern.
  • Enable Linux kernel security mechanisms such as SELinux or AppArmor in enforcing mode to limit the impact of successful privilege escalation attempts.

Reading this advisory was a good start.

Make it a habit.

Rewterz publishes threat advisories ahead of mainstream cybersecurity media, informed by an AI-Native Autonomous SOC that sees regional threat actor activity in real time. Subscribe to receive each new advisory as it publishes, plus a monthly Middle East threat landscape brief drawn from our own SOC telemetry. For teams evaluating their detection coverage, a 30-minute consultation with a senior analyst is also available, at your pace, when you're ready.