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-2024-4143

CVE-2024-4143: HP PC AMI BIOS RCE Vulnerability

CVE-2024-4143 is a remote code execution flaw in HP PC products using AMI BIOS that enables arbitrary code execution. This article covers the security risk, technical details, affected systems, and firmware updates.

Published: April 8, 2026

CVE-2024-4143 Overview

A critical security vulnerability has been identified in certain HP PC products using AMI BIOS that could allow arbitrary code execution. The vulnerability stems from a buffer overflow condition (CWE-120) in the BIOS firmware, which can be exploited remotely without requiring authentication or user interaction. AMI has released firmware updates to mitigate this vulnerability.

Critical Impact

This BIOS-level vulnerability enables attackers to execute arbitrary code with the highest system privileges, potentially compromising the entire system at the firmware level and persisting across operating system reinstallations.

Affected Products

  • HP PC Products using AMI BIOS (specific models listed in HP Security Advisory)
  • AMI BIOS firmware versions prior to the security update
  • Various HP desktop and laptop systems

Discovery Timeline

  • 2024-07-15 - CVE-2024-4143 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-4143

Vulnerability Analysis

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. BIOS firmware vulnerabilities are particularly severe because they operate at the lowest level of the system software stack, below the operating system. Exploitation at this level can result in complete system compromise with persistence that survives operating system reinstallation, secure boot bypass, and potential rootkit installation at the firmware level.

The network-accessible attack vector combined with no required privileges or user interaction makes this vulnerability especially dangerous in enterprise environments where HP systems may be accessible over corporate networks. Successful exploitation grants attackers full control over confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause is a buffer overflow vulnerability (CWE-120) in the AMI BIOS code used by HP PC products. Buffer overflow vulnerabilities occur when a program writes data beyond the boundaries of a fixed-size buffer, potentially overwriting adjacent memory. In BIOS firmware, such overflows can corrupt critical data structures or allow injection of malicious code that executes with System Management Mode (SMM) privileges.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity. An attacker does not require any privileges or user interaction to exploit this flaw. The attack could potentially be carried out through:

  • Malicious network packets targeting BIOS services
  • Exploitation of network-exposed BIOS management interfaces
  • Remote management protocols that interact with the BIOS firmware

Due to the sensitive nature of this BIOS vulnerability, specific exploitation details are not provided. For technical information, refer to the HP Security Advisory.

Detection Methods for CVE-2024-4143

Indicators of Compromise

  • Unexpected BIOS version changes or corruption detected during system startup
  • System instability or unexpected behavior that persists across OS reinstallation
  • Anomalous network traffic targeting system management ports
  • Unauthorized modifications to UEFI Secure Boot configuration

Detection Strategies

  • Implement BIOS integrity monitoring solutions to detect unauthorized firmware modifications
  • Monitor network traffic for suspicious activity targeting system management interfaces
  • Deploy hardware-based attestation mechanisms to verify firmware integrity
  • Utilize endpoint detection and response (EDR) solutions capable of monitoring pre-boot environments

Monitoring Recommendations

  • Enable BIOS event logging and centralize logs for security analysis
  • Implement network segmentation to restrict access to system management interfaces
  • Configure alerts for any unauthorized BIOS update attempts
  • Regularly audit BIOS versions across the fleet against known vulnerable versions

How to Mitigate CVE-2024-4143

Immediate Actions Required

  • Review the HP Security Advisory for affected product models
  • Identify all HP systems using AMI BIOS in your environment
  • Prioritize patching for internet-facing and critical systems
  • Restrict network access to system management interfaces until patching is complete

Patch Information

AMI has released firmware updates to address this vulnerability. HP has made these updates available through their support channels. Organizations should obtain the appropriate BIOS update for their specific HP PC models from the HP Security Advisory and apply them according to their change management procedures. Due to the critical nature of BIOS updates, ensure proper backup and recovery procedures are in place before applying firmware updates.

Workarounds

  • Implement strict network segmentation to limit exposure of system management interfaces
  • Disable or restrict access to remote BIOS management features where not required
  • Enable UEFI Secure Boot to help prevent execution of unauthorized firmware code
  • Implement hardware-based security features such as TPM attestation where available
  • Monitor systems for signs of compromise while awaiting patch deployment
bash
# Example: Verify current BIOS version on HP systems (Windows PowerShell)
Get-WmiObject -Class Win32_BIOS | Select-Object SMBIOSBIOSVersion, Manufacturer, ReleaseDate

# Example: Check for HP BIOS updates using HP Image Assistant (HPIA)
# Download HPIA from HP and run to identify available BIOS updates
# HPImageAssistant.exe /Operation:Analyze /Category:BIOS /Action:List

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechHp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • HP Security Advisory
  • Related CVEs
  • CVE-2021-3809: HP Elite Dragonfly Firmware RCE Vulnerability

  • CVE-2021-3808: HP Elite Dragonfly Firmware RCE Vulnerability

  • CVE-2022-31640: HP Elite Dragonfly Firmware RCE Vulnerability

  • CVE-2021-39298: HP Z1 Entry Tower G5 Privilege Escalation
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