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-31160

CVE-2025-31160: atop Denial of Service Vulnerability

CVE-2025-31160 is a denial of service vulnerability in atop through version 2.11.0 that allows local users to crash the application. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-31160 Overview

CVE-2025-31160 is a denial of service vulnerability affecting the atop Linux process and system resource monitor through version 2.11.0. The flaw allows local users to cause a denial of service condition, typically manifesting as an assertion failure and application exit, by running certain types of unprivileged processes while a different user runs atop. The vulnerability may also have unspecified additional impact beyond service disruption.

Critical Impact

Local unprivileged users can crash the atop monitoring tool used by system administrators, potentially disrupting system monitoring and performance analysis capabilities on affected Linux systems.

Affected Products

  • atop versions through 2.11.0
  • Linux systems running vulnerable atop installations
  • Debian-based distributions with affected atop packages

Discovery Timeline

  • 2025-03-26 - CVE-2025-31160 published to NVD
  • 2025-04-07 - Last updated in NVD database

Technical Details for CVE-2025-31160

Vulnerability Analysis

This vulnerability is classified under CWE-617 (Reachable Assertion), which describes a condition where an assertion designed to be unreachable during normal operation can be triggered by an attacker. In the case of atop, the assertion failure occurs when the monitoring tool encounters unexpected process states while parsing system information.

The vulnerability requires local access to exploit, meaning an attacker must have some form of access to the target system. The exploitation complexity is considered high because it requires specific timing conditions where an unprivileged user runs certain process types concurrently with another user's atop session. While the confidentiality and integrity impact is none, the availability impact allows disruption of the monitoring service.

Root Cause

The root cause of CVE-2025-31160 lies in atop's handling of process data parsing from the /proc filesystem. When atop reads process information while certain types of unprivileged processes are executing, the tool encounters unexpected data states that trigger an internal assertion check. This assertion, rather than gracefully handling the unexpected condition, causes the application to terminate immediately.

The assertion mechanism, while useful for debugging during development, should not be exposed in production code paths where untrusted input (in this case, the dynamic state of system processes) can trigger termination. According to analysis discussed on the Bismuth Blog, the issue relates to how atop handles race conditions when reading process metadata.

Attack Vector

The attack requires local access to the system where atop is running. An attacker can exploit this vulnerability by:

  1. Identifying when a privileged user or automated system runs atop for system monitoring
  2. Launching specific unprivileged processes designed to create the race condition
  3. Causing the atop process to encounter an assertion failure and crash

Since the attack only requires unprivileged access, any local user on a multi-user system could potentially disrupt monitoring operations. The vulnerability is particularly relevant in shared hosting environments or systems where multiple users have shell access.

Detailed technical analysis and discussion of the bug can be found in the Rachel By The Bay Article and subsequent community discussion threads.

Detection Methods for CVE-2025-31160

Indicators of Compromise

  • Unexpected termination of atop processes with assertion failure messages in system logs
  • Repeated crashes of atop daemon or interactive sessions
  • Core dumps from atop containing assertion failure stack traces
  • Suspicious process activity from unprivileged users coinciding with atop crashes

Detection Strategies

  • Monitor system logs for atop assertion failure messages or abnormal termination signals
  • Implement process monitoring to detect unexpected atop restarts or crashes
  • Review audit logs for patterns of process creation that correlate with atop service disruptions
  • Deploy file integrity monitoring on atop binary and configuration files

Monitoring Recommendations

  • Configure log aggregation to alert on atop crash patterns across monitored systems
  • Implement watchdog mechanisms to automatically restart atop services after crashes
  • Monitor for unusual process spawning activity from unprivileged accounts
  • Review system resource usage patterns for anomalies around atop crash events

How to Mitigate CVE-2025-31160

Immediate Actions Required

  • Update atop to a patched version when available from your distribution
  • Review which users have local access to systems running atop for monitoring
  • Consider restricting access to systems where atop is used for critical monitoring
  • Implement process restart mechanisms to maintain monitoring continuity

Patch Information

Security updates have been released for affected distributions. Debian users should refer to the Debian LTS Announcement for patch details. For other distributions, monitor the official atop GitHub repository for upstream fixes.

System administrators should apply vendor-provided patches through standard package management:

bash
# For Debian/Ubuntu systems
sudo apt update && sudo apt upgrade atop

# For RHEL/CentOS systems
sudo dnf update atop

Workarounds

  • Restrict local shell access to systems where atop is used for critical monitoring functions
  • Run atop in isolated environments or containers where possible to limit exposure
  • Implement process isolation using namespaces to separate atop from untrusted user processes
  • Consider alternative monitoring tools temporarily if atop availability is critical
bash
# Configuration example
# Verify current atop version
atop -V

# Check for available updates
apt-cache policy atop

# After patching, verify the fix
atop -V

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechN/A

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-617
  • Technical References
  • Bismuth Blog Bug Report

  • GitHub Atop Tool Repository

  • Hacker News Discussion 43477057

  • Hacker News Discussion 43485980

  • Rachel By The Bay Article

  • OpenWall OSS Security Update 2025-03-26-3

  • OpenWall OSS Security Update 2025-03-27-1

  • OpenWall OSS Security Update 2025-03-27-2

  • OpenWall OSS Security Update 2025-03-27-3

  • OpenWall OSS Security Update 2025-03-29-1

  • Debian LTS Announcement April 2025
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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