Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
Authentication Bypass Using an Alternate Path or Channel vulnerability in Drupal Login Disable allows Functionality Bypass.This issue affects Login Disable: from 0.0.0 before 2.1.3.
AnalysisAI
The Drupal Login Disable module contains an authentication bypass vulnerability (CWE-288) that allows attackers to circumvent login restrictions through an alternate authentication path or channel. This affects Login Disable versions prior to 2.1.3, enabling attackers to bypass intended functionality that disables user logins. While CVSS and EPSS scores are not available from public sources, the vulnerability has been formally documented by the Drupal security team, indicating a substantive security concern that requires patching.
Technical ContextAI
The vulnerability resides in the Drupal Login Disable module (CPE: cpe:2.3:a:drupal:login_disable:*:*:*:*:*:*:*:*), a Drupal contributed module designed to restrict or disable user authentication pathways. The root cause is classified under CWE-288 (Authentication Using an Alternate Path or Channel), which describes flaws where authentication mechanisms can be bypassed by using alternative authentication methods or entry points that were not properly secured or validated. In the context of a login-disable module, this suggests that while the primary login mechanism may be restricted, alternative authentication channels—such as API authentication, administrative backdoors, or session-handling mechanisms—remain accessible without proper validation against the disabled login state. This is a logic flaw rather than a cryptographic weakness, making it particularly dangerous as it subverts the intended security control entirely.
RemediationAI
Immediately upgrade the Drupal Login Disable module to version 2.1.3 or later, following the patch released in the official Drupal security advisory at https://www.drupal.org/sa-contrib-2026-008. For organizations unable to patch immediately, disable the Login Disable module entirely and implement login restrictions at the Drupal core or web server level using alternative authentication controls, such as IP whitelisting, Web Application Firewall (WAF) rules restricting login endpoints, or Apache/Nginx authentication directives. Review authentication logs for any unusual access patterns, alternate authentication attempts, or API calls that may indicate exploitation of the alternate authentication channel. After patching, conduct a security audit of all authentication paths in your Drupal installation to ensure no other bypass mechanisms exist.
More in Login Disable
View allThe Login Disable module 6.x-1.x before 6.x-1.1 and 7.x-1.x before 7.x-1.2 for Drupal does not properly load the user_lo
Brute-force credential attacks against Drupal sites running the Login Disable contrib module (versions 0.0.0 through 2.1
Improper Authentication vulnerability in Drupal Login Disable allows Exploiting Incorrectly Configured Access Control Se
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15423
GHSA-j568-7wm8-fm52