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
    • 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-2023-28746

CVE-2023-28746: Intel Atom Information Disclosure Flaw

CVE-2023-28746 is an information disclosure vulnerability in Intel Atom Processors caused by microarchitectural state exposure after transient execution. This article covers technical details, affected systems, and mitigations.

Published: February 11, 2026

CVE-2023-28746 Overview

CVE-2023-28746 is a hardware-level information disclosure vulnerability affecting certain Intel Atom processors. The vulnerability enables information exposure through microarchitectural state after transient execution from some register files. An authenticated local user can potentially exploit this flaw to access sensitive information that should be protected, representing a significant risk in multi-tenant and virtualized environments.

Critical Impact

Authenticated local users may extract sensitive data from microarchitectural state, potentially compromising cryptographic keys, credentials, or other privileged information from co-located processes or virtual machines.

Affected Products

  • Intel Atom Processors (various models as specified in Intel SA-00898)
  • Systems running affected processors with Xen hypervisor
  • Linux-based systems with affected Intel Atom CPUs

Discovery Timeline

  • 2024-03-14 - CVE CVE-2023-28746 published to NVD
  • 2025-04-26 - Last updated in NVD database

Technical Details for CVE-2023-28746

Vulnerability Analysis

This vulnerability belongs to the class of transient execution side-channel attacks that have affected modern processors since the disclosure of Spectre and Meltdown. The core issue stems from how Intel Atom processors handle register file states during speculative execution. When the processor speculatively executes instructions, data from register files may leave traces in the microarchitectural state that persist even after the speculative execution is rolled back.

The vulnerability is classified under CWE-1342 (Information Exposure through Microarchitectural State after Transient Execution), which specifically addresses side-channel leakage through CPU microarchitectural components following transient or speculative operations.

In practical terms, an attacker with local access and valid credentials can craft specific instruction sequences that trigger transient execution paths. By carefully measuring timing differences or observing other side effects, the attacker can infer the contents of register files that were accessed during speculative execution, even if those registers belong to other processes or privilege levels.

Root Cause

The root cause lies in the microarchitectural design of affected Intel Atom processors, where register file contents are not properly cleared or isolated during transient execution. When the CPU speculatively executes instructions before determining if a branch is correctly predicted, data from register files can influence observable microarchitectural state (such as cache contents). This state persists and can be measured by an attacker even after the speculative execution results are discarded.

Attack Vector

The attack requires local access with authenticated user privileges. An attacker must execute carefully crafted code on the target system to exploit the vulnerability. The attack does not require user interaction and can affect confidentiality across security boundaries, potentially allowing extraction of data from other processes, containers, or virtual machines running on the same physical processor. This is particularly concerning in cloud and virtualization environments where multiple tenants share the same hardware.

The attacker would typically:

  1. Execute code that triggers specific transient execution paths
  2. Prime microarchitectural structures (such as caches) to a known state
  3. Cause the target to access sensitive data during transient execution
  4. Measure side effects in the microarchitectural state to infer the sensitive data

The vulnerability does not directly enable data modification or denial of service—it is purely an information disclosure issue with confidentiality impact across security contexts.

Detection Methods for CVE-2023-28746

Indicators of Compromise

  • Unusual patterns of cache timing measurements from user-space processes
  • Processes repeatedly executing specific instruction sequences designed to trigger transient execution
  • Abnormal system call patterns associated with microarchitectural side-channel attacks

Detection Strategies

  • Monitor for processes performing high-resolution timing measurements using rdtsc or similar instructions
  • Implement behavioral analysis to detect characteristic patterns of transient execution attacks
  • Use hardware performance counters to identify unusual speculation patterns on affected processors

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions capable of detecting side-channel attack behavior
  • Monitor for known exploitation tools or techniques targeting Intel processor vulnerabilities
  • Audit local user activities on systems with affected Intel Atom processors, particularly in multi-tenant environments

How to Mitigate CVE-2023-28746

Immediate Actions Required

  • Apply microcode updates from Intel as specified in Intel Security Advisory SA-00898
  • Update operating system kernels with vendor-provided patches (see Debian and Fedora advisories)
  • For Xen hypervisor environments, apply patches referenced in Xen Security Advisory XSA-452
  • Review and limit local user access on systems processing sensitive information

Patch Information

Intel has released microcode updates to address this vulnerability, documented in Intel Security Advisory SA-00898. Operating system vendors including Debian and Fedora have released kernel updates that incorporate necessary mitigations. Organizations should apply both CPU microcode updates and operating system patches for comprehensive protection.

Relevant security updates are available from:

  • Debian LTS Security Announcements
  • Fedora Package Announcements
  • OpenWall Security Discussion

Workarounds

  • Restrict local access to affected systems to only trusted users
  • Implement process isolation using containers or VMs with appropriate security configurations
  • Consider disabling simultaneous multithreading (SMT/Hyper-Threading) if available on affected processors
  • Monitor the Intel Security Center for additional guidance and firmware updates
bash
# Example: Check Intel microcode version on Linux
cat /proc/cpuinfo | grep -E "model name|microcode"

# Example: Update microcode on Debian-based systems
sudo apt update && sudo apt install intel-microcode

# Example: Verify kernel mitigations are active
cat /sys/devices/system/cpu/vulnerabilities/*

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIntel

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-1342
  • Technical References
  • OpenWall Security Update

  • Debian LTS Security Announcement

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Intel Security Advisory SA-00898

  • Xen Security Advisory XSA-452
  • Related CVEs
  • CVE-2025-20073: Intel UEFI DXE Information Disclosure Flaw

  • CVE-2025-22444: Intel UEFI PdaSmm Disclosure Vulnerability

  • CVE-2025-27708: Intel CSME Firmware Information Disclosure

  • CVE-2024-23984: Intel Processors Information Disclosure
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