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

CVE-2025-13734: IBM DOORS Next Auth Bypass Vulnerability

CVE-2025-13734 is an authentication bypass flaw in IBM Engineering Requirements Management DOORS Next that allows authenticated users to view and edit data beyond their permissions. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2025-13734 Overview

IBM Engineering Requirements Management DOORS Next versions 7.1 and 7.2 contain an authorization bypass vulnerability that allows authenticated users to view and edit data beyond their authorized access permissions. This broken access control flaw (CWE-862: Missing Authorization, CWE-863: Incorrect Authorization) enables horizontal privilege escalation where users can access resources belonging to other users or projects without proper authorization checks.

Critical Impact

Authenticated users can bypass authorization controls to view and modify sensitive requirements data, potentially compromising the integrity of engineering requirements across projects.

Affected Products

  • IBM Engineering Requirements Management DOORS Next 7.1
  • IBM Engineering Requirements Management DOORS Next 7.2

Discovery Timeline

  • 2026-03-03 - CVE-2025-13734 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2025-13734

Vulnerability Analysis

This vulnerability stems from improper authorization checks within IBM Engineering Requirements Management DOORS Next. The application fails to properly validate that authenticated users have appropriate permissions before allowing access to resources. This represents a classic broken access control vulnerability where authentication is enforced but authorization is not consistently applied across all data access paths.

The weakness manifests as both missing authorization (CWE-862) and incorrect authorization (CWE-863), indicating that certain API endpoints or application functions do not adequately verify user permissions before processing requests. An attacker with valid low-privilege credentials can exploit this to access requirements, artifacts, and project data that should be restricted to other users or higher-privilege roles.

Root Cause

The root cause lies in insufficient authorization enforcement within the DOORS Next application. The software does not properly validate user permissions when accessing or modifying requirements management data. This allows authenticated users to bypass intended access restrictions by directly accessing resources through manipulated requests or by exploiting inconsistent permission checks across different application interfaces.

Attack Vector

The vulnerability is exploitable over the network by any authenticated user. An attacker would first obtain valid credentials (even with minimal privileges) to access the DOORS Next application. Once authenticated, the attacker can manipulate requests to access or modify data belonging to other users, projects, or organizational units. The attack requires low privileges and no user interaction, making it straightforward to exploit once authentication is achieved.

The exploitation path typically involves identifying API endpoints or application functions that lack proper authorization checks, then crafting requests to access resources outside the attacker's authorized scope. This could include viewing confidential requirements documents, modifying project artifacts, or accessing data from restricted projects.

Detection Methods for CVE-2025-13734

Indicators of Compromise

  • Unusual data access patterns where users access resources outside their normal project scope
  • API requests to requirements or artifact endpoints from users without appropriate project membership
  • Audit logs showing data modifications by users who should not have write access to specific projects
  • Cross-project data access from accounts with limited authorization profiles

Detection Strategies

  • Enable comprehensive audit logging for all DOORS Next data access and modification operations
  • Monitor for anomalous access patterns where users interact with projects or requirements outside their assigned scope
  • Implement alerts for bulk data access operations that may indicate reconnaissance or data exfiltration
  • Review access control configurations and compare actual user access against authorized permissions

Monitoring Recommendations

  • Correlate DOORS Next access logs with user authorization profiles to identify unauthorized access attempts
  • Establish baseline access patterns for users and alert on deviations that suggest privilege abuse
  • Monitor for repeated access attempts to restricted resources from the same user accounts
  • Integrate DOORS Next logs with SIEM solutions for centralized monitoring and correlation

How to Mitigate CVE-2025-13734

Immediate Actions Required

  • Apply the security patch from IBM as referenced in IBM Support Page for Node 7261900
  • Review and audit current user permissions to ensure proper access controls are configured
  • Enable enhanced logging to detect any exploitation attempts during the patching window
  • Restrict network access to DOORS Next to trusted networks until patches are applied

Patch Information

IBM has released a security update to address this vulnerability. Organizations should consult the IBM Support Page for Node 7261900 for specific patch details, download links, and installation instructions. It is recommended to apply the update to all affected versions (7.1 and 7.2) as soon as possible.

Workarounds

  • Implement additional network-level access controls to limit who can authenticate to the DOORS Next application
  • Conduct a thorough review of user permissions and remove unnecessary access privileges
  • Enable and monitor audit logs for any suspicious access patterns while awaiting patch deployment
  • Consider temporarily restricting write access for non-essential users until the patch is applied
bash
# Review current user access permissions in DOORS Next
# Consult IBM documentation for specific administrative commands
# Enable verbose logging for access monitoring
# Example: Configure access restrictions at the network layer
iptables -A INPUT -p tcp --dport 443 -s trusted_network_cidr -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechIbm Engineering Requirements Management Doors Next

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862

  • CWE-863
  • Vendor Resources
  • IBM Support Page for Node 7261900
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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