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

CVE-2025-13986: Drupal Disable Login Page Auth Bypass

CVE-2025-13986 is an authentication bypass vulnerability in Drupal Disable Login Page that allows attackers to circumvent login restrictions. This article covers the technical details, affected versions, and mitigation steps.

Published: January 30, 2026

CVE-2025-13986 Overview

CVE-2025-13986 is an Authentication Bypass Using an Alternate Path or Channel vulnerability (CWE-288) affecting the Drupal Disable Login Page module. This security flaw allows attackers to bypass authentication mechanisms through an alternate path or channel, effectively circumventing the intended security controls implemented by the module. The vulnerability enables functionality bypass, allowing unauthorized access to protected resources that should be restricted by the login page disabling feature.

Critical Impact

Attackers can bypass authentication controls in the Drupal Disable Login Page module, potentially gaining unauthorized access to sensitive information or protected functionality on affected Drupal installations.

Affected Products

  • Drupal Disable Login Page module versions from 0.0.0 before 1.1.3

Discovery Timeline

  • 2026-01-28 - CVE CVE-2025-13986 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-13986

Vulnerability Analysis

This vulnerability falls under CWE-288 (Authentication Bypass Using an Alternate Path or Channel), which occurs when a product requires authentication but provides an alternate path or channel that does not require authentication. In the context of the Drupal Disable Login Page module, the intended functionality is to disable or restrict access to the standard login page. However, the vulnerability allows attackers to circumvent this protection by accessing authentication mechanisms through an unprotected alternate route.

The attack can be executed remotely over the network without requiring any prior authentication or user interaction, making it particularly dangerous for publicly accessible Drupal installations that rely on this module for access control.

Root Cause

The root cause of this vulnerability lies in incomplete access control implementation within the Drupal Disable Login Page module. The module fails to adequately protect all authentication entry points, leaving alternate paths or channels accessible even when the primary login page is disabled. This oversight allows attackers to discover and exploit these unprotected routes to bypass the intended authentication restrictions.

Attack Vector

The attack vector for CVE-2025-13986 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a Drupal installation using the vulnerable Disable Login Page module
  2. Discovering alternate authentication paths or channels that bypass the disabled login page
  3. Accessing the unprotected route to bypass authentication controls
  4. Gaining unauthorized access to sensitive information or protected functionality

The vulnerability allows for high confidentiality impact, potentially exposing sensitive data that should be protected behind authentication. For detailed technical information about the vulnerability and exploitation methods, refer to the Drupal Security Advisory.

Detection Methods for CVE-2025-13986

Indicators of Compromise

  • Unusual authentication attempts or successful logins through non-standard URL paths
  • Access logs showing requests to alternate login endpoints that should be disabled
  • Unexpected session creation events without corresponding standard login page activity
  • Authentication events from IP addresses or user agents not associated with legitimate users

Detection Strategies

  • Monitor web server access logs for requests to authentication-related endpoints that bypass the standard login page
  • Implement web application firewall (WAF) rules to detect and alert on authentication bypass attempts
  • Review Drupal watchdog logs for anomalous authentication events or session creation patterns
  • Configure intrusion detection systems to alert on unexpected access patterns to protected resources

Monitoring Recommendations

  • Enable comprehensive logging for all authentication-related activities in Drupal
  • Set up real-time alerting for authentication events from unexpected sources or paths
  • Regularly audit user sessions and access patterns to identify potential unauthorized access
  • Monitor for reconnaissance activities targeting alternate authentication endpoints

How to Mitigate CVE-2025-13986

Immediate Actions Required

  • Update the Drupal Disable Login Page module to version 1.1.3 or later immediately
  • Audit access logs to identify any potential exploitation attempts prior to patching
  • Review user accounts and sessions for signs of unauthorized access
  • Consider temporarily disabling the vulnerable module until the patch can be applied

Patch Information

The vulnerability has been addressed in Drupal Disable Login Page module version 1.1.3. Site administrators should update to this version or later as soon as possible. The security advisory is available at the Drupal Security Advisory page.

To update the module using Composer:

bash
# Update the Disable Login Page module to the patched version
composer update drupal/disable_login_page

# Clear Drupal cache after update
drush cr

Workarounds

  • Temporarily disable the Disable Login Page module if immediate patching is not possible
  • Implement additional access controls at the web server or reverse proxy level to restrict authentication endpoints
  • Use a Web Application Firewall (WAF) to block requests to known alternate authentication paths
  • Enable IP-based access restrictions for administrative and authentication functions
bash
# Configuration example - Apache .htaccess to restrict authentication paths
# Add to your Drupal .htaccess file
<FilesMatch "^(user|login|admin)">
  Order Deny,Allow
  Deny from all
  Allow from 192.168.1.0/24
  Allow from 10.0.0.0/8
</FilesMatch>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDrupal

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-288
  • Technical References
  • Drupal Security Advisory
  • Related CVEs
  • CVE-2026-0748: Drupal i18n Module Auth Bypass Vulnerability

  • CVE-2026-4933: Drupal Auth Bypass Vulnerability

  • CVE-2026-3573: Drupal AI Auth Bypass Vulnerability

  • CVE-2026-3531: Drupal OpenID Connect Auth Bypass 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