CybersecurityJune 24, 2026· via Security Affairs

Samsung Knox Flaw Lets Attackers Bypass Kernel Protections

Samsung Knox Flaw Lets Attackers Bypass Kernel Protections

Image : Security Affairs

A critical flaw in Samsung’s KNOX security framework could have let attackers bypass kernel protections and take control of millions of Galaxy devices. Tracked as CVE-2026-20971, the bug is a use-after-free issue in the interaction between the PROCA and FIVE kernel subsystems, which are designed to enforce process integrity. Samsung addressed the vulnerability in January 2026, but the window it left open underscores how even security layers can become attack vectors.

A Race Condition in the Heart of KNOX

The vulnerability exploits a race condition in how KNOX handles process state changes. When a process forks or calls execve(), the system drops the old integrity object and creates a new one. However, Android’s preemptive kernel scheduling can suspend a thread mid-operation, leaving it vulnerable to accessing freed memory. Researchers at LucidBit Labs demonstrated how an attacker could time this gap: one thread frees the integrity object while another, suspended thread later resumes and tries to read the now-invalid pointer.

From Theory to Exploitation

Exploiting this flaw requires only an untrusted app, making it accessible to attackers with local access—even via a misplaced phone or a borrowed device. The bug grants multiple memory corruption primitives, potentially leading to full device compromise. While Samsung’s Kernel Control Flow Integrity (KCFI) limits some abuse by blocking arbitrary function calls, it wasn’t enough to prevent the attack. Researchers bypassed it by loading a non-executable file, removing a key safeguard and allowing controlled memory reallocation.

A Broader Lesson in Security Design

This incident highlights a key principle: security controls are not exempt from scrutiny just because they’re defensive. Kernel-level monitoring tools, process validation systems, and trust mediators all operate within the same attack surface as the code they protect. The KNOX flaw serves as a reminder that even the most robust protections can harbor vulnerabilities—requiring constant vigilance, not just layered defenses. Samsung’s prompt patch shows the value of rapid response, but the episode also warns that no security layer is impenetrable.


Source: Security Affairs. AI-assisted editorial synthesis — TechnoExpress.

Read the original source on Security Affairs →

← Back to home