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-2025-35991

CVE-2025-35991: Intel UEFI Firmware Info Disclosure Bug

CVE-2025-35991 is an information disclosure flaw in Intel UEFI firmware caused by improper initialization. Privileged attackers can expose sensitive data via local access. This article covers technical details, affected systems, impact analysis, and mitigation strategies.

Published: May 17, 2026

CVE-2025-35991 Overview

CVE-2025-35991 is an improper initialization vulnerability [CWE-665] in the Unified Extensible Firmware Interface (UEFI) firmware for certain Intel platforms operating within Ring 0: Bare Metal OS. The flaw allows a local privileged attacker to disclose sensitive information from uninitialized memory regions. Exploitation requires local access, high attack complexity, and high privileges, with no user interaction. The impact is limited to confidentiality of the vulnerable system, with no integrity or availability consequences. Intel disclosed the issue through Intel Security Advisory SA-01413.

Critical Impact

A local adversary with privileged access may extract sensitive data from UEFI firmware memory, exposing secrets handled at the Ring 0 firmware layer.

Affected Products

  • Intel UEFI firmware for affected Intel platforms (see Intel SA-01413)
  • Ring 0: Bare Metal OS components running on impacted Intel hardware
  • Systems shipping with the vulnerable UEFI firmware versions identified by Intel

Discovery Timeline

  • 2026-05-12 - CVE-2025-35991 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2025-35991

Vulnerability Analysis

The vulnerability stems from improper initialization within UEFI firmware code paths executing in Ring 0: Bare Metal OS context. Firmware routines fail to fully initialize memory buffers or data structures before they are read or returned to calling code. An attacker with privileged local access can observe residual data left in those uninitialized regions.

Because the firmware runs at the highest processor privilege level, leaked memory may contain secrets, configuration data, or internal firmware state that should remain confined to the platform. The Intel advisory categorizes this as an information disclosure issue affecting confidentiality only, with no direct path to integrity or availability impact.

Exploitation requires meeting specific attack preconditions and chaining privileged execution with the high-complexity steps needed to trigger the uninitialized read. The flaw does not provide code execution on its own but can support broader attack chains by exposing data useful for follow-on exploitation.

Root Cause

The root cause is classified as CWE-665: Improper Initialization. Firmware code paths allocate or reference memory and structures without ensuring all fields are written before use. The result is a read of stale or attacker-relevant data from regions that should have been zeroed or fully populated.

Attack Vector

The attack vector is local. A system software adversary already operating with privileged user rights triggers the vulnerable firmware path during normal interaction with Ring 0 interfaces. No user interaction is required, but the attacker must satisfy specific platform conditions to reach the uninitialized data. The vulnerability manifests in firmware initialization logic and is described in the Intel advisory referenced below. See the Intel Security Advisory SA-01413 for technical details.

Detection Methods for CVE-2025-35991

Indicators of Compromise

  • No public indicators of compromise have been published for CVE-2025-35991, and no exploitation in the wild has been reported.
  • Unexpected firmware version mismatches between deployed systems and vendor-published baselines may indicate tampering or missing patches.
  • Anomalous low-level firmware interface calls from privileged processes warrant review during incident response.

Detection Strategies

  • Inventory UEFI firmware versions across the fleet and compare against Intel SA-01413 fixed versions to identify exposed hosts.
  • Monitor privileged process activity that interacts with firmware interfaces, SMM handlers, or platform-specific Ring 0 APIs.
  • Correlate firmware update events with change-management records to confirm that mitigations were applied through approved channels.

Monitoring Recommendations

  • Enable platform attestation and Trusted Platform Module (TPM) measurements to detect firmware integrity changes.
  • Log and review administrative actions that load drivers or kernel modules capable of issuing firmware calls.
  • Track vendor advisories and OEM firmware bulletins for follow-on updates referencing Intel SA-01413.

How to Mitigate CVE-2025-35991

Immediate Actions Required

  • Identify all Intel-based systems running UEFI firmware versions called out in Intel SA-01413 and prioritize them for patching.
  • Apply OEM-provided UEFI firmware updates that incorporate Intel's fix as soon as they are validated for the environment.
  • Restrict local administrative access on affected platforms to reduce the population of users able to meet the privilege requirement.

Patch Information

Intel has published guidance and fixed firmware references through Intel Security Advisory SA-01413. OEM vendors integrate Intel's reference firmware updates into their own BIOS/UEFI releases, so administrators should obtain updated firmware images from the system manufacturer for each affected platform model.

Workarounds

  • Enforce least privilege so that only essential administrators can execute code at the privilege level required to reach the vulnerable firmware path.
  • Enable Secure Boot, BIOS administrator passwords, and firmware write protection to limit unauthorized firmware interaction.
  • Where firmware updates are not yet available, increase monitoring of privileged sessions and physical access to affected hardware.
bash
# Configuration example: query installed UEFI firmware version on Linux
sudo dmidecode -s bios-version
sudo dmidecode -s bios-release-date

# Verify Secure Boot status
mokutil --sb-state

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 Score5.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-665
  • Technical References
  • Intel Security Advisory SA-01413
  • Related CVEs
  • CVE-2025-35979: Intel Processor Information Disclosure

  • CVE-2025-24495: Intel Core Ultra Information Disclosure

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

  • CVE-2025-20073: Intel UEFI DXE 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