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

CVE-2025-46805: GNU Screen Race Condition Vulnerability

CVE-2025-46805 is a TOCTOU race condition in GNU Screen 5.0.0 and older version 4 releases that allows sending signals to privileged processes. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-46805 Overview

CVE-2025-46805 is a Time-of-Check Time-of-Use (TOCTOU) race condition vulnerability affecting GNU Screen, a popular terminal multiplexer. The vulnerability exists in Screen version 5.0.0 and older version 4 releases when the application is installed with setuid-root privileges. This race condition potentially allows attackers to send SIGHUP and SIGCONT signals to privileged processes, which could result in denial of service conditions affecting critical system processes.

Critical Impact

Local attackers can exploit this TOCTOU race condition to send unauthorized signals to privileged processes when Screen is installed setuid-root, potentially disrupting system operations.

Affected Products

  • GNU Screen version 5.0.0
  • GNU Screen version 4.x releases (older versions)
  • Systems with Screen installed with setuid-root permissions

Discovery Timeline

  • 2025-05-26 - CVE-2025-46805 published to NVD
  • 2025-05-28 - Last updated in NVD database

Technical Details for CVE-2025-46805

Vulnerability Analysis

This vulnerability is classified as CWE-367 (Time-of-Check Time-of-Use Race Condition). The flaw exists in the signal handling mechanism within GNU Screen when operating with elevated privileges. When Screen is installed with the setuid-root bit set, it runs with root privileges to manage terminal sessions across different users.

The TOCTOU race condition occurs during the validation and use of process identifiers or permissions. In the window between checking a condition (such as process ownership or permissions) and using the result of that check, an attacker can manipulate the state to influence which processes receive signals. This timing window allows an unprivileged local user to potentially target privileged processes with SIGHUP (hangup) or SIGCONT (continue) signals.

The attack requires local access and precise timing to exploit the race window, which limits the practical exploitability but still poses a significant availability risk to systems where Screen is deployed with setuid-root privileges.

Root Cause

The root cause is a classic TOCTOU vulnerability in the signal delivery path. The application performs a security check on target processes at one point in time but uses that information at a later point when conditions may have changed. This temporal gap between checking process permissions and actually sending signals creates an exploitable window where an attacker can substitute or manipulate the target process.

Attack Vector

The attack requires local access to the system with a valid user account. The attacker must exploit a timing window during Screen's signal handling operations to redirect signals to unintended privileged processes. Successful exploitation requires:

  1. Screen installed with setuid-root permissions on the target system
  2. Local user access to execute Screen
  3. Precise timing to win the race condition during signal operations
  4. A target privileged process susceptible to SIGHUP or SIGCONT disruption

The vulnerability mechanism involves exploiting the timing gap between Screen's permission validation and signal delivery. When Screen checks whether a user has permission to send a signal to a process and subsequently sends that signal, an attacker can manipulate the target process identifier or related state within this window. For detailed technical analysis, refer to the OpenWall OSS-Security Discussion.

Detection Methods for CVE-2025-46805

Indicators of Compromise

  • Unexpected termination or restarts of privileged system processes
  • Anomalous SIGHUP or SIGCONT signals received by root-owned processes
  • Unusual Screen process activity patterns from non-privileged users
  • System log entries indicating signal delivery to processes outside normal operation

Detection Strategies

  • Monitor for unusual signal patterns using audit frameworks like auditd to track signal delivery events
  • Implement process behavior monitoring to detect privileged processes receiving unexpected signals
  • Review system logs for Screen-related activity correlating with service disruptions
  • Deploy endpoint detection solutions capable of identifying race condition exploitation attempts

Monitoring Recommendations

  • Configure auditd rules to log all kill() system calls involving signals 1 (SIGHUP) and 18 (SIGCONT)
  • Monitor Screen process execution patterns, especially from non-privileged accounts
  • Implement alerting for unexpected restarts of critical system daemons
  • Review setuid-root binary inventory and assess necessity of elevated privileges for Screen

How to Mitigate CVE-2025-46805

Immediate Actions Required

  • Audit systems for Screen installations with setuid-root permissions using find / -perm -4000 -name "screen" 2>/dev/null
  • Remove setuid-root bit from Screen installations where elevated privileges are not strictly required
  • Upgrade to patched versions of GNU Screen when available from your distribution
  • Review the SUSE Bugzilla entry for vendor-specific guidance

Patch Information

Organizations should monitor their distribution's security advisories for patches addressing CVE-2025-46805. SUSE has acknowledged this vulnerability in their Bugzilla tracking system. Contact your distribution vendor for specific patch availability and installation instructions.

Workarounds

  • Remove the setuid-root bit from the Screen binary: chmod u-s /usr/bin/screen
  • Consider alternative terminal multiplexers such as tmux that do not require setuid-root privileges
  • Implement mandatory access control policies (SELinux/AppArmor) to restrict Screen's signal capabilities
  • Limit Screen access to trusted users through group membership restrictions
bash
# Remove setuid-root permission from Screen
chmod u-s /usr/bin/screen

# Verify the permission change
ls -la /usr/bin/screen

# Alternative: Restrict Screen to specific group
chgrp screen /usr/bin/screen
chmod 750 /usr/bin/screen

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

  • Vulnerability Details
  • TypeRace Condition

  • Vendor/TechScreen

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Technical References
  • SUSE Bugzilla CVE-2025-46805

  • OpenWall OSS-Security Discussion
  • Related CVEs
  • CVE-2025-23395: Screen 5.0.0 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