Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions advisories/login_disable/DRUPAL-CONTRIB-2026-008.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"schema_version": "1.7.0",
"id": "DRUPAL-CONTRIB-2026-008",
"modified": "2026-02-04T17:23:40.000Z",
"published": "2026-02-04T17:23:40.000Z",
"aliases": [
"CVE-2026-1917"
],
"details": "The Login Disable module prevents users from logging in to your Drupal site unless they know the access key to add to the end of the login form page. \n( default: <http://example.com/user/login?admin> ) \nIf they provide the access key and have a specific role they can log in.\n\nThe module does not check for the access key when using the HTTP request login route. It is possible to use this route to log in without providing the access key.",
"affected": [
{
"package": {
"ecosystem": "Packagist:https://packages.drupal.org/8",
"name": "drupal/login_disable"
},
"severity": [],
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.1.3"
}
],
"database_specific": {
"constraint": "<2.1.3"
}
}
],
"database_specific": {
"affected_versions": "<2.1.3"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2026-008"
}
],
"credits": [
{
"name": "Pierre Rudloff (prudloff)",
"contact": [
"https://www.drupal.org/u/prudloff"
]
}
]
}