Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-71121

CVE-2025-71121: Linux Kernel ASP Chip DoS Vulnerability

CVE-2025-71121 is a denial of service vulnerability in the Linux kernel affecting the PARISC ASP chip that causes system crashes when reprogramming affinity. This article covers technical details, affected systems, and mitigation.

Published: January 23, 2026

CVE-2025-71121 Overview

CVE-2025-71121 is a vulnerability in the Linux kernel affecting the PA-RISC architecture, specifically systems using the ASP (Auxiliary System Processor) chip found in legacy HP workstations such as the HP 730. The vulnerability exists in the interrupt affinity reprogramming code path, where attempting to reprogram affinity on ASP chips causes a High Priority Machine Check (HPMC) system crash. The ASP chip is an older variant of the GSP chip and lacks the expected register layout at standard memory locations, causing fatal hardware exceptions when the kernel attempts to access these non-existent registers.

Critical Impact

Systems running the Linux kernel on HP PA-RISC workstations with ASP chips can experience complete system crashes (HPMC) when interrupt affinity reprogramming is triggered, leading to denial of service.

Affected Products

  • Linux kernel (PA-RISC architecture with ASP chip)
  • HP 730 workstations and similar legacy PA-RISC systems
  • Systems with GSP chip variants using ASP architecture

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-71121 published to NVD
  • 2026-01-19 - Last updated in NVD database

Technical Details for CVE-2025-71121

Vulnerability Analysis

This vulnerability represents a hardware compatibility issue in the Linux kernel's PA-RISC architecture support code. The ASP (Auxiliary System Processor) chip, found in older HP workstations like the HP 730 series, is a legacy variant of the more common GSP (General System Processor) chip. While the kernel code assumes a standard register layout for interrupt affinity programming, the ASP chip does not conform to this expectation.

When the kernel attempts to reprogram interrupt affinity on systems with ASP chips, it accesses memory-mapped registers that either don't exist or are located at different addresses than expected. This causes the PA-RISC hardware to trigger a High Priority Machine Check (HPMC), which is a fatal hardware exception that results in an immediate system crash. The crash is particularly problematic because HPMC errors typically indicate severe hardware-level issues and result in complete system halt.

The irony of this vulnerability is that the affinity reprogramming functionality is entirely unnecessary on affected systems—the HP 730 is a single-CPU machine where interrupt affinity configuration serves no practical purpose. The fix implemented in the kernel adds a version check (sversion) to identify ASP chips and bypass the problematic affinity reprogramming code path entirely.

Root Cause

The root cause is the lack of hardware detection logic to differentiate between ASP chips and standard GSP chips in the PA-RISC interrupt affinity code. The kernel code assumes all GSP-family chips have compatible register layouts for affinity programming, but the ASP variant has registers at different locations or entirely absent. This missing hardware variant check allows unsafe register accesses that trigger fatal HPMC exceptions.

Attack Vector

This vulnerability can be triggered through normal system operations that invoke interrupt affinity reprogramming on affected PA-RISC systems with ASP chips. While the attack vector is local and requires specific legacy hardware, any operation that triggers affinity changes—such as CPU hotplug operations, IRQ balancing, or administrative configuration changes via /proc/irq/*/smp_affinity—could cause a complete system crash. The denial of service impact is significant on affected systems as it results in immediate, unrecoverable system failure.

The vulnerability mechanism involves the kernel's interrupt controller driver attempting to write to memory-mapped I/O registers for affinity configuration. On ASP chips, these register addresses either map to undefined memory regions or have different semantics, causing the PA-RISC processor to raise an HPMC exception. The fix adds a conditional check for the chip's sversion identifier to skip affinity programming entirely on ASP hardware, recognizing that single-CPU systems don't benefit from this functionality.

Detection Methods for CVE-2025-71121

Indicators of Compromise

  • System crashes with HPMC (High Priority Machine Check) errors on PA-RISC systems
  • Kernel panic logs indicating interrupt affinity operations immediately before failure
  • System instability on HP 730 workstations or similar legacy PA-RISC hardware during IRQ configuration changes

Detection Strategies

  • Monitor system logs for HPMC exceptions on PA-RISC architecture systems
  • Check kernel version against patched releases that include the sversion check for ASP chips
  • Audit systems for legacy HP PA-RISC workstations (HP 730 series) that may be vulnerable

Monitoring Recommendations

  • Implement alerting for unexpected system reboots on PA-RISC systems
  • Monitor /var/log/messages or dmesg output for interrupt affinity-related errors
  • Track kernel version compliance across PA-RISC infrastructure to ensure patched versions are deployed

How to Mitigate CVE-2025-71121

Immediate Actions Required

  • Update the Linux kernel to a patched version that includes the ASP chip detection fix
  • Avoid manual interrupt affinity configuration on affected PA-RISC systems until patched
  • Consider isolating critical workloads from systems running on legacy HP PA-RISC hardware with ASP chips

Patch Information

The Linux kernel developers have released patches that add a check for the ASP chip's sversion identifier to bypass the problematic affinity reprogramming code path. Multiple kernel stable branches have received this fix:

  • Kernel Git Commit 4d0858b
  • Kernel Git Commit 60560d1
  • Kernel Git Commit 7a146f3
  • Kernel Git Commit 845a92b
  • Kernel Git Commit c8f810e
  • Kernel Git Commit dca7da2
  • Kernel Git Commit e09fd2e

Update your kernel using your distribution's package manager to obtain the patched version.

Workarounds

  • Refrain from modifying interrupt affinity settings via /proc/irq/*/smp_affinity on affected systems
  • Disable automatic IRQ balancing services (e.g., irqbalance) on vulnerable PA-RISC systems
  • For critical systems, consider migrating workloads to modern hardware until patching is complete
bash
# Disable irqbalance service on affected systems as a temporary workaround
systemctl stop irqbalance
systemctl disable irqbalance

# Verify kernel version after patching
uname -r

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.04%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Kernel Git Commit Update 1

  • Kernel Git Commit Update 2

  • Kernel Git Commit Update 3

  • Kernel Git Commit Update 4

  • Kernel Git Commit Update 5

  • Kernel Git Commit Update 6

  • Kernel Git Commit Update 7
  • Related CVEs
  • CVE-2026-31465: Linux Kernel Writeback DoS Vulnerability

  • CVE-2026-31472: Linux Kernel IPTFS DoS Vulnerability

  • CVE-2026-31451: Linux Kernel ext4 DOS Vulnerability

  • CVE-2026-31448: Linux Kernel ext4 DoS Vulnerability
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