A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-5410

CVE-2023-5410: HP PC BIOS Privilege Escalation Flaw

CVE-2023-5410 is a privilege escalation vulnerability in HP PC system BIOS that enables memory tampering. This post covers the technical details, affected HP PC products, security impact, and mitigation steps.

Published: February 11, 2026

CVE-2023-5410 Overview

A potential security vulnerability has been reported in the system BIOS of certain HP PC products, which might allow memory tampering. This vulnerability enables a local attacker with high privileges to tamper with system memory, potentially affecting the confidentiality, integrity, and availability of the affected systems. HP has acknowledged the vulnerability and is releasing mitigation for the potential vulnerability.

Critical Impact

This BIOS-level vulnerability allows memory tampering with potential for scope change, meaning a successful exploit could impact resources beyond the vulnerable component's security scope.

Affected Products

  • HP PC Products with vulnerable system BIOS versions
  • Specific affected models detailed in HP Security Advisory HPSBHF03924

Discovery Timeline

  • 2024-03-12 - CVE CVE-2023-5410 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-5410

Vulnerability Analysis

This vulnerability exists within the system BIOS of certain HP PC products and allows for memory tampering attacks. The attack requires local access to the system and high privileges to exploit, but if successful, the impact extends beyond the initially compromised component (scope change). The vulnerability is classified under CWE-203 (Observable Discrepancy), which typically involves information exposure through discrepancies in system behavior that can be observed by an attacker.

In the context of BIOS-level vulnerabilities, observable discrepancies can be leveraged to infer sensitive information about memory contents or system state, which can then be exploited for memory tampering. The local attack vector combined with the requirement for elevated privileges indicates this is likely exploitable by an attacker who already has privileged access to the system or through a chained attack sequence.

Root Cause

The root cause is related to CWE-203 (Observable Discrepancy), where the BIOS implementation may expose information through timing variations or other observable behaviors that can be leveraged to perform memory tampering attacks. This type of side-channel vulnerability in firmware can allow attackers to bypass security controls and manipulate protected memory regions.

Attack Vector

The vulnerability requires local access to the target system (AV:L) and high-level privileges (PR:H) to exploit. The attack complexity is low (AC:L), meaning once an attacker has the required access level, exploitation is relatively straightforward and does not require special conditions. No user interaction is needed for successful exploitation (UI:N).

The vulnerability has a scope change (S:C), indicating that a successful exploit can affect components beyond the vulnerable BIOS, potentially impacting the operating system, applications, or other system firmware. This makes the vulnerability particularly concerning as it could serve as a persistence mechanism or enable further attacks on the system.

Detection Methods for CVE-2023-5410

Indicators of Compromise

  • Unexpected BIOS configuration changes or tampering with BIOS settings
  • Anomalous system behavior during boot process or POST (Power-On Self-Test)
  • Unauthorized modifications to protected memory regions
  • Evidence of privilege escalation attempts preceding BIOS manipulation

Detection Strategies

  • Monitor BIOS integrity using hardware-based attestation mechanisms such as TPM (Trusted Platform Module)
  • Implement endpoint detection solutions capable of monitoring firmware-level changes
  • Deploy SentinelOne Singularity Platform for comprehensive endpoint visibility including firmware tampering detection
  • Enable Secure Boot and verify its configuration has not been modified

Monitoring Recommendations

  • Regularly audit BIOS versions across the enterprise and compare against known-good baselines
  • Implement automated BIOS version checking and alerting for systems running vulnerable firmware
  • Monitor for unusual local privileged access patterns that could precede BIOS attacks
  • Review system event logs for boot-time anomalies or firmware errors

How to Mitigate CVE-2023-5410

Immediate Actions Required

  • Review the HP Security Advisory HPSBHF03924 to identify affected systems
  • Inventory all HP PC products in your environment and check BIOS versions
  • Apply HP-provided BIOS updates to all affected systems as a priority
  • Restrict local administrative access to minimize potential attack surface

Patch Information

HP has released mitigation for this vulnerability. System administrators should consult the HP Security Advisory for specific BIOS updates applicable to their affected products. BIOS updates should be applied following HP's recommended procedures to avoid system issues.

Workarounds

  • Enable BIOS password protection to prevent unauthorized BIOS modifications
  • Configure Secure Boot and enable TPM-based firmware integrity verification where supported
  • Implement strict access controls to limit local privileged access on affected systems
  • Consider physical security measures to prevent local access by unauthorized individuals
  • Monitor affected systems with enhanced logging until patches can be applied

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechHp

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-203
  • Technical References
  • HP Security Advisory
  • Related CVEs
  • CVE-2021-39298: HP Z1 Entry Tower G5 Privilege Escalation

  • CVE-2024-5477: HP System BIOS Privilege Escalation Flaw

  • CVE-2022-37018: HP Z1 G3 BIOS Privilege Escalation Flaw

  • CVE-2021-39301: HP Z1 G5 Privilege Escalation Flaw
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
  • English
  • 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