Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1577+ Articles
153+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. Eight-Year-Old Samsung KNOX Flaw Exposed Millions of Galaxy Devices to Kernel Attacks
Eight-Year-Old Samsung KNOX Flaw Exposed Millions of Galaxy Devices to Kernel Attacks
NEWS

Eight-Year-Old Samsung KNOX Flaw Exposed Millions of Galaxy Devices to Kernel Attacks

A high-severity use-after-free vulnerability lurking in Samsung's KNOX security framework for eight years left Galaxy devices from the S9 through S25 series vulnerable to kernel-level attacks. The flaw has now been patched, but its longevity raises serious questions about security review processes in flagship device platforms.

Dylan H.

News Desk

June 23, 2026
6 min read

A use-after-free vulnerability embedded in Samsung's KNOX security framework for approximately eight years has been publicly disclosed, revealing that hundreds of millions of Galaxy smartphones — from the Galaxy S9 through the Galaxy S25 — were potentially vulnerable to kernel-level exploitation for the better part of a decade.

The flaw has since been patched by Samsung, but its extraordinary lifespan inside one of the most scrutinized mobile security platforms in the industry raises uncomfortable questions about how long critical bugs can hide even in vendor-developed security components.

What is Samsung KNOX?

Samsung KNOX is a proprietary security platform built into Samsung Android devices that provides:

  • Secure enclaves (KNOX Vault) for sensitive data like biometrics and cryptographic keys
  • Containerization for separating personal and work profiles
  • Kernel integrity monitoring via Samsung's Real-time Kernel Protection (RKP)
  • Hardware-backed attestation used by MDM/EMM solutions like Microsoft Intune, VMware Workspace ONE, and others

KNOX is marketed as a defense-in-depth security layer and is a primary reason many enterprise IT departments certify Samsung devices for corporate use. It is evaluated under Common Criteria and government security certifications in multiple countries.

The irony of a kernel exploitation vulnerability residing within the kernel security framework is not lost on the security community.

Vulnerability Details

FieldValue
Vulnerability ClassUse-After-Free (CWE-416)
ComponentSamsung KNOX security framework
SeverityHigh
Affected DevicesGalaxy S9 through Galaxy S25 series
Duration of Exposure~8 years (introduced ~2017)
ImpactKernel-level code execution
Patch ReleasedJune 2026 Samsung Security Maintenance Release

What is a Use-After-Free Vulnerability?

A use-after-free (UAF) vulnerability occurs when a program continues to use a pointer to memory that has already been freed. In a kernel context, this is particularly dangerous:

  1. Kernel memory is freed — A data structure in kernel space is deallocated
  2. Pointer is not cleared — The kernel code retains a reference to the freed memory
  3. Memory is reallocated — An attacker manipulates memory allocation to place controlled data at the freed location
  4. Stale pointer is used — The kernel accesses the attacker-controlled memory, executing arbitrary code

Because the kernel runs at the highest privilege level, successful exploitation gives an attacker complete control over the device — bypassing all Android security sandboxes, SELinux policies, and application-layer protections.

Scope of Impact

The Galaxy S9 was released in March 2018, meaning the vulnerable code has been present in flagship Samsung hardware across eight generations of devices and hundreds of millions of units sold globally.

Devices confirmed in the affected range:

Device FamilyRelease Year
Galaxy S9 / S9+2018
Galaxy S10 series2019
Galaxy S20 series2020
Galaxy S21 series2021
Galaxy S22 series2022
Galaxy S23 series2023
Galaxy S24 series2024
Galaxy S25 series2025

Note, A, M, and other Galaxy lines using KNOX may also be affected — the full scope depends on whether those devices use the same vulnerable KNOX kernel component.

Exploitation Prerequisites

While the severity is high, exploitation of kernel UAF vulnerabilities typically requires:

  • Local code execution on the device — the attacker must already have an app running on the device (via a malicious app install or phishing)
  • Reliable heap spray techniques to position attacker-controlled data at the freed memory address
  • Kernel symbols and offsets — usually obtained via information disclosure bugs or public kernel sources

The practical attack chain is most likely:

  1. Victim installs malicious app (app store, sideload, or enterprise MDM)
  2. App exploits KNOX UAF to escape sandbox and gain kernel privileges
  3. Full device compromise — extraction of KNOX Vault data, keyloggers, persistent implants

Sophisticated threat actors — particularly nation-state spyware operators — actively chain such vulnerabilities into full device compromise packages.

Samsung's Response

Samsung issued a patch in the June 2026 Security Maintenance Release (SMR). Affected users should:

  1. Install the June 2026 Samsung security update immediately
  2. Navigate to Settings → Software update → Download and install
  3. Verify the patch level reads 2026-06-01 or later

Samsung has not disclosed whether this vulnerability was exploited in the wild prior to the patch.

Why Did This Take Eight Years to Find?

The longevity of this flaw in a security-critical component is notable. Contributing factors likely include:

  • Complexity of KNOX's kernel integration — Deep kernel patches are harder to review than userland code
  • Proprietary codebase — Unlike AOSP, KNOX modifications are closed-source, limiting external review
  • Focus on feature auditing over security auditing — Vendor security reviews often prioritize new feature validation
  • Insufficient fuzzing coverage — Use-after-free bugs often require targeted fuzzing with memory safety tooling (KASAN, KMSAN) to surface reliably

This case reinforces the value of continuous security research programs, bug bounty coverage of kernel components, and external security audits of proprietary firmware.

Recommendations

ActionPriority
Apply June 2026 Samsung SMR immediatelyCritical
Audit MDM policies for Galaxy device patch complianceHigh
Enable Samsung KNOX attestation checks in MDMHigh
Review app installs on Galaxy devices — restrict to vetted sourcesMedium
Consider additional MTD (Mobile Threat Defense) for high-risk rolesMedium

For Enterprise IT Administrators

Organizations with Galaxy devices enrolled in MDM/EMM platforms should:

  • Push the June 2026 patch via MDM with enforcement and deadline policies
  • Check KNOX attestation status — compromised KNOX state will trigger attestation failures, which can be used as an indicator
  • Review access controls for users on unpatched Galaxy devices with access to sensitive data or VPN

Sources

  • SecurityWeek — Eight-Year-Old Samsung KNOX Flaw
  • Samsung Mobile Security — June 2026 SMR
  • Android Security Bulletins

Related Reading

  • Android March 2026 Patches 129 Flaws Including Qualcomm Zero-Day
  • ZeroDayRAT Mobile Spyware Targeting iOS and Android
#Samsung#KNOX#Android#Kernel#Use-After-Free#Vulnerability#Mobile Security

Related Articles

One Line of Code Put Billions of Microsoft Android App Downloads at Risk

A single development-mode setting left in production code bypassed Android protections designed to prevent unauthorized apps from accessing Microsoft account…

6 min read

EngageLab SDK Flaw Exposed 50M Android Users, Including 30M

A now-patched security vulnerability in the widely used EngageLab Android SDK allowed apps on the same device to bypass the Android security sandbox and...

5 min read

Android March 2026 Security Update Patches 129

Google's March 2026 Android security bulletin addresses 129 vulnerabilities, including CVE-2026-21385 — an actively exploited zero-day in a Qualcomm...

2 min read
Back to all News