The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-31628

CVE-2026-31628: Linux Kernel Information Disclosure Flaw

CVE-2026-31628 is an information disclosure vulnerability in the Linux Kernel affecting Zen1 processors, where hardware divider operations can leak partial results to attacker threads. This article covers technical details.

Published: April 30, 2026

CVE-2026-31628 Overview

A vulnerability has been discovered in the Linux kernel affecting x86/CPU handling on AMD Zen1 architecture processors. The Zen1 hardware divider can leave partial results from previous operations under certain circumstances, which can then be leaked by another attacker thread. This side-channel vulnerability enables potential information disclosure between processes sharing the same physical CPU core.

Critical Impact

Local attackers can potentially extract sensitive computation results from other processes running on Zen1 AMD processors through exploitation of the hardware divider's residual data.

Affected Products

  • Linux Kernel (multiple versions)
  • Systems running AMD Zen1 architecture processors
  • Linux Kernel version 4.14 and various other kernel branches

Discovery Timeline

  • 2026-04-24 - CVE-2026-31628 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-31628

Vulnerability Analysis

This vulnerability exists within the x86/CPU subsystem of the Linux kernel, specifically affecting AMD Zen1 architecture processors. The hardware divider implementation in Zen1 processors does not properly clear partial computation results after division operations complete. When a division operation is performed, remnants of the calculation can remain accessible in the divider's internal state.

An attacker running code on the same physical CPU core can exploit this behavior through carefully timed operations. By measuring timing differences or directly observing divider state through subsequent division operations, the attacker thread can infer information about computations performed by other threads. This creates a covert channel for information leakage between security domains.

The vulnerability requires local access and the ability to execute code on the affected system. While exploitation requires specific conditions including simultaneous execution on the same CPU core, the attack is feasible in multi-tenant environments where multiple users share physical hardware resources.

Root Cause

The root cause is a hardware design characteristic in AMD Zen1 processors where the floating-point division unit does not completely clear its internal state between operations. This allows partial results from previous division operations to persist and potentially be observable by subsequent operations from different security contexts.

Attack Vector

This vulnerability requires local access to exploit. An attacker must be able to execute arbitrary code on the affected system and schedule execution on the same physical CPU core as the victim process. The attack leverages timing side-channels or direct observation of the divider's residual state to extract information about prior division operations. Multi-threaded environments and systems with hyperthreading enabled are particularly susceptible, as threads sharing a physical core can more easily observe each other's computational side effects.

The Linux kernel patch addresses this by enabling a "chicken bit" — a hardware configuration flag that forces the divider to clear its state between operations, preventing information leakage at the cost of minor performance overhead.

Detection Methods for CVE-2026-31628

Indicators of Compromise

  • Unusual process scheduling patterns targeting specific CPU cores
  • Processes performing high-frequency division operations with timing measurements
  • Side-channel attack toolkits or PoC code designed for Zen1 divider exploitation

Detection Strategies

  • Monitor for processes with suspicious CPU affinity settings that pin execution to specific cores
  • Implement behavioral analysis for applications performing unusual patterns of division operations followed by timing measurements
  • Deploy kernel-level monitoring to detect attempts to exploit CPU microarchitectural side channels

Monitoring Recommendations

  • Enable CPU performance counter monitoring to detect anomalous division instruction patterns
  • Implement process isolation policies for sensitive workloads on Zen1 systems
  • Review system logs for indicators of side-channel attack attempts

How to Mitigate CVE-2026-31628

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the FPDSS fix
  • Apply kernel updates from your Linux distribution's security repository
  • Consider temporarily disabling simultaneous multithreading (SMT) on critical Zen1 systems until patched

Patch Information

The Linux kernel team has released patches across multiple stable kernel branches to address this vulnerability. The fix enables a hardware "chicken bit" that forces the Zen1 divider to clear partial results between operations. Multiple commit references are available:

  • Kernel Git Commit 0548529
  • Kernel Git Commit 1272cfe
  • Kernel Git Commit 546785c
  • Kernel Git Commit 91f0272
  • Kernel Git Commit ad17f07
  • Kernel Git Commit b731aca
  • Kernel Git Commit e55d98e
  • Kernel Git Commit e6af528
  • Kernel Git Commit ed7a3a2

Workarounds

  • Disable SMT/Hyperthreading on Zen1 systems to prevent cross-thread information leakage
  • Implement strict process isolation using CPU affinity to separate sensitive workloads onto different physical cores
  • Consider migrating critical workloads to non-Zen1 hardware until patches are applied
bash
# Disable SMT temporarily on a running system (requires root)
echo off > /sys/devices/system/cpu/smt/control

# Verify SMT status
cat /sys/devices/system/cpu/smt/active

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Kernel Git Commit 0548529

  • Kernel Git Commit 1272cfe

  • Kernel Git Commit 546785c

  • Kernel Git Commit 91f0272

  • Kernel Git Commit ad17f07

  • Kernel Git Commit b731aca

  • Kernel Git Commit e55d98e

  • Kernel Git Commit e6af528

  • Kernel Git Commit ed7a3a2
  • Related CVEs
  • CVE-2026-31708: Linux Kernel Information Disclosure Flaw

  • CVE-2026-43088: Linux Kernel Information Disclosure Flaw

  • CVE-2026-43085: Linux Kernel Information Disclosure Flaw

  • CVE-2026-43089: Linux Kernel Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English