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
    • 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-71155

CVE-2025-71155: Linux Kernel Privilege Escalation Flaw

CVE-2025-71155 is a privilege escalation vulnerability in the Linux kernel's KVM s390 subsystem that can cause guest memory corruption. This article covers the technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2025-71155 Overview

A memory corruption vulnerability has been identified in the Linux kernel's KVM (Kernel-based Virtual Machine) implementation for s390 architecture. The vulnerability exists in the gmap_helper_zap_one_page() function, where missing checks can lead to memory corruption in the guest under specific circumstances.

Critical Impact

This vulnerability can cause memory corruption in guest virtual machines running on s390 KVM hosts, potentially leading to data integrity issues, guest crashes, or unpredictable system behavior.

Affected Products

  • Linux kernel KVM s390 implementation
  • s390 architecture systems running KVM virtualization
  • Guest virtual machines on affected s390 KVM hosts

Discovery Timeline

  • 2026-01-23 - CVE CVE-2025-71155 published to NVD
  • 2026-01-26 - Last updated in NVD database

Technical Details for CVE-2025-71155

Vulnerability Analysis

This vulnerability affects the s390-specific KVM implementation in the Linux kernel, specifically within the guest address space mapping (gmap) helper functions. The gmap_helper_zap_one_page() function is responsible for unmapping a single page from the guest's address space, which is a critical operation for memory management in virtualized environments.

The root issue stems from insufficient validation checks within this function. When these checks are bypassed or not properly enforced, it can result in memory corruption within the guest's memory space. This type of vulnerability in a hypervisor component is particularly concerning as it affects the integrity of virtualized workloads.

Root Cause

The vulnerability is caused by missing validation checks in the gmap_helper_zap_one_page() function. The function failed to properly verify certain conditions before performing memory operations, which under specific circumstances could lead to incorrect memory mappings or corrupted memory pages in the guest virtual machine.

Attack Vector

The attack vector for this vulnerability requires access to the virtualization infrastructure. An attacker would need to trigger specific conditions that cause the missing checks to be bypassed during page unmapping operations. The exploitation would typically require either:

  1. Running a specially crafted workload in a guest VM that triggers the vulnerable code path
  2. Having access to the hypervisor or host system to manipulate memory mapping operations

The vulnerability manifests in the kernel's gmap helper functions when handling page unmapping requests. Due to the nature of KVM virtualization, the impact is localized to the guest memory space, though the corruption could lead to guest system instability or data integrity issues. Technical details can be found in the kernel git commit logs.

Detection Methods for CVE-2025-71155

Indicators of Compromise

  • Unexpected guest VM crashes or instability on s390 KVM hosts
  • Memory-related errors or warnings in guest system logs
  • Kernel oops or panics related to gmap or KVM operations in host dmesg output

Detection Strategies

  • Monitor kernel logs on s390 KVM hosts for gmap-related errors or warnings
  • Implement kernel function tracing for gmap_helper_zap_one_page() and related functions
  • Use SentinelOne's kernel-level monitoring capabilities to detect anomalous memory operations in KVM environments

Monitoring Recommendations

  • Enable enhanced logging for KVM operations on s390 systems
  • Deploy real-time kernel integrity monitoring on virtualization hosts
  • Configure alerts for unexpected guest VM terminations or memory errors

How to Mitigate CVE-2025-71155

Immediate Actions Required

  • Apply the latest kernel patches containing the fix for this vulnerability
  • Review s390 KVM host systems for signs of memory corruption or instability
  • Schedule maintenance windows for kernel updates on production virtualization infrastructure
  • Consider temporarily migrating critical workloads to unaffected hosts if immediate patching is not possible

Patch Information

The vulnerability has been addressed through kernel patches that add the missing validation checks to gmap_helper_zap_one_page(). The fixes are available in the stable kernel tree:

  • Kernel patch commit 2af2abb
  • Kernel patch commit 2f393c2

Organizations running s390 KVM infrastructure should update to kernel versions containing these commits.

Workarounds

  • Limit access to KVM management interfaces to trusted administrators only
  • Implement strict access controls on virtualization host systems
  • Consider isolating critical workloads from potentially vulnerable hosts until patches can be applied
  • Monitor guest VMs for signs of memory corruption or unexpected behavior
bash
# Check current kernel version on s390 systems
uname -r

# Verify if the patched commits are present in your kernel
# Look for commits 2af2abb or 2f393c2 in your kernel's git history
zcat /proc/config.gz | grep CONFIG_KVM

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

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

  • Kernel Git Commit Log
  • Related CVEs
  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23438: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23439: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23437: Linux Kernel Privilege Escalation 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