A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-41787

CVE-2024-41787: IBM DOORS Next RCE Vulnerability

CVE-2024-41787 is a remote code execution vulnerability in IBM DOORS Next caused by a race condition. Attackers can exploit this flaw to bypass security and execute arbitrary code. This article covers the technical details.

Published: June 2, 2026

CVE-2024-41787 Overview

CVE-2024-41787 is a race condition vulnerability affecting IBM Engineering Requirements Management DOORS Next versions 7.0.2 and 7.0.3. A remote attacker can send a specially crafted request to bypass security restrictions and execute code on the affected system. The flaw is classified under CWE-367, Time-of-Check Time-of-Use (TOCTOU) race condition. IBM has published a security advisory and patch through its support portal.

Critical Impact

Successful exploitation enables remote code execution on DOORS Next servers without authentication, compromising confidentiality, integrity, and availability of requirements management data.

Affected Products

  • IBM Engineering Requirements Management DOORS Next 7.0.2
  • IBM Engineering Requirements Management DOORS Next 7.0.3
  • CPE: cpe:2.3:a:ibm:doors_next

Discovery Timeline

  • 2025-01-10 - CVE-2024-41787 published to NVD
  • 2025-08-20 - Last updated in NVD database

Technical Details for CVE-2024-41787

Vulnerability Analysis

The vulnerability is a Time-of-Check Time-of-Use (TOCTOU) race condition in IBM DOORS Next. The application checks a security-relevant condition at one point in execution, then uses the result of that check at a later point. An attacker who interleaves requests during the gap between check and use can invalidate the security assumption and bypass restrictions.

The outcome of winning the race is remote code execution. The attacker does not need valid credentials, since the attack vector is network-based with no privileges required. Exploitation requires precise timing, which raises the attack complexity but does not preclude practical attacks against high-value targets.

Root Cause

The root cause is non-atomic handling of a security check inside DOORS Next request processing. The protected resource or operation is validated, but the validation result remains valid across a window during which a concurrent request can alter the underlying state. IBM has not published low-level details of the affected component. Refer to the IBM Support Node Advisory for vendor guidance.

Attack Vector

The vulnerability is exploited remotely over the network against the DOORS Next web interface. An attacker sends concurrent crafted requests that target the racy code path. When the race is won, server-side logic executes attacker-controlled operations leading to code execution in the context of the DOORS Next service account.

No public proof-of-concept code is available. The vulnerability is described in prose by IBM without exploitation details.

Detection Methods for CVE-2024-41787

Indicators of Compromise

  • Bursts of near-simultaneous HTTP requests to the same DOORS Next endpoint from a single source, consistent with race condition exploitation attempts.
  • Unexpected child processes spawned by the DOORS Next Java application server (jazz, tomcat, or WebSphere Liberty workers).
  • Outbound connections from DOORS Next servers to untrusted external hosts following anomalous request bursts.
  • New or modified files in DOORS Next deployment directories outside of scheduled maintenance windows.

Detection Strategies

  • Monitor web access logs for high-rate parallel requests targeting identical DOORS Next URLs within sub-second windows.
  • Alert on process creation events where the DOORS Next service user spawns shell interpreters such as cmd.exe, powershell.exe, bash, or sh.
  • Compare running DOORS Next binaries and configuration files against a known-good baseline to detect tampering.

Monitoring Recommendations

  • Forward DOORS Next application logs, web server logs, and host process telemetry to a centralized SIEM for correlation.
  • Track authentication events and administrative actions on DOORS Next servers, flagging activity that lacks a corresponding interactive login.
  • Apply network segmentation monitoring to detect lateral movement from DOORS Next servers into adjacent engineering and source control systems.

How to Mitigate CVE-2024-41787

Immediate Actions Required

  • Apply the IBM-supplied fix referenced in the IBM Support Node Advisory for DOORS Next 7.0.2 and 7.0.3.
  • Restrict network access to DOORS Next interfaces so they are reachable only from trusted internal networks and VPN ranges.
  • Review DOORS Next servers for the indicators of compromise listed above before and after patching.
  • Rotate service account credentials and API tokens used by DOORS Next if compromise is suspected.

Patch Information

IBM has issued a security bulletin for CVE-2024-41787 covering DOORS Next 7.0.2 and 7.0.3. Administrators should consult the IBM Support Node Advisory for the specific interim fix or upgrade package corresponding to their deployment, then validate the fix in a staging environment before production rollout.

Workarounds

  • Place a web application firewall in front of DOORS Next and rate-limit concurrent requests to the same endpoint from individual sources.
  • Disable or restrict access to non-essential DOORS Next endpoints until the patch is applied.
  • Run the DOORS Next service under a least-privilege account to limit the impact of successful code execution.
bash
# Example: restrict DOORS Next access to a trusted subnet using iptables
iptables -A INPUT -p tcp --dport 9443 -s 10.10.0.0/16 -j ACCEPT
iptables -A INPUT -p tcp --dport 9443 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIbm Doors Next

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Vendor Resources
  • IBM Support Node Advisory
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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